CursedHax Posted October 14, 2012 Share Posted October 14, 2012 (edited) 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 October 14, 2012 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 https://www.insanelymac.com/forum/topic/283619-hp-mini-110-3100/ Share on other sites More sharing options...
iFIRE Posted October 14, 2012 Share Posted October 14, 2012 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 https://www.insanelymac.com/forum/topic/283619-hp-mini-110-3100/#findComment-1860476 Share on other sites More sharing options...
CursedHax Posted October 14, 2012 Author Share Posted October 14, 2012 Thank you Link to comment https://www.insanelymac.com/forum/topic/283619-hp-mini-110-3100/#findComment-1860510 Share on other sites More sharing options...
Recommended Posts