You are not logged in.
Pages: 1
Hi! I'm not sure if this is the correct place to post this, but I'm not sure how to approach resolving this issue.
I own a Lenovo Legion Slim 5 laptop, running an Arch Linux + Windows 11 dual boot.
Recently, I shut down Arch using
shutdown nowAfter doing so, the system hung with a blinking dash in the upper left corner for quite some, which was unusual. I held down the power button (yikes!), booted into Arch again, and kept using my computer normally.
A short while after, I noticed that my i3status battery indicator was behaving as if my battery were discharging, despite the fact that my AC power adapter was plugged in and the percentage was increasing.
I booted into Windows 11 to check if the issue persisted, and it did: the battery percent went up, but the system seemed to think I was running on battery.
After uninstalling and reinstalling the ACPI compliant battery from Windows' device manager and rebooting, per the recommendation of multiple troubleshooting guides, the issue persisted, but now the device's battery percent isn't even going up like it was before.
Here's some output that might be useful. All commands were ran with the AC adapter plugged in:
acpi -b
Battery 0: Discharging, 52%, 05:01:25 remaining
Battery 1: Discharging, 0%, rate information unavailablesudo upower -d
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: Sunwoda
model: L22D4PA2
serial: 670
power supply: yes
updated: Thu 09 May 2024 11:55:48 PM EDT (18 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: discharging
warning-level: none
energy: 39.64 Wh
energy-empty: 0 Wh
energy-full: 74.79 Wh
energy-full-design: 73.6 Wh
energy-rate: 10.483 W
voltage: 15.508 V
charge-cycles: 9
time to empty: 3.8 hours
percentage: 53%
capacity: 100%
technology: lithium-polymer
icon-name: 'battery-good-symbolic'
History (rate):
1715313348 10.483 discharging
1715313318 8.679 discharging
1715313288 9.097 discharging
1715313258 7.907 discharging
Device: /org/freedesktop/UPower/devices/battery_hidpp_battery_0
native-path: hidpp_battery_0
model: G305 Lightspeed Wireless Gaming Mouse
serial: 0d-f8-53-43
power supply: no
updated: Thu 09 May 2024 11:55:48 PM EDT (18 seconds ago)
has history: yes
has statistics: yes
mouse
present: yes
rechargeable: yes
state: fully-charged
warning-level: none
battery-level: full
percentage: 100% (should be ignored)
icon-name: 'battery-full-charged-symbolic'
Device: /org/freedesktop/UPower/devices/line_power_ADP0
native-path: ADP0
power supply: yes
updated: Thu 09 May 2024 11:52:17 PM EDT (229 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/DisplayDevice
power supply: yes
updated: Thu 09 May 2024 11:55:48 PM EDT (18 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: discharging
warning-level: none
energy: 39.64 Wh
energy-full: 74.79 Wh
energy-rate: 10.483 W
charge-cycles: N/A
time to empty: 3.8 hours
percentage: 53%
icon-name: 'battery-good-symbolic'
Daemon:
daemon-version: 1.90.4
on-battery: yes
lid-is-closed: no
lid-is-present: yes
critical-action: PowerOffsudo tlp-stat -b
--- TLP 1.6.1 --------------------------------------------
+++ Battery Care
Plugin: lenovo
Supported features: charge threshold
Driver usage:
* vendor (ideapad_laptop) = active (charge threshold)
Parameter value range:
* STOP_CHARGE_THRESH_BAT0: 0(off), 1(on) -- battery conservation mode
/sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode = 0 (100%)
+++ Battery Status: BAT0
/sys/class/power_supply/BAT0/manufacturer = Sunwoda
/sys/class/power_supply/BAT0/model_name = L22D4PA2
/sys/class/power_supply/BAT0/cycle_count = 9
/sys/class/power_supply/BAT0/energy_full_design = 73600 [mWh]
/sys/class/power_supply/BAT0/energy_full = 74790 [mWh]
/sys/class/power_supply/BAT0/energy_now = 38900 [mWh]
/sys/class/power_supply/BAT0/power_now = 8833 [mW]
/sys/class/power_supply/BAT0/status = Discharging
Charge = 52.0 [%]
Capacity = 101.6 [%]Offline
The thing charges via USB, right?
https://bbs.archlinux.org/viewtopic.php … 6#p2158166
tl;dr: Shutdown, press the power button and keep it down for 30s …
Online
Pages: 1