[Tfug] mobo update
Choprboy
tfug@tfug.org
Tue Dec 10 23:15:02 2002
On Tuesday 10 December 2002 05:43 pm, John Gruenenfelder wrote:
> I RMA'd my ECS K7S5A motherboard and got the replacement on Friday. If you
> recall, I was getting many many ERR interrupts and the machine would
> randomly crash, usually under heavy memory load.
>
> Well, the new mobo is getting errors still, but at about 10% the previous
> rate. That's better, and it's not crashing, but it still shouldn't be
> getting any.
>
> However, the machine is now stable. Previously, I would run 'burnMMX J' to
> stress the memory (with 1MB test size) and the machine would crash in 5-30
> seconds. Now I've run it for over 40 minutes without any crashing.
>
I'd fire up a continuous kernel compile and let it run for a few hours.
Configure it to build every modules possible, then run, should be a good
memory/CPU/heat test all in one. That's what I did to catch/identify the
memory problems on my laptop.
Something like:
while [ 1 ] ; do
make dep; make clean
make -j 40 bzImage
make -j40 modules
done
Adrian