linrunner
linrunner
Coreboot does not return the correct model string as the original BIOS via **/sys/class/dmi/id/product_version**. As a workaround you can try to configure: X_SIMULATE_MODEL="ThinkPad T440p" Then show `tlp-stat -s -b` again...
No, the kernel returns wrong values and I suppose it gets them from the BIOS via ACPI. Actually there are two sets of battery sysfiles, one for W units and...
Btw: you don't need `acpi_call` in conjunction with kernel 6.0 because it supports charge thresholds and recalibration natively. Unfortunately Coreboot does not support recalibration (refer to #626).
@karstenes : Any news on this? Did you file a Coreboot bug yet?
@karstenes My key points are all in https://github.com/linrunner/TLP/issues/657#issuecomment-1293730559
@karstenes Anything new to report here?
Do you mind posting the link to the coreboot issue here?
Libreboot shows the same symptoms: https://thinkpad-forum.de/threads/projektvorstellung-tlp-%E2%80%93-linux-stromsparen.82441/post-2349536
@diabl0w The world does not only consist of charge thresholds. If you look at the output of @karstenes, you will see that the battery as well as the charge thresholds...
@karstenes @all Since no one from the Core- or Libreboot developers feels obliged to fix the problem, I changed my mind and added a workaround for the missing battery data...