26
submitted 2 days ago* (last edited 1 day ago) by HumanPerson@sh.itjust.works to c/linux@lemmy.ml

This happened at a very inopportune time so apologies for the text being a bit bad. background: framework laptop 13 with 7640 u running fedora 40. ran great for a few months. issue: played some games on battery power. battery health went from mid 90's to 43. i know playing on battery is bad for it but that is more what i'd expect if I took a hammer to it. what i've tried: rebooted, cleared upower history, removed 90% charge limit in bios then shut down and charged.

Any thoughts would be appreciated.

Edit: I ran it out of battery while on the bios screen then charged it to full before powering it on. Battery health is now showing 91%. I'll see if it lasts, but I'm glad I didn't just go out and buy a battery without troubleshooting first.

you are viewing a single comment's thread
view the rest of the comments
[-] jrgd@lemm.ee 6 points 2 days ago* (last edited 2 days ago)

A couple things to check using a quick bash script:

#!/usr/bin/env bash

cd /sys/class/power_supply/BAT*/
echo "Charge cycles: $(cat cycle_count)"
printf '%s\0' 'Health: ' &
bc <<< "scale=3; ($(cat charge_full) / $(cat charge_full_design)) * 100"

That should print out the wear cycles the battery has endured and its reported capacity over design capacity. If your battery has less than 1000 cycles and the health reported from the battery is less than 80%, it might be best to contact Framework for warranty replacement as the battery is likely defective.

this post was submitted on 14 Oct 2024
26 points (100.0% liked)

Linux

47744 readers
915 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS