Battery Critically Low at 85%?

6,194

Solution 1

People who had same problem I installed Jupiter for them that tend to solve the problem of critical low level of battery in laptops. If you are experiencing such a critical battery level then you can try the following:

sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter

Thank you.

Solution 2

From fix/workaround found in this thread.

For 11.04 and older just run:

gconftool-2 --type bool --set /apps/gnome-power-manager/general/use_time_for_policy false

For 11.10 run:

gsettings set org.gnome.settings-daemon.plugins.power 'use-time-for-policy' 'false'

This worked for me. It doesn't fix my underlying issue, but it keeps my laptop from continuously suspending.

Share:
6,194

Related videos on Youtube

user2993805
Author by

user2993805

Updated on September 18, 2022

Comments

  • user2993805
    user2993805 over 1 year

    I, along with many others, have been experiencing a problem with our Ubuntu 11.10 installations on our battery-powered laptop devices: The computer misreads information from the battery, so it thinks the battery will only last a few minutes. I get a critically low message ~85% battery level. Can someone help me?

    Here is the link to the whole situation showing all the details and terminal messages on the Ubuntu Forums: http://ubuntuforums.org/showthread.php?t=1865832

  • Gus E
    Gus E over 12 years
    For the underlying issue follow this thread in launchpad.