Fancontrol

From Hurlster Wiki
Jump to navigation Jump to search
#pwmconfig
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
DEVPATH=hwmon1=devices/platform/it87.3712
DEVNAME=hwmon1=it8721
FCTEMPS=hwmon1/device/pwm1=hwmon1/device/temp1_input hwmon1/device/pwm3=hwmon1/device/temp1_input
FCFANS=hwmon1/device/pwm1=hwmon1/device/fan1_input hwmon1/device/pwm3=hwmon1/device/fan1_input
MINTEMP=hwmon1/device/pwm1=20 hwmon1/device/pwm3=20
MAXTEMP=hwmon1/device/pwm1=60 hwmon1/device/pwm3=60
MINSTART=hwmon1/device/pwm1=150 hwmon1/device/pwm3=150
MINSTOP=hwmon1/device/pwm1=100 hwmon1/device/pwm3=0
root@areus:/etc# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +37.0°C  (crit = +127.0°C)

it8721-isa-0e80
Adapter: ISA adapter
in0:           +0.91 V  (min =  +0.28 V, max =  +1.38 V)
in1:           +1.61 V  (min =  +0.28 V, max =  +2.66 V)
in2:           +2.82 V  (min =  +0.28 V, max =  +3.06 V)
Int Voltage:   +2.81 V  (min =  +0.05 V, max =  +2.75 V)  ALARM
DRAM Voltage:  +1.22 V  (min =  +0.28 V, max =  +1.68 V)
CPU Core:      +1.24 V  (min =  +0.00 V, max =  +2.10 V)
in6:           +1.21 V  (min =  +0.28 V, max =  +3.06 V)
3VSB:          +3.31 V  (min =  +0.96 V, max =  +4.90 V)
Vbat:          +3.43 V  
CPU Fan:       340 RPM  (min =    0 RPM)
Sys Fan:      2136 RPM  (min =    0 RPM)
Case Fan:     2177 RPM  (min =    0 RPM)
CPU Temp:      +37.0°C  (low  =  +0.0°C, high = +127.0°C)  sensor = thermal diode
M/B Temp:      +37.0°C  (low  =  +6.0°C, high = +43.0°C)  sensor = thermal diode

k10temp-pci-00c3
Adapter: PCI adapter
temp1:        +33.2°C  (high = +70.0°C)
sensors3.conf
chip "it87-*" "it8712-*" "it8716-*" "it8718-*" "it8720-*" "it8728-*"

    label in8 "Vbat"

    label temp1 "CPU Temp"
    label temp2 "M/B Temp" 
    label temp3 "Aux Temp" 

chip "it8721-*"

    label in3 "Int Voltage"
    label in4 "DRAM Voltage"
    label in5 "CPU Core"

    label fan1 "CPU Fan"
    label fan2 "Sys Fan"
    label fan3 "Case Fan"

    label temp1 "CPU Temp"  
    #ignore temp2
    label temp3 "M/B Temp"
    
    set fan1_min 0
    set fan2_min 0
    set fan3_min 0

    set temp1_min 0

    set in0_min  0.3 * 0.90
    set in1_min  0.3 * 0.90
    set in2_min  0.3 * 0.90
    set in2_max  10.0 * 1.0
    set in4_min  0.3 * 0.90
    set in6_min  0.3 * 0.90
    set in6_max  10.0 * 1.0