Installation of temperature/fan/cpu sensors
From Erlands Wiki
To view temperature and fan sensors you will have to install the lm-sensors package.
- 1. sudo apt-get install lm-sensors
- 2. cd /dev
- 3. sudo mknod -m 0660 i2c-0 c 89 0
- 4. sudo sensors-detect
- 5. You will get a number of modules back from the sensors-detect softare, add these to the /etc/modules file
- 6. sudo apt-get install cpufrequtils
You should now be able to use “sensors” or “cpufreq-info” to se the temperature/fan values and the current cpu speed.
References
Categories: HTPC | Ubuntu
