All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] k8temp does produce sensible results
@ 2007-10-01 19:23 Dick Middleton
  2007-10-07 11:51 ` Rudolf Marek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Dick Middleton @ 2007-10-01 19:23 UTC (permalink / raw)
  To: lm-sensors

I wonder if somebody could throw some light on the following.  I have a new AMD 
690 based mobo.  It seems to need k8temp sensor driver.  The i2c_piix4 module 
also get loaded.

The data produced by sensors is complete rubbish:

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:
              +11 C
Core0 Temp:
              -11 C
Core1 Temp:
               +2 C
Core1 Temp:
               +4 C

I notice the sensors.conf file has no computations for this chip so I assume it 
is supposed to produce correct answers directly:

chip "k8temp-*"

    label temp1 "Core0 Temp"
    label temp2 "Core0 Temp"
    label temp3 "Core1 Temp"
    label temp4 "Core1 Temp"

Does anybody know what is happening here and whether there is any resolution to 
this problem available?

Many thanks

Dick



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

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

* Re: [lm-sensors] k8temp does produce sensible results
  2007-10-01 19:23 [lm-sensors] k8temp does produce sensible results Dick Middleton
@ 2007-10-07 11:51 ` Rudolf Marek
  2007-10-07 17:58 ` Dick Middleton
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Rudolf Marek @ 2007-10-07 11:51 UTC (permalink / raw)
  To: lm-sensors

Hi Dick,

> Does anybody know what is happening here and whether there is any resolution to 
> this problem available?
> 

Hello,

Some CPUs have known Errata which says that thermal sensor is unreliable. I
think this is your case unfortunately. Did sensors detect found some other sensor?

I know that ATI690 has some internal sensor chip too but I dont have the
documentation.

Rudolf

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

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

* Re: [lm-sensors] k8temp does produce sensible results
  2007-10-01 19:23 [lm-sensors] k8temp does produce sensible results Dick Middleton
  2007-10-07 11:51 ` Rudolf Marek
@ 2007-10-07 17:58 ` Dick Middleton
  2007-10-19 14:14 ` Jean Delvare
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Dick Middleton @ 2007-10-07 17:58 UTC (permalink / raw)
  To: lm-sensors

Rudolf Marek wrote:

>> Does anybody know what is happening here and whether there is any resolution to 
>> this problem available?
> 
> Some CPUs have known Errata which says that thermal sensor is unreliable. I
> think this is your case unfortunately. Did sensors detect found some other sensor?
> 
> I know that ATI690 has some internal sensor chip too but I dont have the
> documentation.

Sensors-detect finds:

Driver `f71882fg' (should be inserted):
   Detects correctly:
   * ISA bus, address 0x600
     Chip `Fintek F71882FG/F71883FG Super IO Sensors' (confidence: 9)

Driver `k8temp' (should be inserted):
   Detects correctly:
   * Chip `AMD K8 thermal sensors' (confidence: 9)

I don't have the f71882fg driver although I am thinking that is the one I need.

I'm not sure what the k8 does - perhaps you're right - it just doesn't work.

Dick


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

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

* Re: [lm-sensors] k8temp does produce sensible results
  2007-10-01 19:23 [lm-sensors] k8temp does produce sensible results Dick Middleton
  2007-10-07 11:51 ` Rudolf Marek
  2007-10-07 17:58 ` Dick Middleton
@ 2007-10-19 14:14 ` Jean Delvare
  2007-10-20  9:38 ` Dick Middleton
  2007-10-20 20:52 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-10-19 14:14 UTC (permalink / raw)
  To: lm-sensors

Hi Dick,

On Sun, 07 Oct 2007 18:58:32 +0100, Dick Middleton wrote:
> Sensors-detect finds:
> 
> Driver `f71882fg' (should be inserted):
>    Detects correctly:
>    * ISA bus, address 0x600
>      Chip `Fintek F71882FG/F71883FG Super IO Sensors' (confidence: 9)
> (...)
>
> I don't have the f71882fg driver although I am thinking that is the one I need.

Correct. This driver is new in (upcoming) kernel 2.4.24, so you'll have
to use a bleeding edge kernel if you want it, or wait a bit.

-- 
Jean Delvare

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

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

* Re: [lm-sensors] k8temp does produce sensible results
  2007-10-01 19:23 [lm-sensors] k8temp does produce sensible results Dick Middleton
                   ` (2 preceding siblings ...)
  2007-10-19 14:14 ` Jean Delvare
@ 2007-10-20  9:38 ` Dick Middleton
  2007-10-20 20:52 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Dick Middleton @ 2007-10-20  9:38 UTC (permalink / raw)
  To: lm-sensors

Jean Delvare wrote:

> On Sun, 07 Oct 2007 18:58:32 +0100, Dick Middleton wrote:
>> Sensors-detect finds:
>>
>> Driver `f71882fg' (should be inserted):
>>    Detects correctly:
>>    * ISA bus, address 0x600
>>      Chip `Fintek F71882FG/F71883FG Super IO Sensors' (confidence: 9)
>> (...)
>>
>> I don't have the f71882fg driver although I am thinking that is the one I need.
> 
> Correct. This driver is new in (upcoming) kernel 2.4.24, so you'll have
> to use a bleeding edge kernel if you want it, or wait a bit.

Thanks for the clarification. I assume you mean 2.6.24 ;-)

Dick





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

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

* Re: [lm-sensors] k8temp does produce sensible results
  2007-10-01 19:23 [lm-sensors] k8temp does produce sensible results Dick Middleton
                   ` (3 preceding siblings ...)
  2007-10-20  9:38 ` Dick Middleton
@ 2007-10-20 20:52 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-10-20 20:52 UTC (permalink / raw)
  To: lm-sensors

On Sat, 20 Oct 2007 10:38:38 +0100, Dick Middleton wrote:
> Jean Delvare wrote:
> 
> > On Sun, 07 Oct 2007 18:58:32 +0100, Dick Middleton wrote:
> >> Sensors-detect finds:
> >>
> >> Driver `f71882fg' (should be inserted):
> >>    Detects correctly:
> >>    * ISA bus, address 0x600
> >>      Chip `Fintek F71882FG/F71883FG Super IO Sensors' (confidence: 9)
> >> (...)
> >>
> >> I don't have the f71882fg driver although I am thinking that is the one I need.
> > 
> > Correct. This driver is new in (upcoming) kernel 2.4.24, so you'll have
> > to use a bleeding edge kernel if you want it, or wait a bit.
> 
> Thanks for the clarification. I assume you mean 2.6.24 ;-)

Oh, yeah, of course, sorry.

-- 
Jean Delvare

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

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

end of thread, other threads:[~2007-10-20 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01 19:23 [lm-sensors] k8temp does produce sensible results Dick Middleton
2007-10-07 11:51 ` Rudolf Marek
2007-10-07 17:58 ` Dick Middleton
2007-10-19 14:14 ` Jean Delvare
2007-10-20  9:38 ` Dick Middleton
2007-10-20 20:52 ` Jean Delvare

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.