anibalin Posted December 2, 2011 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.
Cassio Posted December 2, 2011 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 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
anibalin Posted December 2, 2011 Author 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?
Cassio Posted December 2, 2011 Posted December 2, 2011 Search for PS1E, it's there, inside SBRG. Anyway it didn't work. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
anibalin Posted December 2, 2011 Author 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.
Cassio Posted December 2, 2011 Posted December 2, 2011 Are you sure the BIOS settings are correct? It may be related to your other problem (ACPI CPUs not found). -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
anibalin Posted December 4, 2011 Author 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 :-/
anibalin Posted December 12, 2011 Author 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now