All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] configuration file for MSI-7012 motherboard
@ 2014-05-02 16:31 Thomas Stäbler
  0 siblings, 0 replies; only message in thread
From: Thomas Stäbler @ 2014-05-02 16:31 UTC (permalink / raw)
  To: lm-sensors

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

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


[-- Attachment #2: msi-7012.conf --]
[-- Type: text/plain, Size: 2041 bytes --]

# 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


[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-02 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 16:31 [lm-sensors] configuration file for MSI-7012 motherboard Thomas Stäbler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.