Comment 102 for bug 1861610

Revision history for this message
Zak B (zbaalbak) wrote :

Also, please note that there is no acpidump in Arch. So these commands should be used instead to decompile and recompile the acpi tables

-Extract the tables cat /sys/firmware/acpi/tables/DSDT > dsdt.dat`
-Decompile: `iasl -d dsdt.dat`
-Recompile: `iasl -tc dsdt.dsl`

Refer to https://wiki.archlinux.org/index.php/DSDT for more info.