Jump to content
1 post in this topic

Recommended Posts

UPDATE: Seems that the "constantly going to sleep" problem is present regardless of how I put it into sleep mode.

 

I'm trying to fix my dsdt.aml to enable sleep on lid close.

 

So far I've managed to get it to sleep, but when I wake it up, it goes to sleep again within seconds. When I select sleep from the apple-menu, everything works as it should.

 

 

Here's the code I´m trying to get right in my dsdt.dsl:

Device (LID)
       {
           Name (_HID, EisaId ("PNP0C0D"))
           //Name (LIDS, One)
    Method (_LID, 0, NotSerialized)
           {
               //XOr (LIDS, One, Local0)
	//IF (Local0)
	//{
	Notify (SLPB, 0x80)
           	//}
	//Return (LIDS)

    }
       }

 

If I enable the lines I've commented out(got these from another forum), nothing happens when I close the lid.

 

Does anyone know how to fix this?

 

 

Leopard 10.5.8 vanilla kernel

Acer TravelMate 4202

 

Attached: Complete dsdt.dsl

dsdt.dsl.txt

×
×
  • Create New...