home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / cd_os2.zip / README.TXT < prev   
Text File  |  1995-05-31  |  4KB  |  97 lines

  1. =====================================================================
  2. Installing the NEW Creative Labs CD-ROM Driver in OS/2 2.1 and above
  3. for CRCCD2.ADD Version 2.01
  4. =====================================================================
  5.  
  6. You should replace any earlier version with this new driver.
  7. This driver will now support the following drives.
  8.  
  9.         Panasonic CR 52x
  10.         Panasonic CR 563
  11.         Creative  CD 200
  12.         Funai     E2550-UA
  13.         Funai     E2800-UA
  14.  
  15.  
  16. 1. INSTALLING CRCCD2.ADD to an existing OS/2 system
  17.  
  18. 1.1.  Check that you have the following lines in your CONFIG.SYS.  If
  19.       these lines are missing, add them to your CONFIG.SYS and make
  20.       sure that they are located in your OS/2 directory.  If these
  21.       files are not in your OS/2 directory then you must follow the
  22.       Selective Install procedure detailed in your OS/2 manual, you
  23.       must check the CD-ROM Drive box and select OTHER for the type of
  24.       CD-ROM Drive attached to your system.
  25.  
  26.   BASEDEV=CRCCD2.ADD /P:XXX (Where 'XXX' is the Address of the SB card)
  27.   IFS=C:\OS2\CDFS.IFS               (The "/T:2" should be added to the
  28.   DEVICE=C:\OS2\OS2CDROM.DMD         CRCCD2.ADD line if the customer
  29.   DEVICE=C:\OS2\MDOS\VCDROM.SYS      is using the 1810 interface!)
  30.     
  31.   *NOTE: A. These lines should be kept together in the CONFIG.SYS and
  32.         they MUST be in the order shown above!
  33.  
  34.      B. Make sure that you do NOT have any duplicates of these lines
  35.         in your CONFIG.SYS or you will get an error every time OS/2
  36.         starts.
  37.  
  38. 1.2.  Copy the CRCCD2.ADD file to the C:\OS2 directory (for Warp 3.0,
  39.       copy to the C:\OS2\BOOT directory).  In some cases this file
  40.       may need to be located in the root directory of the C: drive.
  41.       If you have CRCCD2.ADD in the OS/2 directory and OS/2 still
  42.       will not recognize your CD-ROM Drive then copy the file to the
  43.       root directory.  This should solve the problem.
  44.  
  45.  
  46. 2. INSTALLING OS/2 2.1 and above (including Warp 3.0) from CD-ROM using
  47.    CRCCD2.ADD
  48.  
  49. 2.1.  Make backup copies of the two disks that come with the OS/2 2.1
  50.       CD-ROM.  Store the original disks in a safe place in case they
  51.       are needed in the future.
  52.  
  53. 2.2.  Copy the CRCCD2.ADD file to the new disk labeled "Diskette 1".
  54.  
  55. 2.3.  Next, add the following line to the file CONFIG.SYS found on the
  56.       new disk labeled "Diskette 1".  This line should come right before
  57.       the line "IFS=C:\OS2\CDFS.IFS /Q".
  58.  
  59.       BASEDEV=CRCCD2.ADD /P:xxx (Where 'xxx' is the I/O 
  60.                 Address of the SB card)
  61.  
  62. 2.4.  Reboot the system with the new disk labeled "Installation
  63.       Diskette" and follow the installation process accordingly.
  64.  
  65. 2.5.  If you are installing for Warp 3.0, please skip this and go directly
  66.       to 2.6.  After the installation is completed and your system has
  67.       rebooted, you must copy the files CDFS.IFS and OS2CDROM.DMD from the
  68.       OS/2 installation disk labeled "Diskette 1" into the OS2 directory
  69.       on your hard drive, then    add the following two lines to your
  70.       CONFIG.SYS file that is located on the C: drive.    So that you will
  71.       be able to access the CD-ROM drive after the installation process
  72.       has completed.
  73.  
  74.       IFS=C:\OS2\CDFS.IFS /Q
  75.       DEVICE=C:\OS2\OS2CDROM.DMD
  76.  
  77. 2.6.  Remember to reboot the system.
  78.  
  79.  
  80.  
  81. DEFINITION OF SWITCHES :
  82.  
  83. /p:xxx    - SB cards base address.
  84. /m:xxx    - MKE compatible cards CDRom base address.
  85. /t:x    - Switch for standalone cards.
  86.       if x=1 then it is a Sound card. (Default).
  87.       if x=2 then it is a standalone card.
  88.  
  89. /d:x    - Double Speed switch.   
  90. /n:x    - Single Speed switch.
  91.       if x=0 to x=3 implies the drive number.
  92.       ix x=a  implies that all drives are to be made double or single
  93.       speed. /d:a is default.
  94. /ns    - No scan. Implies that only one drive present with ID=0 
  95.       and will not scan for other drives. Scaning for all drives is
  96.          default procedure.
  97.