Thread
:
[Updated May 23] Conky 1.9.7 n900 edition
View Single Post
Mentalist Traceur
2010-10-27 , 19:10
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#
44
The module is NEVER (by default) loaded at boottime. This just bugs me because it's been known, and gone over in the Beautify Conky thread were Creamy Goodness was a participant. Power kernel does not automatically boot with that module enabled. You can make it boot by default by echoing it to the proper file:
(as root)
echo bq27x00_battery >> /etc/modules
Make sure to use >>, not >, because > will override the rest of the stuff in there. Not good.
Creamy Goodness: I like the idea of Conky using that module by default, but then it needs to either add it to the default modules loaded at boot, or check for it when launching, and modprobe it if necessary. I would recommend the latter, because there might be other bugs that could be caused by forcing the bq27x00_battery module on people who may be running a system that doesn't have it installed already or who have it disabled for other reasons.
(Or if you really want to go through coding hell the variables that can be queried with BME can be queried that way if the bq27x00_battery module isn't loaded when conky launches - but I realize that's a pain in the ***.)
Quote & Reply
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post:
Creamy Goodness
Mentalist Traceur
View Public Profile
Send a private message to Mentalist Traceur
Find all posts by Mentalist Traceur