Hi, Can people test if this updated instructions work flawlessly on a terminal?
---- # To compile your DSDT and SSDTs information, install if you haven't already the acpidump and iasl tools: sudo apt-get install acpidump iasl # or sudo yum install pmtools iasl # Then run the following commands on a bash terminal: mkdir acpiinfo && cd acpiinfo && sudo acpidump > acpidump.txt && sudo acpixtract acpidump.txt ls *.dat | while read i; do iasl -d $i; done && name=`sudo dmidecode -s system-product-name` mkdir $name && cp *.dsl $name/ && tar czf $name.tar.gz $name/ && ls -l `pwd`/$name.tar.gz ---- I'll update the blog header if they do, Cheers, Albert. _______________________________________________ Mailing list: https://launchpad.net/~hybrid-graphics-linux Post to : [email protected] Unsubscribe : https://launchpad.net/~hybrid-graphics-linux More help : https://help.launchpad.net/ListHelp

