public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.2: i2c erroneous temperatures from sensors
@ 2004-02-09 18:35 Jean-Luc Fontaine
  2004-02-09 22:14 ` J.A. Magallon
  2004-02-10 16:43 ` Jean-Luc Fontaine
  0 siblings, 2 replies; 3+ messages in thread
From: Jean-Luc Fontaine @ 2004-02-09 18:35 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On my SIS based motherboard:

# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 746 Host (rev 10)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202
00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device
0964 (rev 36)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device
5964 (rev 01)

I get:

# sensors
w83697hf-isa-0290
Adapter: ISA adapter
Algorithm: ISA algorithm
VCore:     +1.62 V  (min =  +0.06 V, max =  +0.03 V)
+3.3V:     +3.31 V  (min =  +0.14 V, max =  +0.00 V)
+5V:       +5.08 V  (min =  +0.11 V, max =  +0.00 V)
+12V:     +11.86 V  (min =  +0.97 V, max =  +9.73 V)
- -12V:      +1.13 V  (min =  -4.22 V, max =  -4.38 V)
- -5V:       +2.09 V  (min =  -7.71 V, max =  -7.71 V)
V5SB:      +5.62 V  (min =  +5.43 V, max =  +0.27 V)
VBat:      +0.06 V  (min =  +0.03 V, max =  +1.28 V)
fan1:     2700 RPM  (min =   -1 RPM, div = 2)
fan2:        0 RPM  (min = 168750 RPM, div = 2)
temp1: +280 C (high =  +400 C, hyst =  +120 C) sensor = thermistor

temp2: +345.0 C (high = +1200 C, hyst = +1200 C) sensor = thermistor


As you can see, the temperatures are obviously wrong, and what are they
for (CPU, motherboard)?

Is there anything I can do to help debug the problem? Please let me know
(I know C and can patch).

Many thanks in advance,


Jean-Luc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAJ9LjkG/MMvcT1qQRAh2nAJoDXtdgk/MQmogYHW1nyHT9Cjaz5gCgqh9s
sdoxry78C5Tqjk8V1ulwldM=
=knbX
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.2: i2c erroneous temperatures from sensors
  2004-02-09 18:35 2.6.2: i2c erroneous temperatures from sensors Jean-Luc Fontaine
@ 2004-02-09 22:14 ` J.A. Magallon
  2004-02-10 16:43 ` Jean-Luc Fontaine
  1 sibling, 0 replies; 3+ messages in thread
From: J.A. Magallon @ 2004-02-09 22:14 UTC (permalink / raw)
  To: Jean-Luc Fontaine; +Cc: linux-kernel


On 02.09, Jean-Luc Fontaine wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
...
> 
> # sensors
> w83697hf-isa-0290
> Adapter: ISA adapter
> Algorithm: ISA algorithm
> VCore:     +1.62 V  (min =  +0.06 V, max =  +0.03 V)
> +3.3V:     +3.31 V  (min =  +0.14 V, max =  +0.00 V)
> +5V:       +5.08 V  (min =  +0.11 V, max =  +0.00 V)
> +12V:     +11.86 V  (min =  +0.97 V, max =  +9.73 V)
> - -12V:      +1.13 V  (min =  -4.22 V, max =  -4.38 V)
> - -5V:       +2.09 V  (min =  -7.71 V, max =  -7.71 V)
> V5SB:      +5.62 V  (min =  +5.43 V, max =  +0.27 V)
> VBat:      +0.06 V  (min =  +0.03 V, max =  +1.28 V)
> fan1:     2700 RPM  (min =   -1 RPM, div = 2)
> fan2:        0 RPM  (min = 168750 RPM, div = 2)
> temp1: +280 C (high =  +400 C, hyst =  +120 C) sensor = thermistor
> 
> temp2: +345.0 C (high = +1200 C, hyst = +1200 C) sensor = thermistor
> 

Update userspace tools to 2.8.4. Also check sensors.conf and uncomment
all settings for your chip, there are no more builtin defaults...

-- 
J.A. Magallon <jamagallon()able!es>     \                 Software is like sex:
werewolf!able!es                         \           It's better when it's free
Mandrake Linux release 10.0 (Cooker) for i586
Linux 2.6.2-jam1 (gcc 3.3.2 (Mandrake Linux 10.0 3.3.2-4mdk))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.2: i2c erroneous temperatures from sensors
  2004-02-09 18:35 2.6.2: i2c erroneous temperatures from sensors Jean-Luc Fontaine
  2004-02-09 22:14 ` J.A. Magallon
@ 2004-02-10 16:43 ` Jean-Luc Fontaine
  1 sibling, 0 replies; 3+ messages in thread
From: Jean-Luc Fontaine @ 2004-02-10 16:43 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

|
| On my SIS based motherboard:
| ...
| I get:
| # sensors
| w83697hf-isa-0290
|...

May thanks to all who responded: the temperatures indeed needed being
divided by 10, and it looks like lm_sensors 2.8.4 fixed it as shipped:

$ sensors
w83697hf-isa-0290
Adapter: ISA adapter
VCore:     +1.62 V  (min =  +0.06 V, max =  +0.03 V)
+3.3V:     +3.31 V  (min =  +0.14 V, max =  +0.00 V)
+5V:       +5.08 V  (min =  +0.11 V, max =  +0.00 V)
+12V:     +11.92 V  (min =  +1.22 V, max =  +9.73 V)
- -12V:      +1.13 V  (min =  -4.22 V, max =  -4.38 V)
- -5V:       +2.09 V  (min =  -7.71 V, max =  -7.71 V)
V5SB:      +5.62 V  (min =  +5.43 V, max =  +0.27 V)
VBat:      +0.06 V  (min =  +0.03 V, max =  +1.28 V)
fan1:     2721 RPM  (min =   -1 RPM, div = 2)
fan2:        0 RPM  (min = 168750 RPM, div = 2)
temp1: +28°C (high =+40°C, hyst = +12°C) sensor = thermistor
temp2: +34.0°C (high = +120°C, hyst = +120°C) sensor = thermistor

The only thing I am missing now is the RPMs of fan #2 (available in the
BIOS). Any ideas?

Thanks again!


- --
Jean-Luc Fontaine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAKQpAkG/MMvcT1qQRAvVdAKCSWqHHAuCDA0lnFpfkaTlstqXeVQCgwtfM
v/njeDxQseNcUmN+phLZcuQ=
=jYct
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-10 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-09 18:35 2.6.2: i2c erroneous temperatures from sensors Jean-Luc Fontaine
2004-02-09 22:14 ` J.A. Magallon
2004-02-10 16:43 ` Jean-Luc Fontaine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox