Bug 215559
Summary: | ACPI Error: No handler for Region [CMS0] | ||
---|---|---|---|
Product: | ACPI | Reporter: | Michael Joya (mike) |
Component: | ACPICA-Core | Assignee: | Zhang Rui (rui.zhang) |
Status: | NEEDINFO --- | ||
Severity: | normal | CC: | iticianset, oscar.priegov, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.15.18 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Michael Joya
2022-02-02 06:47:36 UTC
please attach the acpidump and kernel boot message. include/acpi/acexcep.h:76:#define AE_NOT_EXIST EXCEP_ENV (0x0006) include/acpi/acexcep.h:212: EXCEP_TXT("AE_NOT_EXIST", "A required entity does not exist"), which means that the ACPI entity required for the memory region in SystemCMOS (the chip for the BIOS) doesn't have the required entity to handle it over, and the _Q33 GPE associated method for ACPI Machine Language, does not exist, the source code is missing, so, you have a certain base address in a certain device which doesn't have the required firmware to make it work, and ACPI complains over it, update the BIOS and the drivers of the device. |