On windows I can see my CPU sensor, but in Ubuntu, using PSensor, I can't see CPU sensor. It detects GPU sensor (which I don't have) and it detects CPU usage. Is there any other tool which can detect my CPU temperature sensor.
2 Answers
Use sudo sensors-detect on terminal and answer the questions with yes (mostly).
Now run this command: sudo service module-init-tools restart
Now check the temperatures using sensors -s command on terminal. If it works.. restart psensors. If not, follow this page and see if it helps. Link: http://ubuntuforums.org/showthread.php?t=1933020
You might also want to see this page: https://help.ubuntu.com/community/SensorInstallHowto
- 3,515
As already said by drake01, Psensor is 'just' a GUI front-end on top of few libraries providing temperature information. For mother-board it uses lm-sensors, basically you need to install it (the package is lm-sensors), then run 'sensors-detect' as root. You will find more information at lm-sensors FAQ or Psensor installation. If the command 'sensors' displays some temperature sensors but not Psensor, feel free to report a bug to me (jeanfi@gmail.com). If 'sensors' reports no temperature sensors, your hardware is not supported or you should ask the lm-sensors team.
There are many other tools similar to Psensor, for example Xsensors or the excellent indicator-sensors from Alex Murray. Anyway, there are all based on lm-sensors, so the first step is to have lm-sensors running correctly.
- 1,470
- 1
- 12
- 9