Forum
temperature file - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: temperature file (/thread-1989.html)



temperature file - coloxim - 10th Jan, 2014 10:51 AM

hi, i want to use this script(http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=21968), but i've a problem with the temperature file.....how can i fix it?

thanks
HuhHuh


RE: temperature file - mk01 - 10th Jan, 2014 12:18 PM

Code:
sudo -i
echo bcm2835_thermal >> /etc/modules
modprobe bcm2835_thermal

this change will stay over reboots. now your scripts should display temperature.


RE: temperature file - coloxim - 10th Jan, 2014 10:59 PM

(10th Jan, 2014 12:18 PM)mk01 Wrote:  
Code:
sudo -i
echo bcm2835_thermal >> /etc/modules
modprobe bcm2835_thermal

this change will stay over reboots. now your scripts should display temperature.

ohh....thank you so much......
i'll try
Tjhank thanks...