hongchangwei Posted March 9, 2013 Share Posted March 9, 2013 Method (_PTS, 1, NotSerialized) { Store (0xED, KBPP) Sleep (0x01F4) Store (Zero, KBPP) Store (Arg0, DEBG) If (LEqual (Arg0, 0x05)) { Store (Zero, SLPE) Sleep (0x10) \_SB.PHSR (0x4B) } } dsdt.aml.zip Thanks for every help friends Link to comment https://www.insanelymac.com/forum/topic/286927-dsdt-code-can-not-be-shut-down-completely-modify-how/ Share on other sites More sharing options...
buoo Posted March 9, 2013 Share Posted March 9, 2013 try EvoReboot.kext Link to comment https://www.insanelymac.com/forum/topic/286927-dsdt-code-can-not-be-shut-down-completely-modify-how/#findComment-1895282 Share on other sites More sharing options...
hongchangwei Posted March 9, 2013 Author Share Posted March 9, 2013 try EvoReboot.kext Yes I have, But No effect Link to comment https://www.insanelymac.com/forum/topic/286927-dsdt-code-can-not-be-shut-down-completely-modify-how/#findComment-1895289 Share on other sites More sharing options...
hongchangwei Posted March 14, 2013 Author Share Posted March 14, 2013 Method (_PTS, 1, NotSerialized) { Store (0xED, KBPP) Sleep (0x01F4) Store (Zero, KBPP) Store (Arg0, DEBG) If (LEqual (Arg0, 0x05)) { Store (Zero, SLPE) Sleep (0x10) \_SB.PHSR (0x4B) } } dsdt.aml.zip Thanks for every help friends get Method (_PTS, 1, NotSerialized) { If (LEqual (Arg0, 0x05)) { \_SB.PHSR (0x4B) Store (Zero, SLPE) Sleep (0x10) } Else { Store (Arg0, DEBG) } } Link to comment https://www.insanelymac.com/forum/topic/286927-dsdt-code-can-not-be-shut-down-completely-modify-how/#findComment-1896618 Share on other sites More sharing options...
Recommended Posts