home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0757.TB < prev    next >
Text File  |  1992-07-06  |  2KB  |  43 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0757                  06-09-92
  4.  
  5. =============================================================================
  6.  
  7.  
  8.                      AST PREMIUM 486/33 WITH SQL SERVER
  9.  
  10.  
  11. PROBLEM:       SQL Server version 4.2 hangs during installation or log-on
  12.                while using the system administrators facility (SAF) with a
  13.                486DX processor card.  This error occurs either in an ISA or
  14.                EISA system.
  15.  
  16. CAUSE:         The problem has been isolated to the current version of BIOS.
  17.                If CMOS byte 41, bit 4 is high (co-processor disabled), SQL
  18.                Administrator will hang.
  19.  
  20. AFFECTED
  21. SYSTEMS:       486DX/25 or 33 ISA or EISA.
  22.  
  23. SOLUTION:      The following are two solutions available until a new version
  24.                of BIOS is released:
  25.  
  26.                1) Using Debug type in the following instructions to determine
  27.                   the status of the byte 41:
  28.  
  29.                   o 70 41    ;point to byte 41
  30.                   i 71       ;get the byte
  31.  
  32.                Then adjust the value so that bit 4 is low (example: F8h
  33.                becomes E8h).  Write the new value back to CMOS using the
  34.                following instructions:
  35.  
  36.                   o 70 41     ;point to the byte
  37.                   o 71 xx     ;xx=new value in hex
  38.  
  39.                2) Temporarily install a 386DX or SX processor board. Boot and
  40.                   go into setup.  Tab down to the field for Enable/Disable
  41.                   Co-processor.  Set to enable.  Save and  exit.  Then,
  42.                   reinstall the 486 processor board.
  43.