How to measure CPU temperature on Ubuntu
-
sudo apt-get install lm-sensors -
sensors-detect
To load everything that is needed, add this to /etc/modules:
# chip drivers
coretemp
-
sudo modprobe coretemp -
sensors
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
sudo apt-get install lm-sensors
sensors-detect
To load everything that is needed, add this to /etc/modules:
# chip drivers
coretemp
sudo modprobe coretemp
sensors