home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / PHXBEEP.ZIP / ROMBEEP.DOC
Encoding:
Text File  |  1988-08-03  |  17.5 KB  |  367 lines

  1. TITLE: ROM BEEP CODES AND ERROR MESSAGES
  2.  
  3. CONTENTS:
  4.          - FATAL SYSTEM BOARD BEEP CODES
  5.          - NON-FATAL SYSTEM BOARD BEEP CODES
  6.          - POST AND BOOT ERROR MESSAGES
  7.          - INFORMATIONAL MESSAGES
  8.          - RUN-TIME ERROR MESSAGES
  9.  
  10. ******************************************************************************* 
  11.                  - FATAL SYSTEM BOARD BEEP CODES
  12. The table below describes the beep codes and error codes that are 
  13. written to Port 80h for fatal system board errors. These errors 
  14. will cause the system to halt.
  15.  
  16. Note:  No beep code is sounded if a test is aborted while in progress. 
  17.        The contents of port 80h can be read to identify the area of failure. 
  18. ******************************************************************************* 
  19.                      
  20.          BEEP     CONTENTS 
  21.          CODE     PORT 80h         DESCRIPTION 
  22.          none       01h      CPU register test in progress
  23.          1-1-3      02h      CMOS write/read failure 
  24.          1-1-4      03h      ROM BIOS checksum failure 
  25. FATAL    1-2-1      04h      Programmable Interval Timer failure 
  26. SYSTEM
  27. BOARD    1-2-2      05h      DMA initialization failure 
  28. ERRORS   1-2-3      06h      DMA page register write/read failure 
  29.          1-3-1      08h      RAM refresh verification failure 
  30.          none       09h      1st 64K RAM test in progress 
  31.  
  32.          1-3-3      0Ah      1st 64K RAM chip or data line failure multi-bit
  33.          1-3-4      0Bh      1st 64K RAM odd/even logic failure 
  34.          1-4-1      0Ch      Address line failure 1st 64K RAM 
  35.          1-4-2      0Dh      Parity failure 1st 64K RAM           
  36.  
  37.          BEEP     CONTENTS 
  38.          CODE     PORT 80h         DESCRIPTION 
  39.          2-1-1     10h      Bit 0 1st 64K RAM failure  
  40. FATAL    2-1-2     11h      Bit 1 1st 64K RAM failure  
  41. SYSTEM   2-1-3     12h      Bit 2 1st 64K RAM failure  
  42. BOARD    2-1-4     13h      Bit 3 1st 64K RAM failure  
  43. ERRORS
  44.          2-2-1     14h      Bit 4 1st 64K RAM failure  
  45.          2-2-2     15h      Bit 5 1st 64K RAM failure  
  46.          2-2-3     16h      Bit 6 1st 64K RAM failure  
  47.          2-2-4     17h      Bit 7 1st 64K RAM failure  
  48.  
  49.          2-3-1     18h      Bit 8 1st 64K RAM failure  
  50.          2-3-2     19h      Bit 9 1st 64K RAM failure  
  51.          2-3-3     1Ah      Bit A 1st 64K RAM failure  
  52.          2-3-4     1Bh      Bit B 1st 64K RAM failure  
  53.  
  54.          BEEP     CONTENTS 
  55.          CODE     PORT 80h         DESCRIPTION 
  56.          2-4-1     1Ch      Bit C 1st 64K RAM failure  
  57. FATAL    2-4-2     1Dh      Bit D 1st 64K RAM failure  
  58. SYSTEM   2-4-3     1Eh      Bit E 1st 64K RAM failure  
  59. BOARD    2-4-4     1Fh      Bit F 1st 64K RAM failure  
  60. ERRORS
  61.          3-1-1     20h      Slave DMA register failure 
  62.          3-1-2     21h      Master DMA register failure 
  63.          3-1-3     22h      Master interrupt mask  
  64.                             register failure 
  65.       
  66.          3-1-4     23h     Slave interrupt mask register failure 
  67.           none     25h     Interrupt vector loading in progress 
  68.          3-2-4     27h     Keyboard controller test failure  
  69.           none     28h     CMOS power failure and checksum 
  70.                            calculation in progress   
  71.  
  72.          BEEP     CONTENTS 
  73.          CODE     PORT 80h         DESCRIPTION 
  74. FATAL    none      29h     CMOS configuration validation in progress
  75. SYSTEM   3-3-4     2Bh     Screen memory test failure 
  76. BOARD    3-4-1     2Ch     Screen initialization failure 
  77. ERRORS  
  78.          3-4-2     2Dh     Screen retrace test faulure 
  79.          none      2Eh     Search for video ROM in progress 
  80.          none      30h     Screen believed operable 
  81.  
  82.          none      30h     Screen believed running with video ROM 
  83.          none      31h     Monochrome monitor believed operable 
  84.           
  85.          none      32h     Color monitor (40 column) believed operable
  86.          none      33h     Color monitor (80 column) believed operable
  87.  
  88.  
  89.  
  90. *****************************************************************************
  91.                - NON-FATAL SYSTEM BOARD BEEP CODES 
  92. The table below describes the beep codes and error codes that are written
  93. to Port 80h for non-fatal system board errors. 
  94. *****************************************************************************   
  95.   
  96.             BEEP      CONTENTS 
  97.             CODE      PORT 80h         DESCRIPTION 
  98.  
  99. NON-FATAL   4-2-1       34h      No time tick 
  100. SYSTEM      4-2-2       35h      Shutdown failure 
  101. BOARD       4-2-3       36h      Gate A20 failure 
  102. ERRORS
  103.             4-2-4       37h      Unexpected interrupt in protected mode 
  104.             4-3-1       38h      Memory high address line failure at 
  105.                                  010000h - 0A0000h 
  106. NON-FATAL
  107. SYSTEM      4-3-3       3Ah      Timer chip counter 2 failed 
  108. BOARD       4-3-4       3Bh      Time-of-day clock stopped 
  109. ERRORS
  110.             4-4-1       3Ch      Serial port test failure 
  111.             4-4-2       3Dh      Parallel port test failure 
  112.             4-4-3       3Eh      Math coprocessor test failure 
  113.  
  114.  
  115.  
  116. *******************************************************************************
  117.                     - POST AND BOOT ERROR MESSAGES
  118. The table below lists the POST and boot error messages, and suggests possible 
  119. causes and solutions for each message. 
  120. ********************************************************************************
  121.    ___________________________________________________________________________
  122.    POST & BOOT MESSAGE      POSSIBLE CAUSE               SOLUTION
  123.    ===========================================================================
  124.    Diskette drive 0 seek    The A drive has either       Check the A drive
  125.    to track 0 failed        failed or is missing
  126.  
  127.  
  128.    Diskette drive reset     The diskette adapter has     Check the diskette
  129.    failed                   failed                       adapter
  130.  
  131.  
  132.    Diskette read failure    The diskette is either not   Replace the diskete
  133.    -- strike F1 to retry    formatted or is defective    with a bootable
  134.       boot                                               diskette and retry
  135.                                                          boot
  136.  
  137.    Display adapter failed;  - The color/monochrome       - Change the switch to
  138.    using alternate            switch is set wrong          the correct setting
  139.                             - The primary video adapter  - Check the  primary  
  140.                               failed                       video adapter
  141.    ___________________________________________________________________________
  142.    POST & BOOT MESSAGE      POSSIBLE CAUSE               SOLUTION
  143.    ===========================================================================
  144.    Gate A20 failure         Protected mode cannot be     Most likely, the
  145.                             enabled                      problem is with the
  146.                                                          system board:  check
  147.                                                          the system board
  148.  
  149.    Hard disk conroller      The controller card has      Replace the controller
  150.    failure                  failed                       card
  151.  
  152.  
  153.    Hard disk failure                                     Retry  boot.  If  that
  154.                                                          doesn't  work  replace
  155.                                                          hard disk
  156.  
  157.  
  158.    Hard disk read failure:  The working diskette or the  Retry boot. If that
  159.    Strike F1 to retry boot  hard disk is defective       doesn't  work, replace
  160.                                                          the diskette
  161.  
  162. ------------------------------------------------------------------------------
  163.   POST & BOOT MESSAGE      POSSIBLE CAUSE               SOLUTION
  164.    ===========================================================================
  165.    Invalid configuration    - Memory size is configured  Run  the SETUP utility
  166.    information-- Please       wrong                      program
  167.    run SETUP program
  168.                             - Display adapter is       
  169.                               configured wrong
  170.    
  171.                             - Wrong number of diskette
  172.                               drives
  173.  
  174.    
  175.    Keyboard clockline       Either the  keyboard or the   Make sure the keyboard
  176.    failure                  the keyboard cable  cable     is connected
  177.    Keyboard dataline        connection is defective       properly
  178.    failure
  179.  
  180.  
  181.    Keyboard controller      The keyboard controller       Check the keyboard
  182.    failure                  firmware has failed           controller
  183.  
  184.    ___________________________________________________________________________
  185.    POST & BOOT MESSAGE      POSSIBLE CAUSE               SOLUTION
  186.    ===========================================================================
  187.    Keyboard is locked:      The keyboard lock located
  188.    Please unlock            at the front of the
  189.                             computer is activated
  190.  
  191.  
  192.    Keyboard stuck key       A key(s) is jammed           Try pressing the
  193.    failure                                               key(s) again
  194.  
  195.  
  196.    Memory address line      Circuitry associated with    Check the circuitry
  197.    failure at hex-value,    the memory chips has failed
  198.    read hex-value
  199.    expecting hex-value
  200.  
  201.  
  202.    Memory data line         One of  the memory chips or   Try replacing the
  203.    failure at hex-value     associated circuitry has      memory chips
  204.    read hex-value -- hex-   failed
  205.    value
  206.    ___________________________________________________________________________
  207.    POST & BOOT MESSAGE      POSSIBLE CAUSE                  SOLUTION
  208.    ===========================================================================
  209.    Memory high address      Circuitry associated with     Check the circuitry
  210.    line failure at hex-     the memory chips has failed
  211.    value -- hex-value
  212.  
  213.    Memory odd/even logic    Circuitry associated with     Check the circuitry
  214.    failure at hex-value     memory chips has failed
  215.    read hex-value
  216.    expexting hex-value
  217.  
  218.    Memory parity failure    One of the memory chips has   Try replacing the
  219.    at hex-value--hex-       failed                        memory chips
  220.    value
  221.  
  222.    Memory write/read        One of the memory chips has   Try replacing the
  223.    failure at hex-value     failed                        memory chips
  224.    read hex-value
  225.    expecting hex-value
  226.    ___________________________________________________________________________
  227.    POST & BOOT MESSAGE      POSSIBLE CAUSE               SOLUTION
  228.    ===========================================================================
  229.    No boot device           Either diskette drive A:,     Retry boot. If that
  230.    available--strike F1     the hard disk, or the         doesn't work, replace
  231.    to retry boot            diskette itself is            the floppy diskette or
  232.                             defective                     the hard disk
  233.  
  234.    No boot sector on hard   The C:drive is not            Format the C: drive
  235.    disk--strike F1 to       formatted
  236.    retry boot
  237.  
  238.    No timer tick            The timer chip has failed     Check the timer chip
  239.                                                           in the system board
  240.  
  241.    Not a boot diskette --   The diskette in drive A: is   Replace the diskette
  242.    strike F1 to retry boot  not formatted as a bootable   with a bootable
  243.                             diskette                      diskette and retry 
  244.                                                           boot
  245.  
  246.    Hex-value Optional ROM   The peripheral card           Replace the peripheral
  247.    bad Checksum = hex-      contains a defective ROM      card
  248.    value
  249.    ___________________________________________________________________________
  250.    POST & BOOT MESSAGE      POSSIBLE CAUSE                SOLUTION
  251.    ===========================================================================
  252.    Shutdown failure         The Keyboard controller or    Check the keyboard
  253.                             its associated logic has      controller
  254.                             failed
  255.  
  256.    Time-of-day clock        The CMOS Time-of-day clock    Run the SETUP utility
  257.    stopped                  chip has failed
  258.  
  259.  
  260.    Timer chip counter 2                                   Check  the  timer chip
  261.    failed                                                 system board
  262.  
  263.  
  264.    Timer or interrupt       Either the timer chip or      Check the timer chip
  265.    controller bad           the Interrupt Controller is   of the Interrupt
  266.                             defective                     controller on the
  267.                                                           system board
  268.  
  269.    Unexpected interrupt in  The non-maskable interrupt    Check the system
  270.    protected mode           (NMI) port can't be           board, particularly
  271.                             disabled                      the logic associated
  272.                                                           with the non-maskable
  273.                                                           interrupt
  274.  
  275.  
  276.  
  277. ********************************************************************************
  278.                    - POST INFORMATIONAL MESSAGES
  279. The table below lists the POST information messages and their meanings. 
  280.  
  281. ********************************************************************************
  282.    ____________________________________________________
  283.    INFORMATIONAL MESSAGE      MEANING
  284.    ====================================================
  285.    Hex-value Base Memory,     Indicates the amount of
  286.    hex-value Expansion        memory that has tested
  287.                               successfully
  288.  
  289.    Decreasing available       Immediately follows any
  290.    memory                     memory error message, and
  291.                               informs you that the memory
  292.                               chips are failing
  293.  
  294.    Memory test terminated     Indicates that you have
  295.    by keystroke               pressed the Spacebar while
  296.                               the memory tests were
  297.                               running. This stops the
  298.                               memory tests.
  299.    ____________________________________________________
  300.    INFORMATIONAL MESSAGE      MEANING
  301.    ====================================================
  302.    Phoenix 80286 ROM BIOS    This copyright message is
  303.    Version 3.0 Copyright     displayed on the initial
  304.    1985, 1986,1987           boot screen and indicates
  305.    Phoenix  Tech All         that POST has started
  306.    Rights Reserved
  307.  
  308.    Strike the F1 key to      This message indicates that
  309.    continue                  an error was found during
  310.                              POST. Pressing the F1 key
  311.                              allows the system to
  312.                              attempt to boot
  313.  
  314.  
  315.  
  316. ***************************************************************************
  317.                  - RUN-TIME ERROR MESSAGES
  318. Run-time messages are displayed if an error occurs after the 
  319. boot procedure is complete.  The table below gives possible 
  320. causes and solutions for the run-time messages.
  321. ****************************************************************************
  322.    ___________________________________________________________________________
  323.    RUN-TIME MESSAGE             POSSIBLE CAUSE               SOLUTION
  324.    ===========================================================================
  325.    I/O card parity          The peripheral card has      Type (S)hut off NMI
  326.    interrupt at address.    failed
  327.    Type (S)hut off NMI.                                  Note: This will
  328.    (R)eboot, other keys to                               temporatiry allow you
  329.    continue                                              to continue. You must
  330.                                                          replace the peripheral
  331.                                                          card
  332.  
  333.  
  334.    Memory parity interrupt  A memory chip(s) has failed  Type (S)hut off NMI
  335.    at address. Type (S)hut
  336.    off NMI. (R)eboot,                                    Note: This  will only
  337.    other keys to continue                                temporarily allow you
  338.                                                          to  continue.You must
  339.                                                          replace the memory
  340.                                                          chips(s).
  341.  
  342.  
  343.    Unexpected HW interrupt  This could be any hardware   Check the hardware
  344.    at address. Type (S)hut  related problem.
  345.    off NMI,(R)eboot,        Note: This message will not
  346.    other keys to continue   be displayed if INTENHD is
  347.                             false
  348.  
  349.  
  350.    Unexpected SW interrupt  There is an error(s) in the   Try turning the
  351.    at address. Type (S)hut  software program.             machine off and then
  352.    off NMI, (R)eboot,       Note: This message will not   on again. If that
  353.    other keys to continue   be displayed if INTENHD is    doesn't work, check
  354.                             false                         the program.
  355.  
  356.  
  357.    Unexpected type 02       There is an error(s) in the   Try turning the
  358.    interrupt at address.    software program.             machine off and then
  359.    Type (S)hut off  NMI,                                  on again. If that
  360.    (R)eboot, other keys to  Note: This message will not   doesn't work, check
  361.    continue                 be displayed  if INTENHD is   the program
  362.                             false.
  363.  
  364. ------------------------------------------------------------------------------
  365.  
  366. ;end