[Solved] Battery indicator not functionning

Questions about hardware and drivers
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Damie-C
Level 1
Level 1
Posts: 29
Joined: Sun Jan 22, 2017 12:54 am

[Solved] Battery indicator not functionning

Post by Damie-C »

Good morning good folks,
I installed yesterday LMDE, the battery indicator indicates the battery is either charging from 0% or that the battery is absent.
Yet it works also when I unplug the computer (albeit it slows the machine).
inxi -Fxz
gives:

Code: Select all

Battery:
  ID-1: BAT0 charge: N/A condition: N/A model: N/A status: Unknown 
Image
The computer is an Asus R558U, the battery indicator was working fine on LM 16, 17 18 and 19.
Couldn't find elsewhere what is happening, taking all recommendations! Best,
D
Attachments
Screenshot from 2020-09-16 07-45-11.png
Screenshot from 2020-09-16 07-45-11.png (4.19 KiB) Viewed 2148 times
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
antikythera
Level 15
Level 15
Posts: 5721
Joined: Thu Jul 02, 2020 12:52 pm
Location: Cymru

Re: Battery indicator not functionning

Post by antikythera »

Mine does that if I use backport firmware and kernel 5.4. If I stick with the default kernel 4.19 series it's fine. The reverse may work for your newer laptop. Take a snapshot with Timeshift before proceeding. Check EVERYTHING works after applying a kernel change. The below will get you Kernel 5.7:

Code: Select all

apt update && apt install -t buster-backports linux-image-amd64 -y && apt install -t buster-backports linux-headers-amd64 -y && apt install -t buster-backports firmware-linux firmware-linux-nonfree -y && reboot
I’ll tell you a DNS joke but be advised, it could take up to 24 hours for everyone to get it.
Damie-C
Level 1
Level 1
Posts: 29
Joined: Sun Jan 22, 2017 12:54 am

Re: [Solved] Battery indicator not functionning

Post by Damie-C »

thanks a lot antikythera, that did it!
Locked

Return to “Hardware Support”