Hi,
How could I try and debug, and hopefully fix, the ACPI tables dumped by
If I run
Here it is the complete output of
My motherboard is a MSI MEG X570 UNIFY, and I already flashed the BIOS to the latest (non-beta) version to no avail.
Thanks in advance.
How could I try and debug, and hopefully fix, the ACPI tables dumped by
acpidump
?If I run
acpidump -t
, I get:
Code:
...
Type=INT Override
BUS=0
IRQ=9
INTR=9
Flags={Polarity=active-lo, Trigger=level}
*/
acpidump: RSDT entry 21 (sig SSDT) is corrupt
/*
FPDT: Length=68, Revision=1, Checksum=100,
OEMID=ALASKA, OEM Table ID=A M I, OEM Revision=0x1072009,
Creator ID=AMI, Creator Revision=0x1000013
*/
dmesg
, but I think the interesting part may be this:
Code:
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi0: Embedded MOF found
ACPI: \134AOD.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: cannot find EC device
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: cannot find EC device
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WMIC.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi3: <ACPI-WMI mapping> on acpi0
acpi_wmi3: cannot find EC device
Thanks in advance.