All of lore.kernel.org
 help / color / mirror / Atom feed
From: lists@edeca.net (David Cannings)
To: lm-sensors@vger.kernel.org
Subject: w83697hf -12v readings
Date: Thu, 19 May 2005 06:25:28 +0000	[thread overview]
Message-ID: <41D2A2F9.9060000@edeca.net> (raw)
In-Reply-To: <41D28D44.5080900@edeca.net>

Jean Delvare wrote:
> Hi David,
>> > Does the BIOS display values for -12V and -5V? If it does, what are 
>> > they?
>> No, it does not, I hadn't noticed this.  It does display values for
>> Vdimm and Vio though which aren't in sensors.
> Don't you come to a conclusion at this point? ;)

I did, but I didn't think that they were because the values were way
out.  I hadn't considered the compute lines, though.

> What sensors think are -12V and -5V have to be Vdimm and Vio. Edit
> /etc/sensors.conf:
>     label in5 "Vdimm"
>     label in6 "Vio"

For the sake of the archives, these are the wrong way round (switch
Vdimm with Vio).  The notes in sensors.conf are correct.

> Comment out the compute in5 and in6 lines.
>     set in5_min 3.3 * 0.95
>     set in5_max 3.3 * 1.05
>     set in6_min 2.5 * 0.95
>     set in6_max 2.6 * 1.05

This is correct, for the Epox 4SDM2+ the value should be 2.6 (as
suggested in sensors.conf).

> Run sensors -s && sensors, see what it looks like. And adjust the limits
> afterwards if needed.

I now have the correct values for Vio and Vdimm (similar to those
reported by the BIOS), thank you.  My V5SB and Vbat appear to be correct
without swapping them, however, which is suggested in sensors.conf.

> We may add specific notes for your board if you share your experience
> once you get the correct configuration values.

A complete summary of what I have done for my sensors is below:

For Epox 4SDM2+, changes to /etc/sensors.conf, all in section for
"w83697hf-*":

  - Change 1.8 in "set in0_min" and "set in0_max" to 1.75, for a 1.75v
    core

  - Replace in5 and in6 limits with (for Vio and Vdimm):

    set in5_min 3.3 * 0.95
    set in5_max 3.3 * 1.05
    set in6_min 2.5 * 0.95
    set in6_max 2.6 * 1.05

  - Change labels to:

    label in5 "Vio"
    label in6 "Vdimm"
	
  - Comment "compute in5" and "compute in6" lines, do not swap in7 for
    in8 as suggested as V5SB/VBat appear to be correct by default.

Thanks for your help Jean,

David

  reply	other threads:[~2005-05-19  6:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19  6:25 w83697hf -12v readings David Cannings
2005-05-19  6:25 ` David Cannings [this message]
2005-05-19  6:25 ` Jean Delvare
2005-05-19  6:25 ` David Cannings
2005-05-19  6:25 ` 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=41D2A2F9.9060000@edeca.net \
    --to=lists@edeca.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.