home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / faq / os2_20 / os2help / oakvga.fax < prev    next >
Encoding:
Text File  |  1992-09-17  |  1.8 KB  |  51 lines

  1.  
  2.      Problem: Hang on Disk1 right after LOGO screen
  3.  
  4.      Resolution: Ask the customer if he has an OAK video card.
  5.      An INT10 call is made to the BIOS which causes the problem on OAK cards.
  6.  
  7.      You will need to patch the OS2LDR file and make the following changes.
  8.  
  9.      Step 1. Make a backup copy of your Install Diskette 1.  Use DOS DISKCOPY
  10.  
  11.              if necessary.  *DO NOT* perform this modification on your
  12.              original OS/2 2.0 Install Diskette 1.
  13.  
  14.      Step 2. Boot DOS, make sure you have DEBUG.COM on that diskette or on your
  15.  
  16.              hard drive where you can get to it.  Change to the appropriate
  17.              directory if necessary.
  18.  
  19.      Step 3. Insert your backup copy of Install Diskette 1.  Type
  20.              DEBUG A:\OS2LDR<enter>
  21.              at the DOS command prompt.
  22.  
  23.      Step 4. To unassemble OS2LDR, enter the following command:
  24.              U 4F7C<enter>
  25.  
  26.      Step 5. Enter the following:
  27.              e 4F7C<enter>
  28.              CD.  will be displayed. You will enter
  29.              90<space> and
  30.              10.  will be displayed. You will enter
  31.              90<enter>
  32.  
  33.      Step 6. To write changes to the file,enter the following command:
  34.              W<enter>
  35.  
  36.      Step 7. To quit debug, enter the following command:
  37.              Q<enter>
  38.  
  39.      Step 8. You should now see your DOS prompt.  Restart the installation
  40.              using your newly modified backup Install Diskette.
  41.  
  42.  
  43.      Problem: Successful install, but the system hangs on the next reboot
  44.      at the LOGO screen
  45.  
  46.      Resolution: Ask the customer if he has a FUTURE DOMAIN 16XX SCSI
  47.      controller.  The .ADD file uses interrupt driven I/O rather than
  48.      polling which is used by DOS.  An interrupt conflict likely exists.
  49.      You should check all IRQ settings on all cards to find the conflict.
  50.  
  51.