Issue #533 has been updated by frantic from xboot.
Evgeny Zinoviev wrote in #note-7:
Where would the code to the mute button LED be? I'm happy to go and try fix it, as I have the revision to a version of coreboot where the LED worked. So I can probably try just see the differences. Same with fan control.
Well, I'd start from `src/ec/lenovo/h8` and the device tree under `src/mainboard/lenovo/haswell/variants/t440p`, maybe there were some changes to the EC config?.. And also anything related to ACPI there.
Nothing much seems to have changed. I can see your LED Logo lid patch, but that's it. I'm going to test whether changing my SMBIOS table names works. As currently, it is named under "xboot" and I changed it from LENOVO to Lenovo. Libreboot doesn't apply any patches to the T440p either, so this should hopefully work. As I have no idea what else could be causing it.
---------------------------------------- Bug #533: T440p audio mute button and fan control not working https://ticket.coreboot.org/issues/533#change-1782
* Author: frantic from xboot * Status: New * Priority: Normal * Target version: master * Start date: 2024-03-07 * Affected versions: master * Affected hardware: Lenovo Thinkpad T440p * Affected OS: All Linux distributions ---------------------------------------- In recent coreboot versions, the audio mute button and fan control has stopped working. Whereas you use the same revision from Libreboot, it all works fine and smoothly. This leads me to suspect that someone changed someone without testing, which is real annoying. The audio mute button technically still functions, but the LED no longer turns on/off. Always just off. Fan control no longer works with Thinkfan. /proc/acpi/ibm/fan doesn't exist any more. I've tried "force loading" thinkpad_acpi, but it doesn't work.