Reply 20 of 31, by mita
mkarcher wrote on 2024-08-09, 22:07:mita wrote on 2024-08-09, 21:13:I can not close out bad ram chips but the thermo camera showed Uniform Thermal image of the ram chips. I suspect a bad chip shoud have a bit different thermo signature but it is not 100%.
The mb bios should be disassembled to.get the answer of the.cause of the 8 beep.
8 beeps is obviously borrowed from AMI. The AMI BIOS expects a CGA compatible or an MDA compatible video card. This might either be an actual CGA or MDA card, or an EGA/VGA card intialized to test-mode 0-3 (CGA compatible) or mode 7 (MDA compatible). They typical check is to read/write the CRTC registers for the cursor position (on of the few 6845 registers that were not write-only) and read/write some bytes of video memory. If this fails for both the MDA compatible addresses (3B4 / B000) and CGA compatible addresses (3D4 / B800), the 8 beeps will be sounded.
Thank you the info! THis should point to the check of the ET3000 chip's interface to the ISA bus. Because no Et3000 documentation one way would be to check the ET4000 documentation. With a little luck the interface section would be similiar enough to be able to figure out how it is implemented in case of the ET3000.
Started to read the following document's section 4 to understand how the MB BIOS initializes and checks a subsystem like VGA:
http://bitsavers.trailing-edge.com/pdf/ibm/pc … rence_Apr87.pdf