# lm_sensors configuration file for the MSI 975X Platinum (MS-7246), Bios (v1.40)
# Sensor Chip, Winbond W83627EHF/EHG

#######################
###  sensors3.conf  ###

chip "w83627ehf-*" "w83627dhg-*"

    label in0 "VCore"    # CPU Core Voltage
    label in1 "VPCIEx"    # PCI Express Voltage
    label in2 "AVCC"
    label in3 "3VCC"
    label in6 "+ 5V"    # +5V, or so i think
    label in7 "3VSB"
    label in8 "VBAT"
    label in9 "+12V"    # +12V, or so i think

## +12V is in9 and +5V is in6 ##
    compute in9 @*(1+(56/10)),  @/(1+(56/10))
    compute in6 @*(1+(22/10)),  @/(1+(22/10))

    set in9_min   12.0*0.9
    set in9_max   12.0*1.1
    set in6_min   5.0*0.9
    set in6_max   5.0*1.1

    set in0_min   0.9
    set in0_max   1.7
    set in1_min   1.4
    set in1_max   2.0
    set in2_min   3.3*0.9
    set in2_max   3.3*1.1
    set in3_min   3.3*0.9
    set in3_max   3.3*1.1
    set in7_min   3.3*0.9
    set in7_max   3.3*1.1
    set in8_min   3.3*0.9
    set in8_max   3.3*1.1

    ignore in4
    ignore in5

## Temperatures ##

    label temp1     "Sys Temp"
    label temp2     "CPU Temp"
    label temp3     "AUX Temp"

    set temp1_max       55
    set temp1_max_hyst  48
    set temp2_max       55
    set temp2_max_hyst  47
    set temp3_max       55
    set temp3_max_hyst  50

## Fans ##

    label fan1      "PWR Fan"
    label fan2      "CPU Fan"
    label fan3      "NB Fan"
    label fan4      "Sys Fan"

    set fan2_min    800

    ignore fan1
    ignore fan3
    ignore fan4
    ignore fan5

### end of sensors3.conf ###
############################

############
### demo ###
#
#    root@LM # sensors
#    w83627ehf-isa-0290
#    Adapter: ISA adapter
#    VCore:       +1.24 V  (min =  +0.90 V, max =  +1.70 V)  
#    VPCIEx:      +1.54 V  (min =  +1.40 V, max =  +2.00 V)  
#    AVCC:        +3.30 V  (min =  +2.98 V, max =  +3.63 V)  
#    3VCC:        +3.30 V  (min =  +2.98 V, max =  +3.63 V)  
#    + 5V:        +5.02 V  (min =  +4.51 V, max =  +5.50 V)  
#    3VSB:        +3.25 V  (min =  +2.98 V, max =  +3.63 V)  
#    VBAT:        +2.99 V  (min =  +2.98 V, max =  +3.63 V)  
#    +12V:       +12.14 V  (min = +10.82 V, max = +13.20 V)  
#    CPU Fan:    3515 RPM  (min =  803 RPM, div = 16)
#    Sys Temp:    +39.0°C  (high = +55.0°C, hyst = +48.0°C)  sensor = thermistor
#    CPU Temp:    +35.5°C  (high = +55.0°C, hyst = +47.0°C)  sensor = diode
#    AUX Temp:    +46.0°C  (high = +55.0°C, hyst = +50.0°C)  sensor = thermistor
#    cpu0_vid:   +1.288 V
#
#### end demo ###
#################



L.J.Marín
Linux Counter # 447624