Help - Search - Members - Calendar
Full Version: Dsdt Sleep Lid
Project OS X Forums > Snow Leopard Guides & Tutorials > DSDT Patching
vincent99
Hi to all. I need a little help. My laptop, with a dual core, etc etc , ALL WORKS, ALL, nothing problem. Shutdown, restart, sleep, work amazing. The problem is: if i close the lid don't sleep. I have try to add this code, but i have 2 errors obviously. Repeat, all work also the sleep, except when I lower the screen of the PC.
In attached there is my working dsdt.dsl, someone, slice, the king, can help me to fix this problem? It's my only last problem, otherwise everything works wink.gif
Please sad.gif

Thanks so much for help wink.gif

CODE
Device (LID0)
{
Name (_HID, EisaId ("PNP0C0D"))      //LID device
Name (LIDS, One)
Method (_LID, 0, NotSerialized)
{
Store (^^PCI0.LPCB.EC0.SF13, LIDS) //LID register
XOr (LIDS, One, Local0)
IF (Local0)                                     //if LID is closed
{
Notify (SLPB, 0x80)                         //Set system to sleep
}
Return (LIDS)
}
}


Error:

QUOTE
/Users//Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 984: Store (^^PCI0.LPCB.EC0.SF13, LIDS) //LID register
Error 4065 - Object not found or not accessible from scope ^ (^^PCI0.LPCB.EC0.SF13)

/Users//Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 988: Notify (SLPB, 0x80) //Set system to sleep
Error 4064 - Object does not exist ^ (SLPB)


Click to view attachment

vincent99
I partially solved. Missing the last part, the wakeup, raising the screen. In attached my new dsdt. Can you help me for wake up on lid?

Click to view attachment
vincent99
Completely resolved. The problem of no wake to open lid was the "power conservation disable" of firewire. Resolving this last, all now works wink.gif

Thanks the same for help, Google is my best friend. The problem of random panic is a bank of ram biggrin.gif Changed!


Hi to all..

Edit: don't work again.....

RiEdit: Resolved;)
artimess
QUOTE (vincent99 @ Feb 15 2010, 10:26 AM) *
Completely resolved. The problem of no wake to open lid was the "power conservation disable" of firewire. Resolving this last, all now works wink.gif

Thanks the same for help, Google is my best friend. The problem of random panic is a bank of ram biggrin.gif Changed!


Hi to all..

Edit: don't work again.....

RiEdit: Resolved;)

Could you please post your corrected final version of DSDT.
Thanks
Artimess
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.