All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Thomas Stäbler" <tstaebler@arcor.de>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] configuration file for MSI-7012 motherboard
Date: Fri, 02 May 2014 16:31:50 +0000	[thread overview]
Message-ID: <5363C876.6040002@arcor.de> (raw)

[-- 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

                 reply	other threads:[~2014-05-02 16:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5363C876.6040002@arcor.de \
    --to=tstaebler@arcor.de \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.