All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] sensor 3.3.1 and previous do not properly detect/show CPUTIN temperature - maximus
Date: Sat, 28 Apr 2012 19:30:23 +0000	[thread overview]
Message-ID: <20120428193023.GB24926@ericsson.com> (raw)
In-Reply-To: <CAGqf2i+bMvvWyELKn5ApTL+XUQ_s7x-eMCSV4DdNGhpfuHy6nA@mail.gmail.com>

On Sat, Apr 28, 2012 at 03:04:51PM -0400, Martin Suchanek wrote:
> 
> 
> On Sat, Apr 28, 2012 at 4:36 PM, Guenter Roeck <guenter.roeck@ericsson.com>
> wrote:
> 
>     On Sat, Apr 28, 2012 at 06:08:23AM -0400, Martin Suchanek wrote:
>     >
>     >
>     > On Sat, Apr 28, 2012 at 5:30 AM, Guenter Roeck <
>     guenter.roeck@ericsson.com>
>     > wrote:
>     >
>     >     On Fri, Apr 20, 2012 at 11:47:47AM +0100, Martin Suchanek wrote:
>     >     > Hi,
>     >     >
>     >     > Add info:
>     >     > I have found software called open hardware monitor. I have been
>     testing
>     >     it
>     >     > in windows for couple of days and it works properly with Nuvoton
>     NST6776F
>     >     > chip. I have been comparing results with AI Suite software coming
>     from
>     >     ASUS
>     >     > and results are corresponding and measuring is with big precise. So
>     , you
>     >     > can have a look to source code and compare with your driver. This
>     >     software
>     >     > should work on linux as well but I did not try it yet but I will.
>     >     >
>     >     I finally had time to look into the open hardware monitor code.
>     >
>     >     The answer is quite simple - the board get the CPU temperature using
>     PECI,
>     >     which the w83627ehf/nct67765 driver reports is as "PECI Agent 0".
>     >     Open Hardware Monitor maps that temperature into the CPU temperature
>     >     display
>     >     and ignores CPUTIN. Which makes sense, since the purpose of PECI is
>     to
>     >     report
>     >     the CPU temperature.
>     >
>     >     So all you need to do is to ignore the value of CPUTIN and use the
>     "PECI
>     >     Agent 0"
>     >     temperature instead.
>     >
>     >
>     >
>     > I am now confused ?
>     > I do not know technical details but according to ASUS technical support
>     > CPUTIN is temperature of motherboard (not cpu socket , not cpu yourself )
>     > what exactly this temperature means ?
>     >
>     From looking into the OHM source, motherboard temperature is SYSTIN, not
>     CPUTIN.
>     Some but not all boards have AUXTIN connected as well. CPUTIN does not seem
>     to be used at all on ASUS boards as far as I can see.
> 
> 
> 
> I am sorry but when I compare my AI Suite monitor (I attached picture) (- 60
> Celsius)  with psensor ( - 60 Celsius) => CPUTIN correspond with motherboard
> temperature and technical support saying the same thing (even if I have to
> admit that according to name convention it should be as you said). And AUXTIN
> has asus motherboard maximus iv extreme - psensor is showing 33.5 Celsius - no
> problem with that.

Judging from the OHM source, it looks like some Asus boards have AUXTIN connected,
others don't. -60 degrees C suggests that there is nothing connected to the sensor pin.

> where did you get exactly those information about what is what ? Could you put
> some URL or documentation ?

Open Hardware Monitor source code, http://open-hardware-monitor.googlecode.com/svn.

I don't see CPUTIN on your screen shot. I only see "CPU" and "CPU socket", but I don't see
anything suggesting that those report the temperature as measured on the CPUTIN pin
of the NCT6776F. To know how the values reported by the AI suite map to board sensors,
it would be necessary to see its source code and/or configuration files.

Guenter

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

  parent reply	other threads:[~2012-04-28 19:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-14 13:09 [lm-sensors] sensor 3.3.1 and previous do not properly detect/show CPUTIN temperature - maximus iv e Martin Suchanek
2012-04-14 21:58 ` [lm-sensors] sensor 3.3.1 and previous do not properly detect/show CPUTIN temperature - maximus Guenter Roeck
2012-04-20 10:47 ` Martin Suchanek
2012-04-20 15:22 ` Guenter Roeck
2012-04-21  9:38 ` Martin Suchanek
2012-04-21 14:49 ` Guenter Roeck
2012-04-21 15:04 ` Martin Suchanek
2012-04-28  4:30 ` Guenter Roeck
2012-04-28  6:43 ` P.B. V
2012-04-28  8:55 ` Jean Delvare
2012-04-28 10:08 ` Martin Suchanek
2012-04-28 10:22 ` Jean Delvare
2012-04-28 10:48 ` Martin Suchanek
2012-04-28 14:43 ` Guenter Roeck
2012-04-28 15:00 ` Guenter Roeck
2012-04-28 15:36 ` Guenter Roeck
2012-04-28 19:30 ` Guenter Roeck [this message]
2012-04-28 23:18 ` Martin Suchanek
2012-04-28 23:41 ` Guenter Roeck
2012-04-29  9:42 ` Martin Suchanek

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=20120428193023.GB24926@ericsson.com \
    --to=guenter.roeck@ericsson.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.