Comment 37 for bug 254837

Revision history for this message
Colin Ian King (colin-king) wrote :

I think I need to understand a little more about your machines DSDT. Can you do the following:

sudo cat /proc/acpi/dsdt > dsdt.dat

and disassemble the dsdt file with:

sudo apt-get install iasl
iasl -d dsdt.dat

and attach the disassembled dstd.dsl file.

Thanks, Colin