Comment 20 for bug 806032

Revision history for this message
Colby Butler (popejamal) wrote :

I had to make a change:

The DSDT can be retrieved using:
sudo apt-get install acpidump iasl
cd $(mktemp -d)
sudo acpidump > acpidump.txt
acpixtract acpidump.txt
iasl -d *.dat
grep IGDM DSDT.dsl

.dsl, not .dat. For me the .dat file was a binary file.

Regardless, I can't get this to work onmy P170EM.