hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #01250
Testers needed: updated instructions for reporting DSDT
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.
Follow ups