configuration file for MSI-7012 motherboard

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I have no wiki account, so I send the configuration file for a MSI-7012 motherboard with Winbond w83627thf and Northwood processor directly.

Best regards

Thomas Stäbler

# libsensors (lm-sensors) configuration file
# ------------------------------------------
#
# Adaption for MSI-7012 Motherboard
#
# Winbond w83627thf
# Northwood Processor (Vcore = 1.53V)
#
# 2014-04-17 Thomas Staebler
#
# mapping (for information) hardware -> Sysfs attribute
# (see also Kernel Documentation in Documentation/hwmon/w83627hf)
#
# w83627thf                 | /sys/class/hwmon/hwmon1/devices
#-------------------------------------------------
# bank/reg | Name     | Pin |
#------------------------------------------------
# X/0x20   | CPUVCORE | 100 | in0 
# X/0x21   | VIN0     |  99 | in1
# X/0x22   | VIN1     |  98 | in2 
# X/0x23   | AVCC     | 114 | in3 
# X/0x24   | VIN2     |  97 | in4 
# 5/0x50   | 5VSB     |  61 | in7 
# 5/0x51   | VBAT     |  74 | in8 
#

chip "w83627thf-*"

# Fans
    label fan1 "CPU Fan"
    set fan1_div 8
    set fan1_min 664

    ignore fan2
    ignore fan3

# Temperatures
    label temp1 "CPU Temp."
    set temp1_max 55
    set temp1_max_hyst 53

    ignore temp2
    ignore temp3

# Voltages
    label in0 "Vcore"
    set in0_min 1.53 * 0.95
    set in0_max 1.53 * 1.05

    label in1 "+3.3V"
    set in1_min 3.30 * 0.95
    set in1_max 3.30 * 1.05

    label in2 "+12V"
    # External resistors 28kOhm, 10kOhm
    compute in2  @ * (1 + 28 / 10), @ / (1 + 28 / 10)
    set in2_min 12.0 * 0.90
    set in2_max 12.0 * 1.10

    label in3 "+5V"
    # Internal resistors 34kOhm, 51kOhm
    compute in3  @ * (1 + 34 / 51), @ / (1 + 34 / 51)
    set in3_min  5.0 * 0.95
    set in3_max  5.0 * 1.05

    label in4 "-12V"
    # External resistors 232kOhm, 56kOhm
    compute in4 (@*(1+232/56)-(3.6*232/56)), (@+(3.6*232/56))/(1+232/56)
    set in4_min  -12.0 * 1.10
    set in4_max  -12.0 * 0.90

    ignore in5
    ignore in6

    label in7 "5VSB"
    # Internal resistors 34kOhm, 51kOhm
    compute in7  @ * (1 + 34 / 51), @ / (1 + 34 / 51)
    set in7_min 5 * 0.95
    set in7_max 5 * 1.05

    # RTC/CMOS battery
    label in8 "Vbat"
    set in8_min 3.0 * 0.80
    set in8_max 3.0 * 1.20

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux