Hello I have an HP G62 B07 SL and persist same problem, but i resolv the problem with the script below.
#!/bin/bash rima=`cat /proc/acpi/battery/BAT0/state|grep "remaining capacity"|awk '{print $3}'` full=`cat /proc/acpi/battery/BAT0/info|grep "last full capacity"|awk '{print $4}'` perc=$((echo scale=4;echo $rima/$full*100)|bc) notify-send -i /home/marco/Dropbox/icone/Battery.png "Carica batteria "$perc"%" This Script calculates the % remaing and with notify send show on desktop the result. This script work in charge state and in discharge state. now i will try to estimate the time remaing, -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/661759 Title: HP G62-a50SM battery status -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs