View Single Post
 
Old 01-29-2010, 02:35 AM
candykane candykane is offline
Jaguar
 
Join Date: May 2009
Location: schiedam
Posts: 36
Adding The below code will kill one of your warnings but
for the rest just let it go a warning is usaly not that important an error is!


Code:
On some machines, this hack enables sleep.
At the end of the _WAK method, this must be added:

Return (Package (0x02)
{
    Zero, 
    Zero
})


Example:


Method (_WAK, 1, NotSerialized)
    {
        P8XH (One, 0xAB)
        If (LOr (LEqual (Arg0, 0x03), LEqual (Arg0, 0x04)))
        {
            If (And (CFGD, 0x01000000))
            {
                If (LAnd (And (CFGD, 0xF0), LEqual (OSYS, 0x07D1)))
                {
                    TRAP (0x3D)
                }
            }
        }

        If (LEqual (RP2D, Zero))
        {
            Notify (\_SB.PCI0.RP02, Zero)
        }

        If (LEqual (Arg0, 0x03)) {}
        If (LEqual (Arg0, 0x04))
        {
            \_SB.PCI0.LPCB.EC.SELE ()
        }

        P8XH (Zero, 0xCD)

        Return (Package (0x02)
        {
            Zero, 
            Zero
        })
    }

You must use the search feature to locate the _WAK section and add the hack

Asus P5W DH Deluxe runnig osx for 3 years now (10.5.4 ideneb)
Asus P5N 7a VM 10.5.7 custom installation
dell 6400 10.5.1 intel video
Iportable OSX86 universal = Live leopard for intel and AMD's on a USB stick!
Reply With Quote