All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Anderson <davea42@gmail.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] W83795AG on SuperMicro 7046T-NTR+ board
Date: Mon, 31 Jan 2011 18:22:45 +0000	[thread overview]
Message-ID: <4D46FDF5.6020008@gmail.com> (raw)
In-Reply-To: <4D44621B.40506@earthlink.net>

On 01/31/2011 12:07 AM, Jean Delvare wrote:
> On Sun, 30 Jan 2011 13:13:24 -0800, David Anderson wrote:
>> Here is a configure file that worked (to go with the new
>> kernel module).  It may not be perfect.  inserted it as
>> /etc/sensors.d/w83795ag.conf
>>
>> chip "w83795-*"
> This can't work, as the chip will be named w83795adg-* or w83795g-* by
> libsensors.

It is in fact a     w83795adg    as reported by dmesg.
The supermicro folks had a typo in what they sent me, as you suggested 
earlier.

  They also sent
+12V Voltage, Offset 0x14        Voltage = Data* 0.008/ (10./66.2)
which I had as
    compute in4 @*(10.0/66.2), @/(10.0/66.2)
Aha. Notice I misread what they sent me.     They used  '/   /' and I 
used '*  /'.
My reading of the algebra was careless.

So I switched to Henrique's equation which is an accurate representation:

    compute in4 @*6.62, @/6.62

which gives a more sensible output (11.94 volts).


Thanks again for all the help.
David Anderson


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

      parent reply	other threads:[~2011-01-31 18:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-29 18:53 [lm-sensors] W83795AG on SuperMicro 7046T-NTR+ board David Anderson
2011-01-29 19:13 ` Henrique de Moraes Holschuh
2011-01-30 20:49 ` David Anderson
2011-01-30 21:13 ` David Anderson
2011-01-30 21:18 ` Jean Delvare
2011-01-31  8:07 ` Jean Delvare
2011-01-31 17:11 ` Henrique de Moraes Holschuh
2011-01-31 18:22 ` David Anderson [this message]

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=4D46FDF5.6020008@gmail.com \
    --to=davea42@gmail.com \
    --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.