F
FKS
Is there a good program to test an Intel motherboard? I checked out Intel's
web site but couldn't find any info.
web site but couldn't find any info.
FKS said:Is there a good program to test an Intel motherboard? I checked out
Intel's web site but couldn't find any info.
FKS said:Is there a good program to test an Intel motherboard? I checked out
Intel's web site but couldn't find any info.
Good question, IMO, mainboard makers should make one. But that would
cost one penny per mainboard sold (a wild guess).
Good question, IMO, mainboard makers should make one. But that would
cost one penny per mainboard sold (a wild guess).
Franc said:IIRC, some old 386/486 motherboards had low level formatting (for
older MFM HDDs) and hard disc diagnostic utilities built into the
BIOS. I'd also like to see something like Memtest86 incorporated into
a BIOS diagnostic module.
Turn off Quickboot in BIOS. Most have a pretty good Memory Test, but most
users disable it.
In alt.comp.hardware.pc-homebuilt "Rebecca"
Actually, the memory test in just about any BIOS is almost worthless.
Better than *no* memory test, but not much.
I never once had the so-called "memory test" in BIOS find a problem;
even when the problem WAS bad memory! I have several bad memory sticks
left in a special box, that pass every BIOS memory test with flying
colors; yet cause Windows to crash intermittently, or not load at all.
If you want to check your memory, memtest86+ does a fair job.
http://en.wikipedia.org/wiki/Memtest86
http://www.memtest.org/
That, and the simple test they use with fixed data patterns completelyI've had much the same experience as you. I believe the reason that a
BIOS based memory test fails to catch many RAM faults is that it reads
a memory address soon after writing it. This does not allow the data
in a faulty memory cell to decay.
That, and the simple test they use with fixed data patterns completely
ignore addressing problems. If you write to a specific address and
write the SAME data to many others, that's no real assurance that the
address you were actually writing to was the one you wanted, or the data
you got back came from that address.
Or, as I have said many times, a random-pattern test.I've just had a look at the BIOS listing for the original IBM AT.
Test #19 of the POST includes a rudimentary address test. It generates
three possible error codes:
201 - data compare error or parity
202 - address line 0-15 error
203 - address line 16-23 error
Among other things, test #19 writes xFFFF to the first and last
addresses within each 64K block, and x0000 to all other addresses.
IMHO a traditional "data=address" test would have been much more
thorough.