Filed in: Documentation.TempSensors · Modified on : Wed, 28 Jan 09
maintained by gnufs
First, install sensor libraries
sudo apt-get install lm-sensors hddtemp
Run the daemon when asked and accept the default values.
Run sensors-detect:
sudo sensors-detect
Answer YES to every question. (Default answer is yes except for the last one.)
The last lines of the previous process will be something like:
#----cut here----# Chip driverscoretemp#----cut here----
You may have something different than coretemp and that is the module name you need to load. Load that module with the name of the shown module instead of <module name>:
sudo modprobe <module name>
In the example case above, you would enter sudo modprobe coretemp
The temperature detection should be working now. You can check it by entering
sensors
This should show the temperature values.
To be able to check it continuously in GNOME, you can setup the sensors-applet on the desktop panel.
sudo apt-get install sensors-applet
Right-click on the panel and select Add to Panel. Double click on Hardware Sensors Monitor and the applet should appear on the panel.
You can right click on the applet and select Preferences to modify it.
gNewSense is a project developed by volunteers all over the world and it's supported by the Free Software Foundation.
The content in this Web site can be used as follows:
All documentation is available under the terms of the GFDL with no invariant sections. ( note on the license )
Artwork is Free Cultural Work and is available under the terms of the cc-by-sa license.