* [lm-sensors] sensors.conf update for W83627EHF on MSI K9N Platinum
@ 2007-01-22 2:08 Markus Bauer
0 siblings, 0 replies; only message in thread
From: Markus Bauer @ 2007-01-22 2:08 UTC (permalink / raw)
To: lm-sensors
Hello,
I have a MSI K9N Platinum mainboard with a W83627EHF chip.
I changed the sensors.conf configuration file to match my mainboard and
I want to share my results with you.
The specs provides a formula to calculate the -12V value. It produces a
reasonable result for the in5 input, which also seems to be connected.
So I added:
label in5 "-12V"
compute in5 (@+(20.48/242)-2.048)*24.2, (@-2.048)*(10/242)+2.048
set in5_min -12.0*1.05
set in5_max -12.0*0.95
The +5V value is calculated wrong for my board. There is no formula in
the specs, but I figured out from the value in the BIOS that for example
the input value 1.46 must be converted to 5.07.
A factor used in the specs is (R1 / 34). I calculated that R1 must be
exactly 84. So I changed:
label in6 "+5V"
compute in6 @*(1+(84/34)), @/(1+(84/34))
On this board the CPU fan is connected to fan4:
label fan4 "CPU Fan"
A full patch of my changes is attached.
Regards,
Markus
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sensors.conf.diff
Url: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070122/45da030f/attachment.pl
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-22 2:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-22 2:08 [lm-sensors] sensors.conf update for W83627EHF on MSI K9N Platinum Markus Bauer
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.