home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / cd_rom / sbcd2pan.zip / README.TXT next >
Text File  |  1993-10-04  |  12KB  |  261 lines

  1.         Installation Procedure for OS/2
  2.             CD-ROM Device Driver
  3.  
  4.    SBCD2.ADD can be used in OS/2 system which  supports  layered
  5.    CD-ROM  device  management structure.  Supported by OS/2 2.1,
  6.    existing OS/2 2.0 users can also access the structure by using
  7.    OS2CDROM.DMD in the OS2CDR package for OS/2 2.0.  To get the
  8.    package, type GO IBMOS2 in Compuserve network.
  9.  
  10.    SBCD2.ADD works with the double speed (300 KB/sec) Panasonic 
  11.    CR-563 CD ROM drive or the single speed (150KB/sec) Panasonic 
  12.    CR-521, CR-523, CR-531 CD ROM drives. It does not work with 
  13.    any other CD-ROM drives.
  14.  
  15.    INSTALLATION PROCEDURE IF YOU HAVE ALREADY INSTALLED OS/2 2.1
  16.    -------------------------------------------------------------
  17.  
  18.    1) If the following line is in your OS/2 CONFIG.SYS file, delete it or
  19.       "REM" it out.
  20.       
  21.     DEVICE=C:\OS2\CDROM.SYS ...  (where "..." are parameters)
  22.  
  23.    2) If the OS2CDROM.DMD file is not already in the C:\OS2 directory,
  24.       copy that file from disk 1 of your OS/2 Ver. 2.1 installation 
  25.       diskette to the C:\OS2 directory.
  26.  
  27.    3) Copy the SBCD2.ADD file to C:\OS2
  28.  
  29.    4) Put the following lines in your OS/2 CONFIG.SYS file in the given
  30.       order near the bottom of the OS/2 CONFIG.SYS file.  (Putting these
  31.       lines near the top could cause problems.)  Make sure that none of
  32.       these lines are already in your OS/2 CONFIG.SYS file.  If they are,
  33.       delete them and put them with the lines shown below.
  34.  
  35.       BASEDEV=SBCD2.ADD /P:220
  36.       DEVICE=C:\OS2\OS2CRDOM.DMD
  37.       IFS=C:\OS2\CDFS.IFS /Q
  38.       DEVICE=C:\OS2\MDOS\VCDROM.SYS
  39.       LASTDRIVE=H
  40.  
  41.       NOTE: A) The last line (LASTDRVIE=H) will problably be different for
  42.            your system.  For example, if the current last drive of your
  43.            system is "D: ", your CD-Rom drive will be "E:" and the last
  44.            line should read: LASTDRIVE=E 
  45.            This line may be optional.  If you have problems, try eliminating
  46.            this line and see what happens.
  47.  
  48.         B) The first line contains the I/O address of the Sound Blaster
  49.            card as a parameter (/P:220).  If your I/O address is different
  50.            (not 220), change the number on the first line to reflect your 
  51.            setting.  Check "DESCRIPTION OF SBCD2.ADD SWITCHES" at the end
  52.            of this document for info. on how to set other switches.
  53.  
  54.    5)  Reboot your system.  The SBCD2.ADD driver should now work.
  55.  
  56.        
  57.    DRIVER INSTALLATION PROCEDURE IF YOU HAVE NOT INSTALLED OS/2 2.1
  58.    ----------------------------------------------------------------
  59.  
  60.    1. Copy the SBCD2.ADD CD-ROM driver to the OS/2 2.1 installation disk 1.
  61.  
  62.    2) Add the following line to the CONFIG.SYS file contained on
  63.       the OS/2 installation disk 1.  (Put it on the last line of
  64.       the CONFIG.SYS file.)
  65.  
  66.         BASEDEV=SBCD2.ADD /P:220
  67.  
  68.    3) Install OS/2 2.1 on your system.  When selecting installation
  69.       options, do NOT install the CD ROM option!  (OS/2 2.1 does
  70.       not include the SBCD2.ADD driver.)
  71.  
  72.    4) Copy the SBCD2.ADD file to the C:\OS2 directory.
  73.  
  74.    5) If the OS2CDROM.DMD file is not already in the C:\OS2 directory,
  75.       copy that file from disk 1 of your OS/2 Ver. 2.1 installation
  76.       diskette to the C:\OS2 directory.
  77.  
  78.    6) If the CDFS.IFS file is not already in the C:\OS2 directory,
  79.       copy that file from disk 1 of your OS/2 Ver. 2.1 installation
  80.       diskette to the C:\OS2 directory.
  81.  
  82.    7) Make certain the following lines are in the OS/2 CONFIG.SYS
  83.       file on your hard disk in the given order.
  84.  
  85.         BASEDEV=SBCD2.ADD  /P:220
  86.         DEVICE=C:\OS2\OS2CDROM.DMD
  87.         IFS=C:\CDFS.IFS  /Q
  88.         DEVICE=C:\OS2\MDOS\VCDROM.SYS
  89.         LASTDRIVE=H
  90.  
  91.       NOTE:  A) The last line (LASTDRIVE=H) will probably be different
  92.         for your system.  For example, if the current last drive
  93.         of your system is "D:", your CD-ROM drive will be "E:"
  94.         and the last line should read: LASTDRIVE=E
  95.         This line may be optional.  If you have problems, try
  96.         eliminating this line and see what happens.
  97.  
  98.           B) The first line contains the I/O address of the Sound
  99.          Blaster card as a parameter (/P:220).  If your
  100.          I/O address is different (not 220), change the
  101.          number on the first line to reflect your setting.
  102.          Check "DESCRIPTION OF SBCD2.ADD SWITCHES" at the
  103.          end of this document for info. on how to set other
  104.          switches.
  105.  
  106.     8) Reboot your system.  The SBCD2.ADD driver should now work.
  107.    
  108.  
  109.    DESCRIPTION OF SBCD2.ADD SWITCHES
  110.    ---------------------------------
  111.  
  112.    /P:xxx
  113.    ------
  114.    This switch specifies the port address(in hex) of Sound Blaster card
  115.    used.  Options for xxx are 220, 240, 260, and 280.  Default setting 
  116.    for xxx is 220.
  117.  
  118.    Example:
  119.  
  120.           BASEDEV=SBCD2.ADD /P:220
  121.  
  122.  
  123.    /M:xxx
  124.    ------
  125.    This switch specifies the port address(in hex) of MKE CD-ROM interface
  126.    card used.  Options for xxx are 300, 310, 320 and 330.  Default
  127.    setting for xxx is 300.
  128.  
  129.    Example:
  130.  
  131.           BASEDEV=SBCD2.ADD /M:300
  132.  
  133.  
  134.    NOTE : /P and /M are mutually exclusive.  If both are specified, the
  135.       latter one will be effective.  If none is specified, default
  136.       is Sound Blaster.
  137.  
  138.  
  139.    /D:xxx
  140.    ------
  141.    This switch specifies the drives to be run at double transfer speed
  142.    (300KB/s).  The option /D:xxx specifies all daisy chained drives to
  143.    run at double speed.  You can specify individual drive using
  144.    /D:0, /D:1, /D:2, or /D:3 where 0, 1, 2, and 3 are the ID numbers of
  145.    drives you want to run at double speed.  If you have only one drive,
  146.    use the following format:
  147.  
  148.     BASEDEV=SBCD2.ADD /D:1    (1 is the jumper setting on the drive)
  149.  
  150.    If you have 2 or more drives, use this format:
  151.  
  152.     BASEDEV=SBCD2.ADD /D:1,3  (1 and 3 are jumper settings on the drives)
  153.  
  154.  
  155.    /N:xxx
  156.  
  157.    This switch specifies the drives to be run at normal transfer speed
  158.    (150KB/s).  The option /N:xxx specifies all daisy chained drives to
  159.    run at normal speed.  You can specify individual drive using
  160.    /N:0, /N:1, /N:2, or /N:3 where 0, 1, 2, and 3 are the ID numbers of
  161.    drives that you want to run at normal speed.  If you have only one drive,
  162.    use the following format:
  163.  
  164.     BASEDEV=SBCD2.ADD /N:1    (1 is the jumper setting on the drive)
  165.  
  166.    If you have 2 or more drives, use this format:
  167.  
  168.     BASEDEV=SBCD2.ADD /N:0,2  (0 and 2 are jumper settings on the drives)
  169.  
  170.    NOTE : The default is double transfer speed wherever it is possible.
  171.       If the same drive has been set more than once, the latest
  172.       setting will take effect.
  173.  
  174.  
  175.    IMPORTANT:
  176.    ---------
  177.  
  178.    This driver is provided "AS IS".  Your only revenue to get bugs fixed is 
  179.    to complete the following form and either MAIL or FAX it to us.  Any 
  180.    other methods of communciation is not applicable.
  181.  
  182.  
  183.    Bug Report:
  184.  
  185.    If you encounter any bug, please complete the following form and print
  186.    it out, and either mail or fax it to us.
  187.  
  188. --------------------------------- Cut Here ----------------------------------
  189.  
  190. |-----------------------------------------------------------------------------|
  191. | NAME:                                                  | DATE:              |
  192. |-----------------------------------------------------------------------------|
  193. | Voice Phone:                              | FAX:                            |
  194. |-----------------------------------------------------------------------------| 
  195. | DEVICE DRIVER INFORMATION                                                   |
  196. |-----------------------------------------------------------------------------| 
  197. | NAME:                         | SIZE:                   | DATE:             |
  198. |-----------------------------------------------------------------------------|
  199. | SYSTEM INFORMATION                                                          |
  200. |-----------------------------------------------------------------------------|
  201. | BRAND/MODEL OF COMPUTER:                         BUS:                       |
  202. |-----------------------------------------------------------------------------|
  203. |     CPU:            | VIDEO CARD:                           | PARALLEL:     |
  204. |   SPEED:            |   BIOS VER:                           | SERIAL:       |
  205. |    BIOS:            | VIDEO CHIP:                           | EMBEDDED?     |
  206. | CHIPSET:            |  VIDEO RAM:                           | Motherboard?  |
  207. |     RAM:            | MAX COLORS:                           |               |
  208. |-----------------------------------------------------------------------------|
  209. |  HD MFG:                        HD MODEL:                HD SIZE:           |
  210. |  CONTROLLER MFG:                       CONTROLLER MODEL:                    |
  211. |-----------------------------------------------------------------------------|
  212. |   MOUSE:                      | OTHER ADD-ON HARDWARE/SOFTWARE:             |
  213. |    TYPE:                      |                                             |
  214. | DOS VER:                      |                                             |
  215. | MEM MGR:                      |                                             |
  216. |-----------------------------------------------------------------------------|
  217. | PROBLEM:                                                                    |
  218. |                                                                             |
  219. |                                                                             |
  220. |                                                                             |
  221. |                                                                             |
  222. |                                                                             |
  223. |                                                                             |
  224. |                                                                             |
  225. |                                                                             |
  226. |                                                                             |
  227. |                                                                             |
  228. |                                                                             |
  229. |                                                                             |
  230. |                                                                             |
  231. |                                                                             |
  232. |                                                                             |
  233. |                                                                             |
  234. |                                                                             |
  235. |                                                                             |
  236. |                                                                             |
  237. |                                                                             |
  238. |                                                                             |
  239. |                                                                             |
  240. `-----------------------------------------------------------------------------'
  241.  
  242. Mail to: OS/2 Development Group
  243.      Creative Labs, Inc
  244.      1901 McCarthy Blvd
  245.      Milpitas, CA 95131
  246.  
  247. Fax#: 408-428-6655
  248.       Attention OS/2 Development Group
  249.  
  250.  
  251. MOST IMPORTANT:
  252.  
  253. Please do NOT contact the Creative Tech Support regarding this driver.  Direct 
  254. your problems to the OS/2 Development Group using the above form.  We do not 
  255. have the manpower to answer any phone call, but will attempt to varify and 
  256. correct any bug we receive via the above form.
  257.  
  258. Thank you for your cooperation.
  259.  
  260.          ********** End of README.TXT **********
  261.