Contribute
Register

DSDT Request Asus P8Z77-M

Status
Not open for further replies.
Joined
Aug 23, 2011
Messages
4
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi there

As above looking for a DSDT for a

Asus P8Z77-m Board

Any help appreceaited
 
Thanks but I have tried that with no luck on audio they run a different audio chip
 
daniel58 said:
Thanks but I have tried that with no luck on audio they run a different audio chip

you resolved the audio of this mother??, as you did?
which method you used
 
daniel58 said:
No still havnt got a dsdt for this, still no audio

Run this command in terminal:

Code:
sudo 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"; } }'

After about 1 min a file called DSDT.aml will show up on your desktop. Post that file and I will patch it for you.


Hi i am running the same board please find the dsdt.aml

Thank You
 

Attachments

  • dsdt.aml
    44.3 KB · Views: 287
I have only executed your code, hope this will help you create a patched dsdt. I had to zip the file since it was to big otherwise.

Hope this helps :)
 

Attachments

  • dsdt.aml.zip
    18.3 KB · Views: 144
Hi all,

I'm trying to get this board working as well. Been trying without a DSDT and keep running into errors. Is anyone still working on this, by chance? I've checked the guide on making it myself but a patch file does not exist for this board and it looks daunting to patch one from scratch. Is it possible to compare the unmodified P8Z77-M DSDT with one of the patched P8Z77-M Pro DSDTs floating around and make the same edits? I'm not sure how similar these boards are.

If a DSDT is truly unnecessary, is anyone able to post the combo of kexts used to make this board work? I got the basics down (fakesmc, chimera, ALC887, lnx2mac, etc) but am getting various errors at boot-time depending which kexts I mix and match based on other articles. I've even patched my BIOS and am plugged into the HD4000 (as my GTS250 will not display during install).

Any input on this board would be appreciated.

EDIT: No DSDT needed and running perfectly. The issue was missing graphics string. Used this guide:

http://www.tonymacx86.com/mountain-...-pro-i5-3570k-intel-hd4000-mountain-lion.html
 
You Don't need a DSDT for this Board. I'm using the same one and it install without any problems using the Default Bios and using EasyBeast then delete all the Kext installed by EasyBeast except for the FakeSMC.kext and NullCPUPowerManagement.kext. After that install your ALC 887 and Lnx2Mac's RealtekRTL81xx Ethernet. Have you tried a Natit kext for your Graphic card. Also try to Reinstall your OS again on your USB memory stick. I did have the problem of a corrupt OS even though it showed successful at the end of installation.
 
Status
Not open for further replies.
Back
Top