Skip to content

lm_sensors

Samuel VERSCHELDE edited this page Aug 8, 2019 · 9 revisions

Install lm_sensors

To install lm_sensors, use the following command:

yum install lm_sensors

Detect sensors

In order to display any output, lm_sensors need to detect on-die sensors- To do this, type the following command, and follow the on screen guide:

sensors-detect

Be careful if you have devices that are sensitive to probing and could be harmed by that. The sensors-detect command will ask you to confirm for each type of device.

Display temperatures

After running the detection routine, you can display sensor output by typing the command:

sensors

More about lm_sensors