All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] small changes in configuration file for MSI IM-945GSE-A
@ 2010-08-28 23:16 Leo Krüger
  2010-08-30  8:23 ` [lm-sensors] small changes in configuration file for MSI Jean Delvare
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leo Krüger @ 2010-08-28 23:16 UTC (permalink / raw)
  To: lm-sensors

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-30  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28 23:16 [lm-sensors] small changes in configuration file for MSI IM-945GSE-A Leo Krüger
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

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.