All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [lm-sensors] Intel 5500 temperature
@ 2012-10-06 11:12 Jean Delvare
  2012-10-06 16:43 ` Guenter Roeck
  2012-10-06 16:53 ` Jean Delvare
  0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2012-10-06 11:12 UTC (permalink / raw)
  To: lm-sensors

Hi Karl,

Jumping in 3 years later...

On Sun, 20 Sep 2009 21:36:24 -0500, Karl Schmidt wrote:
> I'm working on a Tyan S7002. It has an Intel 5500 (AKA tylersburg) chip on it with heatsink that 
> runs hot. Digging into the details reveals that it throttles back if it gets too hot -
> 
> http://www.intel.com/assets/pdf/designguide/321330.pdf  -- see pg 18.
> 
> Is it possible to read the temperature of this chip?
> 
> I've attached some readouts..
> 
> 
> More information at pg 159 of http://www.intel.com/Assets/PDF/datasheet/321328.pdf

I have the same chipset on my Asus Z8NA-D6 board and decided to look
into this. There seems to be a thermal sensor in this chipset and
following Intel's documentation I wrote a driver for it. You can
download it at:
  http://khali.linux-fr.org/devel/misc/i5500_temp/
Generic installation instructions are available at:
  http://khali.linux-fr.org/devel/misc/INSTALL

Unfortunately it turns out the driver doesn't work for me. It returns a
constant temperature of 36.5°C. I've tested on a few other systems at
work, with the same disappointing result. I have read the datasheet
again but can't find what I got wrong, if anything.

I'm still sharing my work, in case it works on other systems, or
someone looking at my code can figure out what I missed.

-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

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

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

* Re: [lm-sensors] Intel 5500 temperature
  2012-10-06 11:12 [lm-sensors] Intel 5500 temperature Jean Delvare
@ 2012-10-06 16:43 ` Guenter Roeck
  2012-10-06 16:53 ` Jean Delvare
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2012-10-06 16:43 UTC (permalink / raw)
  To: lm-sensors

On Sat, Oct 06, 2012 at 01:12:53PM +0200, Jean Delvare wrote:
> Hi Karl,
> 
> Jumping in 3 years later...
> 
> On Sun, 20 Sep 2009 21:36:24 -0500, Karl Schmidt wrote:
> > I'm working on a Tyan S7002. It has an Intel 5500 (AKA tylersburg) chip on it with heatsink that 
> > runs hot. Digging into the details reveals that it throttles back if it gets too hot -
> > 
> > http://www.intel.com/assets/pdf/designguide/321330.pdf  -- see pg 18.
> > 
> > Is it possible to read the temperature of this chip?
> > 
> > I've attached some readouts..
> > 
> > 
> > More information at pg 159 of http://www.intel.com/Assets/PDF/datasheet/321328.pdf
> 
> I have the same chipset on my Asus Z8NA-D6 board and decided to look
> into this. There seems to be a thermal sensor in this chipset and
> following Intel's documentation I wrote a driver for it. You can
> download it at:
>   http://khali.linux-fr.org/devel/misc/i5500_temp/
> Generic installation instructions are available at:
>   http://khali.linux-fr.org/devel/misc/INSTALL
> 
> Unfortunately it turns out the driver doesn't work for me. It returns a
> constant temperature of 36.5°C. I've tested on a few other systems at
> work, with the same disappointing result. I have read the datasheet
> again but can't find what I got wrong, if anything.
> 
> I'm still sharing my work, in case it works on other systems, or
> someone looking at my code can figure out what I missed.
> 
Nothing obvious afaics. Do you get reasonable values for the limits ?

Guenter

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

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

* Re: [lm-sensors] Intel 5500 temperature
  2012-10-06 11:12 [lm-sensors] Intel 5500 temperature Jean Delvare
  2012-10-06 16:43 ` Guenter Roeck
@ 2012-10-06 16:53 ` Jean Delvare
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2012-10-06 16:53 UTC (permalink / raw)
  To: lm-sensors

On Sat, 6 Oct 2012 09:43:39 -0700, Guenter Roeck wrote:
> On Sat, Oct 06, 2012 at 01:12:53PM +0200, Jean Delvare wrote:
> > I have the same chipset on my Asus Z8NA-D6 board and decided to look
> > into this. There seems to be a thermal sensor in this chipset and
> > following Intel's documentation I wrote a driver for it. You can
> > download it at:
> >   http://khali.linux-fr.org/devel/misc/i5500_temp/
> > Generic installation instructions are available at:
> >   http://khali.linux-fr.org/devel/misc/INSTALL
> > 
> > Unfortunately it turns out the driver doesn't work for me. It returns a
> > constant temperature of 36.5°C. I've tested on a few other systems at
> > work, with the same disappointing result. I have read the datasheet
> > again but can't find what I got wrong, if anything.
> > 
> > I'm still sharing my work, in case it works on other systems, or
> > someone looking at my code can figure out what I missed.
>
> Nothing obvious afaics. Do you get reasonable values for the limits ?

Yes, I get the default limit values mentioned in the datasheet:

intel5500-pci-00a3
Adapter: PCI adapter
temp1:        +36.5°C  (high = +100.0°C, hyst = +90.0°C)
                       (crit = +110.0°C)

-- 
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] 3+ messages in thread

end of thread, other threads:[~2012-10-06 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 11:12 [lm-sensors] Intel 5500 temperature Jean Delvare
2012-10-06 16:43 ` Guenter Roeck
2012-10-06 16:53 ` 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.