Extract ACPI tables

All the ACPI tables are under /sys/firmware/acpi/tables.

1. copy tables  to *.aml

sudo cat /sys/firmware/acpi/tables/DSDT > DSDT.aml

2. make sure you have iasl

sudo apt-get install iasl

3. make transition

iasl -d DSDT.aml

we will get DSDT.dsl table file.

 

 

 

← Previous Post
Next Post →

Leave a Comment