alexkidd, on Nov 22 2011, 09:20 PM, said:
hi Zprood. can you take a look at my dsdt? i can't find the parts to edit
thanks
thanks
dsdt_fix.aml.zip 27.02K
175 downloads@archintosh
Read the post 6#.
alexkidd, on Nov 22 2011, 09:20 PM, said:
dsdt_fix.aml.zip 27.02K
175 downloads
jazzyguy, on Nov 23 2011, 03:09 AM, said:
dsdt_fix.aml.zip 47.34K
88 downloads
Zprood, on Nov 23 2011, 02:50 AM, said:
archintosh, on Nov 23 2011, 05:43 AM, said:
Device (LID0)
{
Name (_HID, EisaId ("PNP0C0D"))
Name (_PRW, Package (0x02)
{
0x12,
0x03
})
Method (_LID, 0, NotSerialized)
{
XOr (LPOL, One, Local0)
If (Local0)
{
Notify (SLPB, 0x80)
}
Else
{
Store (One, LPOL)
}
Return (LPOL)
}
}
By using this code i can get sleep work when close lid under lion, but can't automatic wakeup while opening lid, need use power button or usb device. In fact, i edit some place of it, the original is:
Name (_PRW, Package (0x02)
{
0x1B,
0x03
})
I change 0x1B to 0x12 to get sleep, lid sleep doesn't work by default on 10.7.x, but works with 10.6.x.
Zprood, on Nov 23 2011, 02:18 PM, said:
Device (LID0)
{
Name (_HID, EisaId ("PNP0C0D"))
Name (_PRW, Package (0x02)
{
0x12,
0x03
})
Method (_LID, 0, NotSerialized)
{
XOr (LPOL, One, Local0)
If (Local0)
{
Notify (SLPB, 0x80)
}
Else
{
Store (One, LPOL)
}
Return (LPOL)
}
}
By using this code i can get sleep work when close lid under lion, but can't automatic wakeup while opening lid, need use power button or usb device. In fact, i edit some place of it, the original is:
Name (_PRW, Package (0x02)
{
0x1B,
0x03
})
I change 0x1B to 0x12 to get sleep, lid sleep doesn't work by default on 10.7.x, but works with 10.6.x.
Quote
Store ("battery 0", Debug)
If (And (BATP, One))
{
Store (DerefOf (Index (Local0, 0x11)), Local2)
If (LEqual (Local2, Zero))
{
Store (Zero, INCH)
Store (Zero, IDIS)
Store (Zero, INAC)
Store (Zero, B1B2)
AXC0
AXC1
Store (One, PSSB)
Store (Package (0x02)
{
Zero,
Zero
}, Local4)
}
DSDT_20111123.zip 44.21K
73 downloads
miqlas, on Nov 23 2011, 10:26 PM, said:

0 members, 0 guests, 0 anonymous users