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
Please
Thanks so much for help
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)
}
}
{
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)
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
