View Single Post
 
Old 09-11-2009, 10:49 PM
chris7519 chris7519 is offline
Cheetah
 
Join Date: May 2009
Posts: 10
Alright!!! One more kext scratched off the list! It needed to be inserted here:

Code:
If (ECOK)
                {
                    If (LEqual (^^PCI0.LPC.EC0.ECLS, One))
                    {
                        Store (Zero, LSTS)
                        Notify (SLPB, 0x80)
                    }
                    Else
                    {
                        Store (One, LSTS)
                    }
Thanks once again for the help mormegil... someone buy that man a beer! Now just have to fix issues with battery meter (VoodooBattery is only 32bit) and No sound after sleep issue with patched AppleHDA via DSDT (VoodooHDA v2.2 doesn't let me adjust volume).
Reply With Quote