I was wondering if someone with a 6477-CTO X300 that uses Linux can generate their DSDT for me. It is important that you do NOT use Zender's BIOS hack to support another wireless card. I suspect the BIOS hack screwed up my graphics after sleeping, but I'm not entirely sure. So, I was wondering if someone could generate me their DSDT.
In Linux:
Code: Select all
sudo apt-get install iasl
sudo cat /proc/acpi/dsdt > dsdt.dat
iasl -d dsdt.dat
iasl -tc dsdt.dsl
- George



