Differences

This shows you the differences between two versions of the page.

Link to this comparison view

lm-sensors [2013/01/21 13:29]
lm-sensors [2013/01/21 13:29] (current)
Line 1: Line 1:
 +====== lm-sensors ======
  
 +=== Ubuntu ===
 +
 +Install lm-sensors package. ​ Answer YES to all yes/no questions.
 +
 +When finished detecting the drivers, rerun modules init script to load the kernel modules:
 +
 +<​code>​
 +service module-init-tools start
 +</​code>​
 +
 +== Display temperature in Farenheit ==
 +
 +<​code>​
 +sensors -f
 +</​code>​