How to use lm-sensors?
Mia Lopez
I wanted to install a package to monitor the temperature of my CPU called lm-sensors.
According to Synaptic, it's already installed.
Can someone give me some simple step-by-step instructions on how I can actually run it from the command line or otherwise?
5 Answers
Once lm-sensors is installed you need to reach for your terminal:
type
sudo sensors-detectjust press ENTER for everything it suggests (shown in Uppercase)
At the end it will ask you whether to add what it finds to /etc/modules. If you are happy with the findings type "yes".
More information about lm-sensors and how to tailor it for your system can be found on the lm-sensors installation wiki page
Typing
sensorswill display the values for the sensors detected previously.
e.g.
acpitz-virtual-0
Adapter: Virtual device
temp1: +55.0°C (crit = +90.0°C) 6 lm-sensors ![Install lm-sensors]()
is a set of tools to control and view sensors that may be present on your hardware. Included are several applications that run from the command line:
- sensors: shows the current readings of all sensor chips.
- sensord: daemon to periodically log sensor readings to syslog
- fancontrol: calculates fan speeds from temperatures and sets the corresponding PWM outputs
- pwmconfig: tests the PWM outputs of sensors and configures fancontrol
- and more (see lm-sensors documentation for details)
To run these programs open a terminal and type the name of the application (including optional parameters, see manpages for details). This will give an output similar as shown here for sensors:
~$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +30.0°C
Core0 Temp: +30.0°C
Core1 Temp: +29.0°C
Core1 Temp: +36.0°C
it8718-isa-0228
Adapter: ISA adapter
[...] # shortenedConfiguration of lm-sensors is done by configuration files in /etc/sensors3.conf and in /etc/sensors.conf (for details see manpage for sensors.conf).
psensor
sudo apt install psensorI'm quite fond of psensor... it runs on the Indicator Bar (the "Systray" near the clock), so it is perhaps the most unobtrusive app that uses lm-sensors. It also can show a nice window with graphs displaying the history of each sensor, just like System Monitor does for memory, CPU usage, etc. It has logging too!
It also uses sensors other than lm-sensors, like hddtemp for HDD temperatures and NVidia and AMD GPU (video cards) temperature and fan.
Better screenshots than mine can be found in the author's website:
xsensors ![Install xsensors]()
sudo apt install xsensorsIt has a graphical interface that is easy to understand. It shows me the motherboard voltages (there are four of them), the CPU and motherboard temperature as well as the CPU fan speed, the speed of three chassis fans and the power fan speed. All monitored in real time. And it loads into the the Unity Dash.
If you use XFCE, I think it`s better to show it in toolbar, like this, use this plugin:
The effect is this:
2: