View Single Post
Posts: 33 | Thanked: 8 times | Joined on Oct 2009
#130
Code:
echo `cat /sys/class/power_supply/bq27200-0/temp` °C
To get the temperature working in the first place:
Code:
sudo gainroot
modprobe bq27x00_battery
The above will load the temperature module.

To get it to load on boot
Code:
echo bq27x00_battery >> /etc/modules
[/QUOTE]



Wow, thanks a ton! That was easier than I expected to implement. I was a bit intimidated by Queen Beecon and still have a lot to learn, but this was pretty easy to get working!
Thanks again