home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / ideos2.zip / README < prev   
Text File  |  1995-04-28  |  6KB  |  155 lines

  1.  
  2.  
  3.                             April 28, 1995
  4.  
  5. A. IBM OS2 IDE CDROM Installation:
  6.  
  7.    1. This zip file includes the following files from the IBM BBS
  8.       (407-443-9000):
  9.  
  10.     IBM1S506.ADD    11-10-1994
  11.     IBMIDECD.FLT    11-10-1994
  12.     OS2CDROM.DMD    11-10-1994
  13.  
  14.       If IBM provides newer CDROM drivers with new feature or bug fixed
  15.       in the BBS, please download and use the updated drivers.
  16.  
  17.       A DTC OS2 driver - DTCIDE.ADD is also included in the zip file.
  18.  
  19.    2. Backup IBM OS2 "Diskette 1". Copy these files to this backup
  20.       diskette. If the diskette has not sufficient space, delete
  21.       FD8XX.ADD, FD16-700.ADD, FD7000X.ADD and DPT20XX.ADD. For any
  22.       file deleted, the corresponding line in the "CONFIG.SYS" file
  23.       must also be remarked. For example,
  24.  
  25.     REM BASEDEV=FD8XX.ADD
  26.  
  27.    3. Edit the configuration file "CONFIG.SYS" in the backup diskette.
  28.  
  29.       Locate the BASEDEV=IBM1S506.ADD line
  30.    
  31.       change this line to "BASEDEV=DTCIDE.ADD /V"
  32.  
  33.       Add the lines
  34.  
  35.         DEVICE=OS2CDROM.DMD /Q
  36.         IFS=CDFS.IFS /Q
  37.         BASEDEV=IBMIDECD.FLT /V
  38.  
  39.       after DTCIDE line.
  40.  
  41.       Delete the repeat line in other places if there is any. For example,
  42.       there may be a line like "DEVICE=OS2CDROM.DMD". Delete it. Note that
  43.       no "/Q" option is specified in that line.
  44.  
  45.    4. Insert the IBM OS2 "Installation diskette" into the floppy drive and
  46.       start the installation using the backup "diskette 1" whenever
  47.       "Diskette 1" is requested. Choose the "Advanced Installation" rather
  48.       than the "Easy Installation" when these options are presented.
  49.  
  50.    5. When you are asked to reboot to continue installation, insert the
  51.       DOS bootable diskette and reboot to DOS.
  52.  
  53.    6. During the above installation, the system copied the three files
  54.  
  55.     DTCIDE.ADD
  56.     OS2CDROM.DMD
  57.     IBMIDECD.FLT
  58.  
  59.       to the hard disk, some from the CDROM and some from the floppy.
  60.       Those from the CDROMs are outdated and need to be replaced by those
  61.       from the BBS. To find DTCIDE.ADD in all directories of the hard
  62.       disk drive, issue the command:
  63.  
  64.     DIR /S DTCIDE.ADD
  65.  
  66.       This file has the "ReadOnly" attribute set and requires
  67.       removing the protection first before replaced. For example, to
  68.       replace the one in the "\" directory, execute:
  69.  
  70.     ATTRIB -S -H -R C:\DTCIDE.ADD
  71.  
  72.       and place the backup "DISKETTE 1" into the floppy drive and type:
  73.  
  74.     COPY A:DTCIDE.ADD C:\DTCIDE.ADD /Y
  75.  
  76.       Update above three files in all directories similarly. Note that 
  77.       OS2CDROM.DMD and IBMIDECD.FLT are not write protected.
  78.  
  79.    7. Reboot the system with the hard disk and continue the installation
  80.       through completion.
  81.  
  82.    8. The CDROM is supported automatically.
  83.  
  84. B. If you encounter a problem with the DTC driver in the above procedure,
  85.    try the IBM driver as follows:
  86.  
  87.    1. Edit the configuration file "CONFIG.SYS" in the backup diskette.
  88.  
  89.       Locate the BASEDEV=DTCIDE.ADD line and change this line to
  90.  
  91.       "BASEDEV=IBM1S506.ADD /A:0 /U:1 /ATAPI" assuming the CDROM is in Slave
  92.  
  93.       (U=1) of the primary controller (A=0),
  94.  
  95.  
  96.       Add the lines
  97.  
  98.         DEVICE=OS2CDROM.DMD /Q
  99.         IFS=CDFS.IFS /Q
  100.         BASEDEV=IBMIDECD.FLT
  101.  
  102.       after IBM1S506 line.
  103.  
  104.       Delete the repeat line in other places if there is any. For example,
  105.       there may be a line like "DEVICE=OS2CDROM.DMD". Delete it. Note that
  106.       no "/Q" option is specified in that line.
  107.  
  108.    2. Insert the IBM OS2 "Installation diskette" into the floppy drive and
  109.       start the installation using the backup "diskette 1" whenever
  110.       "Diskette 1" is requested. Choose the "Advanced Installation" rather
  111.       than the "Easy Installation" when these options are presented.
  112.  
  113.    3. When you are asked to reboot to continue installation, insert the
  114.       DOS bootable diskette and reboot to DOS.
  115.  
  116.    4. During the above installation, the system copied the three files
  117.  
  118.     IBMIS506.ADD
  119.     OS2CDROM.DMD
  120.     IBMIDECD.FLT
  121.  
  122.       to the hard disk, some from the CDROM and some from the floppy.
  123.       Those from the CDROMs are outdated and need to be replaced by those
  124.       from the BBS. To find IBM1S506.ADD in all directories of the hard
  125.       disk drive, issue the command:
  126.  
  127.     DIR /S IBM1S506.ADD
  128.  
  129.       Under OS2 WARP, it will be in the root ("\") and the "\OS2\BOOT"
  130.       directories. This file has the "ReadOnly" attribute set and requires
  131.       removing the protection first before replaced. For example, to
  132.       replace the one in the "\OS2\BOOT" directory, execute:
  133.  
  134.     ATTRIB -S -H -R C:\OS2\BOOT\IBM1S506.ADD
  135.  
  136.       and place the backup "DISKETTE 1" into the floppy drive and type:
  137.  
  138.     COPY A:IBM1S506.ADD C:\OS2\BOOT\IBM1S506.ADD /Y
  139.  
  140.       Update above three files in all directories similarly. Note that 
  141.       OS2CDROM.DMD and IBMIDECD.FLT are not write protected.
  142.  
  143.    5. Reboot the system with the hard disk and continue the installation
  144.       through completion.
  145.  
  146. C. If both above procedures fails to install OS2 from the IDE CDROM, check
  147.    the hardware setup including the cable orientation, drive's master/slave
  148.    jumper setting and the connector etc. It is also possible that the CDROM
  149.    is not supported by the "IBMIDECD.FLT" filter provided by IBM. Check with
  150.    the CDROM vendor whether they supply their own filter code. If they do,
  151.    replace the IBMIDECD.FLT with ther vendor's filter in the above procedures.
  152.    
  153.    Sometimes, the CDROM drive takes long period of time to come ready, it may
  154.    require "warm boot" or "reset" to detect the CDROM's presence.
  155.