Skip to content

lm_sensors

Samuel VERSCHELDE edited this page Jan 3, 2019 · 9 revisions

Install lm_sensors

To install lm_sensors, use the following command:

yum --enablerepo=base install lm_sensors

Warning: Do be careful what you install into dom0 though, as a conflicting package or some incompatibility could cause issues for future upgrades.

** If the command tries to update existing packages from the system instead of just adding new ones, refuse and tell us on the forum or open an issue **

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

Display temperatures

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

sensors

More about lm_sensors