3 acpidump \- Dump system's ACPI tables to an ASCII file.
6 .B acpidump > acpidump.out
8 \fBacpidump \fP dumps the systems ACPI tables to an ASCII file
9 appropriate for attaching to a bug report.
11 Subsequently, they can be processed by utilities in the ACPICA package.
13 no options worth worrying about.
18 # acpidump > acpidump.out
20 $ acpixtract -a acpidump.out
21 Acpi table [DSDT] - 15974 bytes written to DSDT.dat
22 Acpi table [FACS] - 64 bytes written to FACS.dat
23 Acpi table [FACP] - 116 bytes written to FACP.dat
24 Acpi table [APIC] - 120 bytes written to APIC.dat
25 Acpi table [MCFG] - 60 bytes written to MCFG.dat
26 Acpi table [SSDT] - 444 bytes written to SSDT1.dat
27 Acpi table [SSDT] - 439 bytes written to SSDT2.dat
28 Acpi table [SSDT] - 439 bytes written to SSDT3.dat
29 Acpi table [SSDT] - 439 bytes written to SSDT4.dat
30 Acpi table [SSDT] - 439 bytes written to SSDT5.dat
31 Acpi table [RSDT] - 76 bytes written to RSDT.dat
32 Acpi table [RSDP] - 20 bytes written to RSDP.dat
37 creates *.dsl, a human readable form which can be edited
38 and compiled using iasl.
47 ACPICA: https://acpica.org/
53 /sys/firmware/acpi/tables/dynamic/*
59 Written by Len Brown <len.brown@intel.com>