anibalin Posted December 2, 2011 Share Posted December 2, 2011 hi mate, I made this dsdt: http://dl.dropbox.com/u/363153/dsdt.aml with your patches. The thing is that when I shutdown it does...for 4 seconds and then it restarts again (So I have to switch off the power supply). On the other hand Im having this issue http://www.insanelymac.com/forum/index.php?showtopic=258611&view=findpost&p=1775281 but I dont believe its linked. Thanks in advance for your time Mald0n. Quote Link to comment Share on other sites More sharing options...
Cassio Posted December 2, 2011 Share Posted December 2, 2011 You could try this, but it's not usually needed in Asus mobos Method (_PTS, 1, NotSerialized) { If (LEqual (Arg0, 0x05)) { [color=#FF0000]Store (Zero, \_SB.PCI0.SBRG.PS1E) Sleep (0x10)[/color] } Else { Store (0x80000008, \_SB.PINX) \_SB.ISMI (0x90) Store (Arg0, DBG8) If (LAnd (LEqual (Arg0, 0x04), LEqual (OSFL (), 0x02))) { Sleep (0x0BB8) } PTS (Arg0) Store (Zero, Index (WAKP, Zero)) Store (Zero, Index (WAKP, One)) Store (ASSB, WSSB) Store (AOTB, WOTB) Store (AAXB, WAXB) Store (Arg0, ASSB) Store (OSFL (), AOTB) Store (Zero, AAXB) Store (One, \_SB.SLPS) } }  http://Olarila.com/forum/viewtopic.php?f=19&t=387&start=10#p4065 Quote ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.4 • Linux Mint 15 • Windows 8 Link to comment Share on other sites More sharing options...
anibalin Posted December 2, 2011 Author Share Posted December 2, 2011 Thanks Cassio. I applied and compiled but sadly same behaviour occurs. I searched in the dsdt file for: SB.PCI0.SBRG.PS1E But the only result is the one added. Shouldnt it have another correlative to say in the file? Quote Link to comment Share on other sites More sharing options...
Cassio Posted December 2, 2011 Share Posted December 2, 2011 Search for PS1E, it's there, inside SBRG. Anyway it didn't work. Quote ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.4 • Linux Mint 15 • Windows 8 Link to comment Share on other sites More sharing options...
anibalin Posted December 2, 2011 Author Share Posted December 2, 2011 Search for PS1E, it's there, inside SBRG. Anyway it didn't work. Â My mistake Cassio. You are right. Kinda puzzled of whats happening. Thanks for the hint though. Quote Link to comment Share on other sites More sharing options...
Cassio Posted December 2, 2011 Share Posted December 2, 2011 Are you sure the BIOS settings are correct? It may be related to your other problem (ACPI CPUs not found). Quote ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.4 • Linux Mint 15 • Windows 8 Link to comment Share on other sites More sharing options...
anibalin Posted December 4, 2011 Author Share Posted December 4, 2011 Checked and all seems ok. All leads to the same. Shutdowns and then restarts. Thanks again. dsdt.dsl http://dl.dropbox.com/u/363153/dsdt.dsl I added the processor scope (the lack of this prevented the auto p/c states from chameleon to load) and lpc data (auto patcher did not added lpc for this model) Now Im am also stuggling with cst evaluation failed (even tough applelpc.kext loads correctly). msrdumper shows 2 states only :-/ Quote Link to comment Share on other sites More sharing options...
anibalin Posted December 12, 2011 Author Share Posted December 12, 2011 hi mate, I made this dsdt: http://dl.dropbox.com/u/363153/dsdt.aml with your patches. The thing is that when I shutdown it does...for 4 seconds and then it restarts again (So I have to switch off the power supply).On the other hand Im having this issue http://www.insanelymac.com/forum/index.php?showtopic=258611&view=findpost&p=1775281 but I dont believe its linked. Thanks in advance for your time Mald0n. Â edit: solved. PXHCD.kext was the culprit. Quote Link to comment Share on other sites More sharing options...