All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Wrong CPU Temp
Date: Thu, 12 Jun 2008 13:30:46 +0000	[thread overview]
Message-ID: <20080612153046.783057cd@hyperion.delvare> (raw)
In-Reply-To: <001201c33f14$0ee832a0$f265a8c0@gf01>

Hi Paul,

On Thu, 12 Jun 2008 14:13:50 +0100, Paul Smith wrote:
> In the output below, the value
> 
> CPU Temp:     -2.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = transistor
> 
> seems unlikely:
> 
> $ sensors
> it8712-isa-0290
> Adapter: ISA adapter
> VCore 1:     +1.28 V  (min =  +0.00 V, max =  +4.08 V)
> VCore 2:     +1.82 V  (min =  +0.00 V, max =  +4.08 V)
> +3.3V:       +3.38 V  (min =  +0.00 V, max =  +4.08 V)
> +5V:         +6.85 V  (min =  +0.00 V, max =  +6.85 V)   ALARM
> +12V:       +11.84 V  (min =  +0.00 V, max = +16.32 V)
> -12V:       -13.86 V  (min = -27.36 V, max =  +3.93 V)
> -5V:         -7.34 V  (min = -13.64 V, max =  +4.03 V)
> Stdby:       +6.85 V  (min =  +0.00 V, max =  +6.85 V)   ALARM
> VBat:        +4.08 V
> fan1:       1704 RPM  (min =    0 RPM, div = 8)
> fan2:          0 RPM  (min =    0 RPM, div = 8)
> fan3:          0 RPM  (min =    0 RPM, div = 8)
> M/B Temp:    -55.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = transistor
> CPU Temp:     -2.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = transistor
> Temp3:       +47.0°C  (low  = +127.0°C, high = +90.0°C)  sensor = thermal diode
> cpu0_vid:   +1.350 V
> 
> $
> 
> My motherboard is a GigaBite GA-81945PL-G, the processor is an Intel
> Dual Core, and the operating system is Fedora 9.
> 
> Any ideas?

Typical of Gigabyte boards. They put two Ethernet chips, 2 USB
controllers, Firewire, two Serial ATA controllers, etc. on the board,
but omit the thermistor for motherboard temperature to save a few
cents. Go figure... My own board (Gigabyte K8V Ultra-939) says:

temp1:       +25.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = disabled
temp2:       -55.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = disabled
temp3:       +47.0°C  (low  = +10.0°C, high = +51.0°C)  sensor = thermal diode

And temp1 never changes. So, same as yours: temp3 is the CPU
temperature, and temp1 and temp2 can be ignored (and even disabled).
The relevant part of my configuration file is:

### Temperatures

   # Gigabyte confirmed that there is no system temperature sensor on this
   # motherboard. This is really disappointing, as the board is otherwise
   # full featured.

   ignore temp1
   ignore temp2
   label  temp3  "CPU Temp"

   set temp1_type 0
   set temp2_type 0

   # The CPU temperature was seen from 34 to 48 degrees C so far.
   set temp3_min  10
   set temp3_max  51

Hope that helps,
-- 
Jean Delvare

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

  parent reply	other threads:[~2008-06-12 13:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19  6:24 wrong cpu temp Victor G. Marimon
2005-05-19  6:24 ` Victor G. Marimon
2005-05-19  6:24 ` Jean Delvare
2008-06-12 13:13 ` [lm-sensors] Wrong CPU Temp Paul Smith
2008-06-12 13:30 ` Jean Delvare [this message]
2008-06-12 16:57 ` Paul Smith

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=20080612153046.783057cd@hyperion.delvare \
    --to=khali@linux-fr.org \
    --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.