[HOWTO] Install hardware sensors for avant-window-navigator (awn) applets

September 1st, 2010 Permalink

If you add Hardware-sensors applet to avant-window-navigator panel, you will get the following warning if you have not set up hardware sensors and the sensor will not work. It will tell you “NO SENSORS FOUND” and give the warning: Warning from Hardware Sensors: No sensors found Install one or more of ACPI, HDDTemp, LM-Sensors, nvidia-sett [...]

If you add Hardware-sensors applet to avant-window-navigator panel, you will get the following warning if you have not set up hardware sensors and the sensor will not work. It will tell you “NO SENSORS FOUND” and give the warning:

Warning from Hardware Sensors: No sensors found
Install one or more of ACPI, HDDTemp, LM-Sensors, nvidia-sett or nvclock and restart the applet

Here is the screen shot of what it looks like:Screenshot 300x144 [HOWTO] Install hardware sensors for avant window navigator (awn) applets

To install and setup sensors, just run the following commands:
HDDTemp

sudo apt-get install hddtemp

When it asks you, choose to run its daemon.
LM-Sensors

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

You can choose default options (just press Enter) for all of them except when it asks the following:

Do you want to add these lines automatically to /etc/modules? (yes/NO)

Answer yes to that question. Now run the following:

sudo /etc/init.d/module-init-tools start

Now, just restart avant-window-navigator:

killall avant-window-navigator
avant-window-navigator

If you enjoyed this post, make sure you subscribe to my RSS feed!
  • Marco Riezzo

    Thanks a lot!
    but with the new version you just type

    sudo apt-get install hddtemp

    A setting window will open.
    Then select to start its daemon automatically, the types of supported connections, and the used port.

    This is all!