Bug #632
openLenovo T580 missing charging threshold
0%
Description
After building coreboot correctly via guide provided on the website, the Lenovo T580 does not initialise thinkpad_acpi be default therefore charging thresholds are missing.
The bug is payload and os agnostic. Manifests itself in debian/fedora/arch on edk2(MrChromebox fork) and SeaBIOS.
Can be resolved via "sudo modprobe thinkpad_acpi force_load=1".
Files
MK Updated by Marcus Karlsen 26 days ago
- Affected versions main added
- Affected versions deleted (
24.12)
JR Updated by Johann Rode 24 days ago
Please also post your dmesg.
Can you please try to create a file /etc/modprobe.d/thinkpad-acpi.conf with the following content:
options thinkpad_acpi force_load=1
MK Updated by Marcus Karlsen 22 days ago
MK Updated by Marcus Karlsen 22 days ago
Johann Rode wrote in #note-2:
Please also post your dmesg.
Can you please try to create a file
/etc/modprobe.d/thinkpad-acpi.confwith the following content:
options thinkpad_acpi force_load=1
dmesg uploaded.
The mentioned file in modprobe.d works as a temporary workaround until the system gets reinstalled.