Re: Linux vs Windows temperature anomaly

Corvus Corax (corvusvcorax@gemia.de)
Thu, 6 Mar 2003 08:18:04 +0100


Am Thu, 6 Mar 2003 10:38:44 +1100
schrieb Con Kolivas <kernel@kolivas.org>:

>
> That doesn't make sense. His post said the temperature was 20 degrees lower
> when it failed.
>
> Con

I think it does,

look at this:

RAM
._____________________.
_|| | | | | | | | | | ||_. ._/| ._/|
/ ||___________________|| |~\ ||/| ||/|
| |O _____ O| |~\\ /||/| ||/|
| | .-°| | |°-. | |\\\\ //|| | || |
| | / \ |~| | / \ | |\\\\\ //=|| |=|| |
| | /| |\| |~|/| |\ | |\\\\.________. ///=||/|=||/|
| | * | | \_._/ |~| * | |\===| |==///==||/|=||/|
| | |~|~| /CPU\ ~ | | | |====| north |==///==|| |=|| |
| | | | |~\_ _/ | | | | |====| bridge |=======|| |=|| |
| | * | | / ° \ | |~* | |/===| (MEM ) |=======||/|=||/|
| | \| |/| |~|\|~|/ | |//==| (CTRL) |==\\\==||/|=||/|
| | \ / |~| | \ / | |////°~~~~~~~~°==\\\==|| |=|| |
| | °-.|_|_|.-° | |///// |||||| \\\=|| |=|| |
| |O O| |//// |||||| \\=||/|=||/|
| |~~~~~~~~~~~~~~~~~~~~~| |_// |||||| \\||/| ||/|
°~|| | | | | | | | | | ||~°_/ |||||| \|| | || |
°~~~~~~~~~~~~~~~~~~~~~° |||||| ||/ ||/
CPU TEMP | |||||| |_| |_|
| | voltage ||||||
| ||| ||||||
| ||| .________.
Mainboard | ||| | |
TEMP .,,,,,,. data | south |
O | |=======| bridge |
\\_____°''''''° | (BUS ) |
°~~~~~~° | (CTRL) |
TEMP & °~~~~~~~~°
VOLTAGE ctrl ////|||\\\\\
chip PCI & other BUS

the sensor for the system temperature (somewhere on the board) is connected to a driver chip (usually on the i2c bus)
like the w83781d (on my board)

if something now causes the (often badly cooled) bridge to get hot (by more load between some periphery and the RAM for example)
, the system temperature doesnt necessary have to increase.

if the bridge has only a heatsink, its temperature is somewhat like
(system TEMP)+ ( produced heatper time / heat given to the air by heatsink per time )
where the heatsinks capacity is dependent on the delta temperature, too, gets complicated ;)

in short, the chips hotter than the rest of the system and if it has high load it gets even hotter,
but its temp is still dependant on the main system TEMP. ;)

blahrgh forget what i talk, watch the ASCII art, and imagine the effect of much data running between
BUS and RAM ;-) (or BUS and BUS if north and southbridge are on the same chip)

CvC

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/