Jump to content

DSDT for Acer Aspire 5745DG-6681


Mr.Mac Help
 Share

6 posts in this topic

Recommended Posts

Hi Everyone, I have everything on my snow leopard working except for my Audio. I want a DSDT (If its okay with you). I have an Intel i5 480m, Acer ZR7D Motherboard, Nvidia GeForce GT 425m, 500GB, 4GB RAM, Acer Nplify 802.11b/g/n, A blu-ray disk writer, Realtek ALC 271x. I hope you could do a DSDT for me. Please and Thanks. :wallbash:

Link to comment
Share on other sites

run on terminal

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

Link to comment
Share on other sites

 Share

×
×
  • Create New...