https://bugzilla.kernel.org/show_bug.cgi?id=220809

Thomas Renninger ([email protected]) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|ANSWERED                    |---

--- Comment #6 from Thomas Renninger ([email protected]) ---
> ACPI errors and warnings, unless they result in functional issues or the
> kernel is spamming with them, can be safely ignored.

Not fully true.
This is a kernel warning being very specific about a BIOS bug, looks like this
function is missing or cannot be resolved:
\_TZ.THRM._SCP.CTYP

ACPI BIOS Error (bug): Could not resolve symbol

It would be unwise to just close this if there is the possibility that platform
vendor/bios developers could discuss and fix this here (probably on BIOS side)
together with their customer.

An exact BIOS revision for this machine may help:
Asus P16 H7606W


I expect this happens here:
drivers/acpi/thermal.c
        /*
         * Set the cooling mode [_SCP] to active cooling. This needs to happen
before
         * we retrieve the trip point values.
         */
        acpi_execute_simple_method(tz->device->handle, "_SCP",
ACPI_THERMAL_MODE_ACTIVE);

Not sure whether it's possible to trigger _SCP (active/passive/... cooling) via
sysfs to be able to reproduce this at runtime.
Reopen for some days in hope for active discussion which may result in a fix.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to