Contribute
Register

P8P67 Pro DSDT

Status
Not open for further replies.
Joined
Oct 14, 2010
Messages
29
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi guys,

I'm in the process of creating my own DSDT for the P8P67 Pro. I've managed to patch a few things and they seem to be working. One thing I can't do is the HDEF ACL892 edit.

For some reason I can't even see an entry for HDEF in my DSDT!

Any ideas why It's not showing up? I've tried adding the entry from another DSDT from a different motherboard with the same ACL892 audio but that doesn't seem to work.

Thanks.

** UPDATE **

If anyone wants to try my latest DSDT here it is:

Bios version 1850

HPET Fix. (NullCPUPowerManagement.kext not required)
Wake/Sleep Fix. (Make sure you delete NullCPUPowerManagement.kext)
ALC 892 Audio Fix. (No need for HDA enabler anymore, just install ALC8xxHDA and AppleHDA rollback from multi beast.)
JMicron patch pex3/PINI (Thanks to Maldonado!)
 

Attachments

  • dsdt.aml
    31.6 KB · Views: 448
post your DSDT
Code:
perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'
 
danielnmaldonado said:
post your DSDT
Code:
perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'

MaLd0n!!! :headbang:
 
Here it is if anyone wants to try it out.

So far I have working:

HPET Fix. (NullCPUPowerManagement.kext not required)
Sleep Fix. (Make sure you delete NullCPUPowerManagement.kext)
ALC 892 Audio Fix. (No need for HDA enabler anymore, just install ALC8xxHDA from multi beast.)

I am using the latest BIOS from ASUS website (1850)
 

Attachments

  • dsdt.aml
    34.5 KB · Views: 210
mestys said:
Here it is if anyone wants to try it out.

So far I have working:

HPET Fix. (NullCPUPowerManagement.kext not required)
Sleep Fix. (Make sure you delete NullCPUPowerManagement.kext)
ALC 892 Audio Fix. (No need for HDA enabler anymore, just install ALC8xxHDA from multi beast.)

I am using the latest BIOS from ASUS website (1850)
Great

JMicron patch pex3/PINI
dsdt.mestys.zip
 

Attachments

  • dsdt.mestys.zip
    13.4 KB · Views: 162
Thanks Maldonado! That was actually next on my list of things to do but you saved me a job. :)
 
Hmm, tried that DSDT and my sound stopped working. I see the HDEF entry is different to the one I posted earlier? What did you change exactly? Also why is the DSDT so much smaller?

Thanks.
 
mestys said:
Hmm, tried that DSDT and my sound stopped working. I see the HDEF entry is different to the one I posted earlier? What did you change exactly? Also why is the DSDT so much smaller?

Thanks.
replace device HDEF
;)

remove devices not used by osx
 
I've tried copying my HDEF edit across to the DSDT you provided me but it's still not enabling sound.
 
Status
Not open for further replies.
Back
Top