Bug #305
closedThermal sensors on Thinkpad X201 no longer working
100%
Description
The thermal sensors on my Thinkpad are no longer working with the latest version of coreboot. Normally, the values should look like this:
# cat /proc/acpi/ibm/thermal
temperatures: 68 0 0 0 0 0 0 0
# sensors thinkpad-isa-0000
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 3440 RPM
temp1: +68.0°C
Now they look like this instead:
# cat /proc/acpi/ibm/thermal
temperatures: -128 0 0 0 0 0 0 0
# sensors thinkpad-isa-0000
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 0 RPM
temp1: N/A
It seems that this patch broke things: https://review.coreboot.org/c/coreboot/+/51072
Updated by Angel Pons over 3 years ago
- Category set to chipset configuration
- Status changed from New to Response Needed
- Assignee set to Angel Pons
Hi Stefan,
Seems weird, but plausible. Does reverting [[[https://review.coreboot.org/51072]]] on current master fix the issue? If so, could you please provide coreboot and inteltool -a
logs before and after reverting said commit?
Thanks in advance,
Angel
Updated by Angel Pons over 3 years ago
- Status changed from Response Needed to Closed
- % Done changed from 0 to 100
Hi Stefan,
https://review.coreboot.org/52426 is the way to go. Apologies for causing the breakage in the first place.
Best regards,
Angel
Updated by Stefan Ott over 3 years ago
No worries, and thanks! I'll test this later tonight.
Updated by Stefan Ott over 3 years ago
Indeed, reverting fixes the problem for me.