Jump to content

HP Mini 110-3100


CursedHax
 Share

3 posts in this topic

Recommended Posts

Does anyone know of a dsdt.aml file for the HP Mini 110-3100? I am unable to patch one myself, so I'm hoping somebody's got one for me.

Edited by fantomas1
Please remember that you are in a public forum, a bit of courtesy is always welcome. It's always nice to start by saying "Hi" or "Hello" before asking a question or seeking help.
Link to comment
Share on other sites

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