On Sun, Aug 25, 2024 at 9:21 AM Max Nikulin <maniku...@gmail.com> wrote: > > On 25/08/2024 13:16, Joe B wrote: > > > > root@debian:~# upower --dump > [...] > > energy-full: 57.0714 Wh > > energy-full-design: 61.32 Wh > > So the battery has degraded a bit but capacity is still high enough. I > hope it is reported correctly. There is no apparent sign of failure. > > [...] > > joe@debian:~$ grep '' /sys/class/power_supply/BAT1/* > [...] > > /sys/class/power_supply/BAT1/uevent:POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10950000 > > /sys/class/power_supply/BAT1/uevent:POWER_SUPPLY_VOLTAGE_NOW=12469000 > > You may compare voltage to value when AC adapter is disconnected. > > Another data point is charge level after failure and following boot with > the AC adapter connected. > > > I boot this laptop everyday so there are a lot of entires for > > journactl --list-boots > > Any idea ? > > You sent first message at Fri, 23 Aug 2024 15:11:36 -0700. Perhaps it > was soon after failure. You may try to guess comparing time of first and > last messages.
Whenever i boot up i get this error message root@debian:~# journalctl -b --grep="acpi MSFT0101" Aug 25 10:28:38 debian kernel: acpi MSFT0101:00: platform device creation failed: -16 I will look it up in a few i have to go but it stood out and it probably can mean something > As to temperature, you may try "sensors" from the lm-sensors package. root@debian:~# sensors pch_skylake-virtual-0 Adapter: Virtual device temp1: +34.0°C coretemp-isa-0000 Adapter: ISA adapter Package id 0: +33.0°C (high = +100.0°C, crit = +100.0°C) Core 0: +32.0°C (high = +100.0°C, crit = +100.0°C) Core 1: +31.0°C (high = +100.0°C, crit = +100.0°C) acpitz-acpi-0 Adapter: ACPI interface temp1: +34.0°C BAT1-acpi-0 Adapter: ACPI interface in0: 11.99 V curr1: 650.00 mA I did this all while the battery was unplugged and i hope it can shed light on something Thanks Joe B