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.

  • @[email protected]
    link
    fedilink
    6
    edit-2
    10 hours 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.

  • @ripe_banana
    link
    310 hours ago

    I feel like this is a case for framework support. They were better than your generic IT team when I interacted with them. Maybe they have a better idea of what is going wrong.

  • @just_another_person
    link
    210 hours ago

    Few things:

    • What is the output wattage of your charger? You need something that can keep up with the output of the battery, so Id guess 85W or higher while gaming or under heavy util.
    • ensure your CPU governor didn’t get locked to ‘performance’ mode after gaming. Make sure you have power-profiles-daemon or similar installed to switch profiles.
    • run the reset process for the battery from Framework. You may just have. Battery that crapped out.
    • @[email protected]OP
      link
      fedilink
      English
      210 hours ago

      65w. enough to run a 7600 and an igpu. i set it to performance but returned it to balanced after. what reset process?

      • @[email protected]
        link
        fedilink
        English
        29 hours ago

        Sounds like maybe a faulty battery failing early, it should be under warranty I’d imagine if it has only been a few months?