Jump to content

Can't Compile DSDT


Trini8ed
 Share

3 posts in this topic

Recommended Posts

On a sony vaio VPCEH decompiled the main dsdt added my 2 changes and when i compile the aml it says its zero bytes and idk what i'm doing wrong

 

Sony Vaio VPCEH

 

Intel i5 2540

6gb of ram

 

Mac OSX mountain lion

 

open app terminal and paste this code, your DSDT.aml is in Desktop

 

Extrac DSDT 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...