All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Fintek F71862FG Super IO Sensors only shows
Date: Fri, 09 Sep 2011 12:12:50 +0000	[thread overview]
Message-ID: <4E6A02C2.9050109@redhat.com> (raw)
In-Reply-To: <CAPtvKsNGD2fY1Fo7BSLRqVVU+92Rh0YyfMbdD2FBFpu=bHhCng@mail.gmail.com>

Hi,

On 09/09/2011 01:46 PM, Daniel Schenkenberger wrote:
> thank u so much. now it seems to work.
> f71862fg-isa-0290
> Adapter: ISA adapter
> in0:         +1.66 V
> in1:         +1.07 V
> in2:         +0.94 V
> in3:         +1.08 V
> in4:         +0.94 V
> in5:         +1.12 V
> in6:         +1.56 V
> in7:         +1.66 V
> in8:         +1.64 V
> fan1:       1355 RPM
> temp1:       +46.0°C  (high = +75.0°C, hyst = +71.0°C)
>                        (crit = +100.0°C, hyst = +96.0°C)  sensor = transistor
> temp2:         FAULT  (high = +75.0°C, hyst = +71.0°C)
>                        (crit = +100.0°C, hyst = +96.0°C)  sensor = transistor
> temp3:         FAULT  (high = +75.0°C, hyst = +73.0°C)
>                        (crit = +85.0°C, hyst = +83.0°C)  sensor = transistor
> but what doest in0-in8 means? i want to read my vcore.

That is more or less unknown to us, it depends on how your motherboard
manufacturer has hooked things up. We do know what in0, 1 and 8 are, as those
are hooked up inside the chip, add the following to your /etc/sensors3.conf
or /etc/sensors.conf (depending on which one you have, if you have both edit
sensors3.conf):

chip "f71862fg-*"

     label in0 "+3.3V"
     label in7 "3VSB"
     label in8 "Vbat"

     compute in0  @*2, @/2
     compute in7  @*2, @/2
     compute in8  @*2, @/2

Typically in1 would be your Vcore, but that is far from certain. If your BIOS
has Voltage readings too, you could write them down and compare them.

If a certain reading in your BIOS and under sensors are the same chances
are good they are a match

Note that any readings above 2v are usually scaled and without an sensors.conf entry
you will get the raw value output from the sensors command (and other libsensors
using apps), so in these cases the BIOS readings and sensors output won't match,
the actual factor is not necessarily a whole number like 2 or 3, but could be
almost any value :(

Regards,

Hans

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

      parent reply	other threads:[~2011-09-09 12:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08 13:11 [lm-sensors] Fintek F71862FG Super IO Sensors only shows coretemp Daniel Schenkenberger
2011-09-08 18:07 ` [lm-sensors] Fintek F71862FG Super IO Sensors only shows Hans de Goede
2011-09-08 18:11 ` Guenter Roeck
2011-09-08 20:32 ` Hans de Goede
2011-09-08 20:35 ` Jean Delvare
2011-09-08 20:59 ` Guenter Roeck
2011-09-08 21:02 ` Hans de Goede
2011-09-08 21:09 ` Daniel Schenkenberger
2011-09-09 10:12 ` Hans de Goede
2011-09-09 12:12 ` Hans de Goede [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=4E6A02C2.9050109@redhat.com \
    --to=hdegoede@redhat.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.