home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / insatfax.zip / INSAT.FAX
Text File  |  1992-10-18  |  5KB  |  128 lines

  1. ┌───────────────────────────────────────────────────────────────────────────┐
  2. │                          OS/2 2.0 Technical Tips                          │
  3. │                                 From the                                  │
  4. │                        OS/2 Technical Support Team                        │
  5. │                            Boca Raton, Florida                            │
  6. │                                                                           │
  7. ├───────────────────┬─────────────────────────────────────┬─────────────────┤
  8. │    File Name      │   Description                       │ Number of pages │
  9. ├───────────────────┼─────────────────────────────────────┼─────────────────┤
  10. │  INSATBUS.FAX     │ OS/2 Installation on AT Bus Machines│        2        │
  11. └───────────────────┴─────────────────────────────────────┴─────────────────┘
  12.  
  13.  
  14.  
  15. ISA BUS WORKAROUND FOR INSTALLATION PROBLEMS ON AT (ISA) BUS MACHINES
  16. ---------------------------------------------------------------------
  17.  
  18. CONFIGURATION: AT-bus (ISA) machine.
  19.                Non-SCSI disk controllers (RLL, MFM, ESDI).
  20.                Occurs on some IDE configurations as well.
  21.  
  22. SYMPTOMS:      Very slow install
  23.                Very noisy hard disk during install
  24.                FDISK errors
  25.                Very slow operation
  26.  
  27. There is a modified version of the device driver IBM1S506.ADD that is
  28. available.  This driver fixes the symptoms described above.  If you are unable
  29. to obtain the new driver, the workaround described below will alternatively
  30. allow you to install and use OS/2 2.0, however, it is recommended that you
  31. obtain the driver, since the IBM1S506 driver offers better performance than the
  32. generic IBMINT13 driver.
  33.  
  34. WORKAROUND BEFORE INSTALLATION:
  35. ------------------------------
  36. Step 1:  Use DOS to edit the CONFIG.SYS on Diskette 1 in the 2.0 package.
  37.          NOTE:  Diskette 1 is the first diskette AFTER the Install diskette.
  38.  
  39.          Change the line -
  40.  
  41.             BASEDEV=IBM1S506.ADD
  42.                  to
  43.             REM BASEDEV=IBM1S506.ADD
  44.  
  45.    Alternate to Step 1 Above:
  46.    --------------------------
  47.          If you don't have access to DOS OR do not have a DOS editor to
  48.          edit the CONFIG.SYS, as an alternate to editing the CONFIG.SYS
  49.          file on Diskette 1, you may follow these steps:
  50.  
  51.             a)  Insert the Installation Diskette into drive A
  52.             b)  Turn on the computer.  If the computer is already on, press
  53.                 and hold Ctrl+Alt and press Del to restart the system.
  54.             c)  When you are prompted to do so, remove the Installation
  55.                 Diskette and insert Diskette 1.
  56.             d)  Press Enter.
  57.             e)  When the Welcome screen is displayed, press Esc to display the
  58.                 OS/2 command prompt.
  59.             f)  With Diskette 1 in the drive, rename the IBM1S506.ADD to
  60.                 IBM1S506.OLD by typing the following at the prompt:
  61.  
  62.                    RENAME IBM1S506.ADD IBM1S506.OLD
  63.  
  64.             g)  Continue with Step 2.
  65.  
  66. Step 2:  Insert the Installation Diskette into drive A.
  67.  
  68. Step 3:  Turn on the computer.  If the computer is already on, press and
  69.          hold Ctrl+Alt+Del to restart the system.  Proceed with
  70.          Diskette 1 through 5.
  71.  
  72. Step 4:  After Diskette 1 through 5 are processed, you will be prompted to
  73.          reinsert the Installation diskette.
  74.  
  75.          After copying some files from the Installation diskette, you will be
  76.          asked to remove the Installation diskette and press Enter to reboot.
  77.          DO NOT DO THIS. LEAVE THE INSTALLATION DISKETTE IN THE DRIVE.
  78.  
  79. Step 5:  Press and hold Ctrl+Alt and press Del to restart the system.
  80.  
  81. Step 6:  Your computer should now be rebooting off the Installation Diskette.
  82.  
  83. Step 7:  When you are prompted to do so, remove the Installation Diskette and
  84.          insert Diskette 1.
  85.  
  86. Step 8:  Press Enter.
  87.  
  88. Step 9:  When the Welcome to OS/2 gray screen is displayed, press Esc to
  89.          obtain an OS/2 command prompt.
  90.  
  91. Step 10: You are now at a command line.  If you are NOT attempting to
  92.          install HPFS, continue on to the next step, otherwise execute the
  93.          following steps to load the HPFS driver.
  94.  
  95.             Insert Diskette #2 in the drive, and enter the following
  96.             command:
  97.  
  98.                   chkdsk c:
  99.  
  100.             (If your operating system will reside on a drive other than C,
  101.             use the appropriate drive letter instead.)
  102.  
  103. Step 11:  Enter the following commands:
  104.  
  105.              RENAME C:\OS2\IBM1S506.ADD   IBM1S506.XXX
  106.              COPY   C:\OS2\IBMINT13.I13   C:\OS2\IBM1S506.ADD
  107.  
  108.           (If your operating system will reside on a drive other than C,
  109.           us the appropriate drive letter instead.)
  110.  
  111. Step 12:  Remove the diskette from the drive.
  112.           Press ALT-CTRL-DEL to reboot the system, and install should
  113.           pick up where it left off.
  114.  
  115.  
  116. WORKAROUND AFTER INSTALLATION:
  117. -----------------------------
  118. Open the system folder on the desktop, then open Command Prompts Folder
  119. Open OS/2 Window, at the prompt go the OS2 subdirectory on the drive that
  120. OS2 was installed on, and type:
  121.  
  122.     RENAME IBM1S506.ADD IBM1S506.XXX
  123.     COPY IBMINT13.I13 IBM1S506.ADD
  124.  
  125. Close all open folders and proceed with a proper shutdown.  When the machine is
  126. rebooted the change will take effect.
  127.  
  128.