CPU gets hot

CPU gets hot

Post by Thieleman » Mon, 08 Feb 1999 04:00:00



Hello,

I installed a 486DX2-66 CPU on my machine. The only jumper-setting that
works
is CPU Clock 33.3 MHz, CPU Clock Select ( 1X or 2X) 1X and for the VESA Bus
Connector Jumper CPU Speed Select either "Greater than 33 MHz" or "Less than
or equal to 33 MHz" ( both settings work).
When I tried to compile the kernel, a message ("CPU Clock skew") appeared. I
checked the CPU and found out that it got too hot. That was why the kernel
couldn't be compiled, I think. But how could the CPU get so hot when it
wasn't used with the highest frequency possible ? ( it wasn't cooled, but I
had removed this CPU from a PC where it was run with 66 MHz and there had
also been no cooling on it )
I tried other jumper settings: CPU Clock 66 MHz, 1X, "Greater than 33 MHz"
nothing worked. Then I tried CPU Clock 33.3 MHz, 2X, "Less than or equal to
33 MHz" ...
Might the board be defect, how can I figure that out with linux ?

I would be glad to get some advice,

Beni

 
 
 

CPU gets hot

Post by Stef » Mon, 08 Feb 1999 04:00:00


Hi,

: checked the CPU and found out that it got too hot.

It is normal that processors get hot. Why Do you think it is too hot?
Did you compare it to the temperature it had on the other board?

Stef
--
WebMaster D-WERK
President SOS-ETH
ETH Zurich


 
 
 

CPU gets hot

Post by Guillaume Cottencea » Mon, 08 Feb 1999 04:00:00



> Hello,

> I installed a 486DX2-66 CPU on my machine. The only jumper-setting that
> works
> is CPU Clock 33.3 MHz, CPU Clock Select ( 1X or 2X) 1X and for the VESA Bus
> Connector Jumper CPU Speed Select either "Greater than 33 MHz" or "Less than
> or equal to 33 MHz" ( both settings work).
> When I tried to compile the kernel, a message ("CPU Clock skew") appeared. I
> checked the CPU and found out that it got too hot. That was why the kernel
> couldn't be compiled, I think. But how could the CPU get so hot when it
> wasn't used with the highest frequency possible ? ( it wasn't cooled, but I
> had removed this CPU from a PC where it was run with 66 MHz and there had
> also been no cooling on it )
> I tried other jumper settings: CPU Clock 66 MHz, 1X, "Greater than 33 MHz"
> nothing worked. Then I tried CPU Clock 33.3 MHz, 2X, "Less than or equal to
> 33 MHz" ...
> Might the board be defect, how can I figure that out with linux ?

> I would be glad to get some advice,

> Beni

My old 486sx33 has a cooling fan on it.

It also has a hardware problem that makes gcc receive fatal Signal-11 while
compiling the kernel. I had to desactivate the external cache from the BIOS.
(please note that this problem was not significant under dos/windows) (ie.
Windows was sometimes crashing - but I thought it was a "normal ms issue")

--
  Guillaume Cottenceau, 4eme annee informatique, I.N.S.A Rennes.

 
 
 

CPU gets hot

Post by James Youngma » Mon, 08 Feb 1999 04:00:00



> Hello,

> I installed a 486DX2-66 CPU on my machine. The only jumper-setting that
> works
> is CPU Clock 33.3 MHz, CPU Clock Select ( 1X or 2X) 1X and for the VESA Bus
> Connector Jumper CPU Speed Select either "Greater than 33 MHz" or "Less than
> or equal to 33 MHz" ( both settings work).

Check your BogoMips number against the numbers given for healthy
syustems in the BogoMips mini-HOWTO.

Quote:> When I tried to compile the kernel, a message ("CPU Clock skew")
> appeared. I

That wasn't quote the message, I'm sure.  Anyway, you have a network
filesystem and make(1) sees files with modification times in the
future.  This is because the two machines have clocks which are out of
sync.  

This clock difference will lead make(1) to believe that a file needs
rebuilding when it really doesn't (or vice versa).  Therefore, an
error message is issued.

Fix your problem with xntpd or rdate.

Quote:> checked the CPU and found out that it got too hot. That was why the kernel
> couldn't be compiled, I think. But how could the CPU get so hot when it
> wasn't used with the highest frequency possible ? ( it wasn't cooled, but I
> had removed this CPU from a PC where it was run with 66 MHz and there had
> also been no cooling on it )
> I tried other jumper settings: CPU Clock 66 MHz, 1X, "Greater than 33 MHz"
> nothing worked. Then I tried CPU Clock 33.3 MHz, 2X, "Less than or equal to
> 33 MHz" ...
> Might the board be defect, how can I figure that out with linux ?

It's almost certainly nothing to do with your board.

--