home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!geraldo.cc.utexas.edu!slcs.slb.com!leo.asc.slb.com!asc438.asc.slb.com!user
- From: Treble@asc.slb.com (John Treble)
- Newsgroups: comp.sys.mac.system
- Subject: Re: Sad Mac Error codes
- Followup-To: comp.sys.mac.system
- Date: 25 Jan 1993 14:20:32 GMT
- Organization: ASC-Austin
- Lines: 45
- Distribution: world
- Message-ID: <Treble-250193075438@asc438.asc.slb.com>
- References: <Treble-220193083411@asc438.asc.slb.com>
- NNTP-Posting-Host: asc438.asc.slb.com
-
-
- > Code Meaning
- > 01XXXX ROM test
- > 02XXXX RAM test-bus subtest
- > 03XXXX RAM test-byte write
- > 04XXXX RAM test-mod3 test
- > 05XXXX RAM test-address uniqueness
-
- Oh, yeah, I forgot to show you how to figure out which memory chip was
- failing by decifering the code! The last four digits supposedly indicate
- which of sixteen chips in a memory bank is bad. Remember that some Macs
- have eight memory SIMM slots. Each SIMM may contain 8 chips (I say MAY
- because some manufacturers sold SIMMs with only two 4-bit chips on them).
- So with this error code arrangment, each of the lower four digits
- represents 16 data bits in each bank of memory. "Huh?" you say?
-
- Consider this. A Mac II-class machine with eight SIMM slots.....has an
- error code of 030004
-
- If we break out the error code into the hex numbers per memory bank
- we get:
- 0000 0000 0000 0100 - so in this case we find a failure of data bit 4 in
- the
- lowest bank of RAM. Each byte represents sixteen data bits of memory.
-
- Okay, in my 15+ years in engineering, I've only seen one bad memory chip,
- and it was a 64K x 1 dynamic memory way back in the early '80's. It had a
- cell stuck at a ONE. I saved that chip for a long time because at the time
- I was writing RAM diagnostics in ASM86! It sure was nice to try out my
- code with an actual bad device instead of sabotaging the board to force a
- failure!
-
- In almost every memory problem I've ever seen in a Mac, the repair
- consisted of reseating the memory SIMM. Also, if you are dinking around
- with memory, watch out for cracked SIMM sockets. That can cause much grief
- and replacing SIMM sockets without proper equipment (a good solder sucker,
- etc) can be a pain.
-
- Good luck in your quest for a repair! Kudos to Apple for a superior
- engineered product--the Macintosh! I wish I worked in the Apple
- engineering group!
-
- treble@asc.slb.com "My humble, but accurate, opinion does not necessarily
- reflect that of my employer. I get full credit for my insightful and witty
- comments!"
-