Forum

Full Version: temperature file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Code:
sudo -i
echo bcm2835_thermal >> /etc/modules
modprobe bcm2835_thermal

this change will stay over reboots. now your scripts should display temperature.
(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...
Reference URL's