Open ehuelsmann opened 1 year ago
Please remove tlp and reboot. We need to check if tlp is interfering with the power values.
Done:
# apt remove tlp
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libappindicator1
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
tlp
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
After this operation, 581 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 730307 files and directories currently installed.)
Removing tlp (1.5.0-1ubuntu3) ...
Processing triggers for man-db (2.10.2-1) ...
# apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
libappindicator1
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
After this operation, 99,3 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 730236 files and directories currently installed.)
Removing libappindicator1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.3) ...
My laptop got stuck in the same state again:
This time, tlp
isn't installed:
# apt remove tlp
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'tlp' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
upower --dump
again:
# upower --dump
Device: /org/freedesktop/UPower/devices/line_power_AC0
native-path: AC0
power supply: yes
updated: za 30 sep 2023 12:43:45 CEST (8319 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: no
icon-name: 'ac-adapter-symbolic'
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: OEM
model: standard
serial: 00001
power supply: yes
updated: za 30 sep 2023 15:01:45 CEST (39 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: discharging
warning-level: none
energy: 37,3412 Wh
energy-empty: 0 Wh
energy-full: 70,455 Wh
energy-full-design: 91,245 Wh
energy-rate: 7,86555 W
voltage: 11,14 V
charge-cycles: N/A
time to empty: 4,7 hours
percentage: 53%
capacity: 77,2152%
technology: lithium-ion
icon-name: 'battery-good-symbolic'
History (rate):
1696078905 7,866 discharging
Device: /org/freedesktop/UPower/devices/mouse_dev_EF_1B_5E_F1_BF_F9
native-path: /org/bluez/hci0/dev_EF_1B_5E_F1_BF_F9
model: MX Anywhere 2
serial: EF:1B:5E:F1:BF:F9
power supply: no
updated: za 30 sep 2023 12:43:56 CEST (8308 seconds ago)
has history: yes
has statistics: no
mouse
present: yes
rechargeable: no
state: unknown
warning-level: none
percentage: 50%
icon-name: 'battery-missing-symbolic'
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: yes
updated: za 30 sep 2023 15:01:45 CEST (39 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: discharging
warning-level: none
energy: 37,3412 Wh
energy-full: 70,455 Wh
energy-rate: 7,86555 W
charge-cycles: N/A
time to empty: 4,7 hours
percentage: 53%
icon-name: 'battery-good-symbolic'
Daemon:
daemon-version: 0.99.17
on-battery: yes
lid-is-closed: no
lid-is-present: yes
critical-action: HybridSleep
Budgie desktop unchanged:
# budgie-desktop --version
budgie-desktop 10.6.1
Copyright © 2014-2022 Budgie Desktop Developers
# uname -a
Linux tuxedo 6.2.0-10022-tuxedo #28 SMP PREEMPT_DYNAMIC Wed Aug 23 20:17:32 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Any other info I can add to help resolve this state? This time, I left the widget in the stuck state (last time I reset it, to check that the remediation in the other issue worked for me too).
Description
The battery indicator says "100%" with the battery icon showing the plug on the side indicating the laptop is plugged in.
The problem: the laptop isn't plugged in and when checking "Power Settings" the battery is indicated at 46%, not 100%.
I see you asked output from
tlp-stat
andupower --dump
. Here's the output:And here's the output of
upower --dump
run at the same time:As you can see, both indicate 46% as does the "power settings" window.
Budgie version
budgie-desktop 10.6.1
Operating System
Ubuntu 22.04.3 LTS
Steps to reproduce the issue
To be honest, I have no idea how to reproduce. It happens every now and then. It definitely doesn't happen all the time.
It has to do - I think with decoupling the charger while the laptop is asleep.
Actual result
Expected result
The battery icon in "discharging" state, with a battery percentage of 46%.
(After reboot, it shows: )
Additional information
Please ask for more if you need it.