From: markusbauer@users.sourceforge.net (Markus Bauer)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] sensors.conf update for W83627EHF on MSI K9N Platinum
Date: Mon, 22 Jan 2007 02:08:00 +0000 [thread overview]
Message-ID: <45B41C80.2070001@users.sourceforge.net> (raw)
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
reply other threads:[~2007-01-22 2:08 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=45B41C80.2070001@users.sourceforge.net \
--to=markusbauer@users.sourceforge.net \
--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.