Bug 214341 - Second Fan Not Working
Summary: Second Fan Not Working
Status: CLOSED DOCUMENTED
Alias: None
Product: ACPI
Classification: Unclassified
Component: BIOS (show other bugs)
Hardware: Intel Linux
: P1 normal
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-07 09:50 UTC by Winfried
Modified: 2022-06-21 09:25 UTC (History)
1 user (show)

See Also:
Kernel Version: 5.14
Subsystem:
Regression: No
Bisected commit-id:


Attachments
Errors when opening my device in the image (948.74 KB, image/jpeg)
2021-09-07 09:50 UTC, Winfried
Details

Description Winfried 2021-09-07 09:50:54 UTC
Created attachment 298697 [details]
Errors when opening my device in the image

My second fan (GPU Fan) is not working on the laptop. Also, when I start linux, errors appear as in the picture I shared.

Model: Asus Tuf Gaming F15 (2021)
Comment 1 Zhang Rui 2021-10-11 02:33:52 UTC
This might be two different problems.
please attach the full dmesg output after boot.
please attach the acpidump of this machine.
Comment 2 Winfried 2021-10-20 11:44:48 UTC
(In reply to Zhang Rui from comment #1)
> This might be two different problems.
> please attach the full dmesg output after boot.
> please attach the acpidump of this machine.

dmesg:
https://raw.githubusercontent.com/herrwinfried/herrwinfried/linux/dmesg.txt
acpidump: 
https://raw.githubusercontent.com/herrwinfried/herrwinfried/linux/acpidump.txt
https://github.com/herrwinfried/herrwinfried/blob/linux/acpidump.txt
Comment 3 Winfried 2021-10-20 13:07:36 UTC
(In reply to Özgür from comment #2)
> (In reply to Zhang Rui from comment #1)
> > This might be two different problems.
> > please attach the full dmesg output after boot.
> > please attach the acpidump of this machine.
> 
> dmesg:
> https://raw.githubusercontent.com/herrwinfried/herrwinfried/linux/dmesg.txt
> acpidump: 
> https://raw.githubusercontent.com/herrwinfried/herrwinfried/linux/acpidump.
> txt
> https://github.com/herrwinfried/herrwinfried/blob/linux/acpidump.txt

sorry i misconfigured the file format
acpidump:
https://github.com/herrwinfried/herrwinfried/blob/linux/acpidump.dat
https://raw.githubusercontent.com/herrwinfried/herrwinfried/linux/acpidump.dat
Comment 4 Winfried 2022-05-13 14:16:09 UTC
It's been a long time since I opened the issue, I wonder if there has been any development.
Comment 5 Zhang Rui 2022-06-21 09:23:50 UTC
Let's focus on the ACPI Failure message first.

in dsdt
    Scope (_TZ)
    {
        ...
        Name (ETMD, One)
        ...
    }
in ssdt5
    Scope (\_TZ)
    {
        Name (ETMD, One)
        ...
    }

So this is a firmware bug which contains bogus AML code, and there is nothing we can do in Linux.
Comment 6 Zhang Rui 2022-06-21 09:25:29 UTC
About the graphics fan issue, this is not controlled by ACPI.
Please refer to this page https://bugs.freedesktop.org/
and raise the problem to graphics people.

Bug closed.

Note You need to log in before you can comment on or make changes to this bug.