Jump to content
4 posts in this topic

Recommended Posts

Extract dsdt by terminal with this command:

 

perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while()
{ chomp; if($_ =~ /\"DSDT\.?\d?\"=]*)>/) { $buff = $1; open(PIP,
"|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }'

 

Compress and attach the file dsdt.aml (you find the flie in desktop)

×
×
  • Create New...