Monitoring Fan RPM in Ubuntu

I have two PWM fan’s installed in my Shuttle KPC K45 being monitor with of sensor-applet in Ubuntu, which also monitors the CPU and hard drive temperature.

To begin run sensors-detect a utility which comes with lm-sensors

$ sudo apt-get install lm-sensors
$ sudo sensors-detect

Answer YES to all the YES/no questions and allow sensors-detect to modify the /etc/modules, and reboot the computer.

To check the status of all the items lm-sensors can read.

$ sensors

To monitor the fan’s RPM from sensor-applet, select it from the “Sensors” tab.

Sensors Applet

Sensors Applet

Related posts:

  1. Monitoring CPU and Hard Drive Temperature on Xubuntu
  2. Ubuntu/Linux Folder Structure
  3. Ubuntu Quickstart Guide
  4. Tomcat 5.5 Doesn’t Start in Ubuntu 7.04
  5. Setting up ddclient on Ubuntu
This entry was posted in Ubuntu and tagged . Bookmark the permalink.

Comments are closed.