PDA

View Full Version : [gnome] sensors-applet fail to display hd temp after kernel upgrade



reloweb
June 30th, 2010, 09:31 PM
After Kernel upgrade, sensors-applet doesn't display the hd temp. To fix the problem I have to remove and after reinstall hddtemp package... :mad:

endotherm
June 30th, 2010, 09:34 PM
try rerunning
sudo sensors-detect. it loads some kernel modules that are required for sensor access and potentially hddtemp as well. see if it works for ya

reloweb
June 30th, 2010, 09:43 PM
No, I've just tried it but it doesn't work... The only solution is reinstall hddtemp everytime I upgrade kernel.

endotherm
June 30th, 2010, 09:46 PM
that sucks. did you enter 'yes' on the last question in the dialog? it defaults to 'no', so I've missed it a few times.

reloweb
June 30th, 2010, 09:52 PM
Yes on the bottom of my /etc/modules there are this lines:

# Chip drivers
coretemp
it87

Moreover if I do sudo hddtemp /dev/sda it outputs me the right temp!

sudo hddtemp /dev/sda
/dev/sda: ST31500341AS: 56°C

stinkeye
July 4th, 2010, 05:44 PM
I just had the same problem.
Running

sudo dpkg-reconfigure hddtemp
fixed it for me.
I just answer yes to all the questions.