Copy sudo apt-get install lm-sensors
sudo sensors-detect
# Except the final one, press Enter all the way down
## To load everything that is needed, add this to /etc/modules:
## #----cut here----
## # Chip drivers
## coretemp
## it87
## #----cut here----
## If you have some drivers built into your kernel, the list above will
## contain too many modules. Skip the appropriate ones!
## Do you want to add these lines automatically to /etc/modules? (yes/NO)
# YES
sudo reboot
# Get Sensor Information
sensors
## coretemp-isa-0000
## Adapter: ISA adapter
## Package id 0: +35.0°C (high = +80.0°C, crit = +100.0°C)
## Core 0: +32.0°C (high = +80.0°C, crit = +100.0°C)
## Core 4: +31.0°C (high = +80.0°C, crit = +100.0°C)
## Core 8: +32.0°C (high = +80.0°C, crit = +100.0°C)
## Core 12: +31.0°C (high = +80.0°C, crit = +100.0°C)
## Core 16: +32.0°C (high = +80.0°C, crit = +100.0°C)
## Core 20: +31.0°C (high = +80.0°C, crit = +100.0°C)
## Core 24: +31.0°C (high = +80.0°C, crit = +100.0°C)
## Core 28: +31.0°C (high = +80.0°C, crit = +100.0°C)
## Core 36: +32.0°C (high = +80.0°C, crit = +100.0°C)
## Core 37: +32.0°C (high = +80.0°C, crit = +100.0°C)
## Core 38: +32.0°C (high = +80.0°C, crit = +100.0°C)
## Core 39: +32.0°C (high = +80.0°C, crit = +100.0°C)
## it8786-isa-0290
## Adapter: ISA adapter
## in0: 792.00 mV (min = +1.12 V, max = +2.62 V) ALARM
## in1: 1.25 V (min = +2.46 V, max = +0.96 V) ALARM
## in2: 3.06 V (min = +0.35 V, max = +0.17 V) ALARM
## +3.3V: 3.65 V (min = +3.34 V, max = +1.82 V) ALARM
## in4: 552.00 mV (min = +0.42 V, max = +0.55 V) ALARM
## in5: 2.33 V (min = +0.32 V, max = +2.88 V)
## in6: 420.00 mV (min = +2.88 V, max = +2.83 V) ALARM
## 3VSB: 3.65 V (min = +2.86 V, max = +4.99 V)
## Vbat: 144.00 mV
## fan1: 4927 RPM (min = 34 RPM)
## temp1: +35.0°C (low = -3.0°C, high = +58.0°C) sensor = thermistor
## temp2: +35.0°C (low = +101.0°C, high = +31.0°C) ALARM sensor = thermistor
## temp3: +27.0°C (low = +110.0°C, high = +11.0°C) ALARM sensor = thermistor
## intrusion0: ALARM
# Fan Control
## hwmon1 willo only be created after lm-sensors installed
sudo su
sudo echo "1" > /sys/class/hwmon/hwmon1/pwm1_enable
# Full Speed
sudo echo "255" > /sys/class/hwmon/hwmon1/pwm1
# Low Speed
sudo echo "10" > /sys/class/hwmon/hwmon1/pwm1