All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leo Krüger" <mail@leokrueger.de>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] small changes in configuration file for MSI IM-945GSE-A
Date: Sat, 28 Aug 2010 23:16:17 +0000	[thread overview]
Message-ID: <37bbc84b5fac675db98cc0276a74e55e@mail.gmail.com> (raw)

Hi,

I own a MSI IM-945GSE-A motherboard and used the sample configuration file
from http://lm-sensors.org/wiki/Configurations/MSI/IM-945GSE-A,
which showed me around 14V for the 12V output.
Since this would be far above specification limits, I measured the actual
values at the ATX power connector. In addition to the 12V output, the 5V
and the 5Vsb line differed a little.
Below is my updated configuration file. Note that I just changed 3 lines,
the compute lines for in4, in5 and in6.
It would be nice if you could update the sample file in your wiki.
Let me know if any additional steps are necessary.

Regards,
Leo

# lm_sensors configuration file for the MSI IM-945GSE-A motherboard
# Atom N270, Dual Gigabit Intel 82574L controllers, VGA, DVI
# 2009-07-01 Thomas Ettwein
# 2010-08-29 Leo Krueger

chip "f71882fg-*"

# Temperature
     label temp1       "CPU"
     label temp2       "Systemboard"
     ignore temp3

# Fans
      ignore fan1 # no connector on board
      label fan2 "FAN"
      ignore fan3 # no connector on board
      ignore fan4 # no connector on board


# Voltage
     label in0         "3.3V"
     label in1         "Vcore"
     label in2         "Vdimm"
     label in3         "Vchip"
     label in4         "+5V"
     label in5         "12V"
     label in6         "5VSB"
     label in7         "3VSB"
     label in8         "Battery"

# never change the in0, in7 and in8 compute, these are hardwired in the
chip!
# in4, in5, in6 were changed to match manually measured values
     compute in0       (@ * 2), (@ / 2)
     compute in2       (@ * 2), (@ / 2)
     compute in3       (@ * 2), (@ / 2)
     compute in4       (@ * 5.23), (@ / 5.23)
     compute in5       (@ * 10.86), (@ / 10.86)
     compute in6       (@ * 5.62), (@ / 5.62)
     compute in7       (@ * 2), (@ / 2)
     compute in8       (@ * 2), (@ / 2)

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

             reply	other threads:[~2010-08-28 23:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-28 23:16 Leo Krüger [this message]
2010-08-30  8:23 ` [lm-sensors] small changes in configuration file for MSI Jean Delvare
2010-08-30  8:50 ` Leo Krüger
2010-08-30  9:34 ` Jean Delvare

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=37bbc84b5fac675db98cc0276a74e55e@mail.gmail.com \
    --to=mail@leokrueger.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.