battery status indicator shows 'estimating'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-power |
New
|
Undecided
|
Charles Kerr | ||
indicator-power (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Sometime in saucy my battery icon started showing '(estimating...)' for the 'time' in the menu bar.
This could be because I:
a.) am plugged into power
b.) have used the thinkpad 'tp-smapi-dkms' packages to control my battery, telling it to not charge even though its plugged in
I'm not sure.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: indicator-power 12.10.6+
ProcVersionSign
Uname: Linux 3.11.0-8-generic x86_64
ApportVersion: 2.12.4-0ubuntu1
Architecture: amd64
Date: Thu Sep 26 12:09:50 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-19 (708 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: indicator-power
UpgradeStatus: Upgraded to saucy on 2013-05-20 (129 days ago)
Related branches
- Indicator Applet Developers: Pending requested
-
Diff: 223 lines (+40/-28)2 files modifiedsrc/device.c (+1/-1)
tests/test-device.cc (+39/-27)
Changed in indicator-power: | |
assignee: | nobody → Charles Kerr (charlesk) |
Changed in indicator-power (Ubuntu): | |
status: | Confirmed → Fix Committed |
status: | Fix Committed → Fix Released |
so its probably related to the fact that I've explicitly told the battery not to charge while plugged in.
Thats accomplished by:
stop=80 /sys/devices/ platform/ smapi/BAT0" stop_charge_ thresh && echo $start > $bat_d/ start_charge_ thresh"
start=40
bat_d="
sudo sh -c "echo $stop > $bat_d/
More info at www.thinkwiki. org/wiki/ Tp_smapi
http://
and that requires tp_smapi module loaded.