Kernel Build Build the kernel with ACPI debug enabled as described in https://www.kernel.org/doc/Documentation/acpi/debug.txt tl;dr ACPI debug output is globally enabled by CONFIG_ACPI_DEBUG. If this config option is turned off, the debug messages are not even built into the
kernel. When CONFIG_ACPI_DEBUG=y, you can select the component and level of messages you're interested…