Moderator: SilverZero
ronin510 wrote:I found a similar problem on the insanelymac forums (it's a pretty old thread and on 10.5.x, though). http://www.insanelymac.com/forum/index. ... pic=179326
It basically suggests importing some code into the .dsdt file. I haven't had time to familiarize myself with editing and compiling the .dsdt file so I haven't tried it yet. It might be an easy fix for meklort if it does work.
Device (PNLF)
{
Name (_HID, EisaId ("APP0002"))
Name (_CID, "backlight")
Name (_UID, 0x0A)
Name (_STA, 0x0B)
}
qubit wrote:2. Edit your DSDT.dsl by adding this code:
- Code: Select all
Device (PNLF)
{
Name (_HID, EisaId ("APP0002"))
Name (_CID, "backlight")
Name (_UID, 0x0A)
Name (_STA, 0x0B)
}
above the Device (PWBR) block of code.
krace wrote:qubit wrote:2. Edit your DSDT.dsl by adding this code:
- Code: Select all
Device (PNLF)
{
Name (_HID, EisaId ("APP0002"))
Name (_CID, "backlight")
Name (_UID, 0x0A)
Name (_STA, 0x0B)
}
above the Device (PWBR) block of code.
a li'l correction: everyone willing to try this, save yourselves a minute of confusion, it's PWRB, not PWBR.![]()
otherwise, the fix works just fine, thanks a lot for this very useful tip!
ronin510 wrote:I fixed the backlight problem. 10.6.3 updates the AppleIntelIntegratedFramebuffer.kext. I think the newer version takes precedence over the version we have in /Extra/S10Ext/ . To make our version work, follow these steps:
1. Go into /Extra/S10Ext
2. Open AppleIntelIntegratedFramebuffer.kext (right-click->"Show Package Contents")
3. Open Info.plist with TextEdit
4. Look for: <string>6.0.0</string>
5. Edit to: <string>1006.0.0</string>
6. Save.
7. Run UpdateExtra in /Extra and Restart.
We should now be able to sleep and have the backlight turn on again. I was able to figure this out by comparing differences between vanii's S10 Enabler and NetBookInstaller. Let's just say it's not a good idea to mix the two on the same installation...
Users browsing this forum: Google Adsense [Bot] and 4 guests