home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / cdd110.zip / README.110 < prev    next >
Text File  |  1994-04-06  |  13KB  |  400 lines

  1.  
  2.                                                        6 April 1994
  3. ------------
  4. | OVERVIEW |
  5. ------------
  6.  
  7. This README describes an OS/2 device driver (CDD110.ADD) for the
  8. Wearnes CDD110 CD-ROM drive.  The device driver supports the internal
  9. Wearnes CDD110 and the Internal Orchid CDS-3110 cdrom drives.
  10.  
  11.  
  12.  
  13. Supported Features
  14. ------------------
  15. The OS/2 Wearnes CD-ROM device driver (CDD110.ADD) supports the
  16. following features:
  17.  
  18.   * Reads data from CD-ROM discs conforming to the High Sierra/ISO-9660
  19.     file formats.
  20.  
  21.   * Plays audio from standard audio CDs or mixed mode CD-ROM discs
  22.     containing both data and audio
  23.  
  24.   * Multisession photo CD
  25.  
  26.   * Reads data from Mode 2 Form 1 or Mode 2 Form 2 sector formats
  27.  
  28.   * MMPM/2 Software Motion Video
  29.  
  30.   * MMPM/2 CD Audio Player
  31.  
  32.   * Software lock, unlock and eject
  33.  
  34.  
  35. THIS CD-ROM DEVICE DRIVER IS DESIGNED TO BE USED WITH THE OS/2 2.1 PRODUCT
  36. AND IS GOVERNED BY THE TERMS AND CONDITIONS OF THE OS/2 PROGRAM LICENSE
  37. AGREEMENT.
  38.  
  39.  
  40.  
  41. ----------------
  42. | INSTALLATION |
  43. ----------------
  44.  
  45. Before starting the installation procedure, you should unzip the
  46. files included in the CDD110.ZIP file and copy them to a diskette.
  47. The diskette you created will be referred to as the "Wearnes CD-ROM Device
  48. Driver Diskette" in the following installation instructions.
  49.  
  50. The following files are included in the CDD110.ZIP file:
  51.  
  52.    CDD110.ADD   - OS/2 device driver for Wearnes CDD110, Orchid CDS-3110
  53.    WEARNES.DDP  - Wearnes CDD110 CD-ROM Drive
  54.    ORCHID.DDP   - Orchid CDS-3110 CD-ROM Drive
  55.    README.110   - This README file.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Installation if OS/2 2.1 is already installed on your fixed disk
  63. ----------------------------------------------------------------
  64.  
  65. 1. Run the Device Driver installation program
  66.  
  67.    a. Open the OS/2 System folder (usually located on the desktop)
  68.    b. Open the System Setup folder
  69.    c. Open Device Driver Install
  70.    d. Insert the "Wearnes CD-ROM Device Driver Diskette"
  71.    e. Select Install
  72.    f. Select the device driver to install from the list
  73.    g. Select OK
  74.  
  75.    (Note: You do not need to reboot OS/2 before starting step 2 below).
  76.  
  77. 2. After the Device Driver Installation is complete, you must run
  78.    Selective Install to install the files for the OS/2 CD-ROM Device
  79.    Manager and OS/2 CD-ROM File System.
  80.  
  81.    a. Open the OS/2 System folder on the desktop
  82.    b. Open the System Setup folder
  83.    c. Open Selective Install
  84.    d. Select the CD-ROM Device Support check box
  85.    e. Select OK
  86.    f. Scroll to the bottom of the CD-ROM device list table and
  87.       select the choice OTHER
  88.    g. Select OK
  89.    h. Select the OK push button to proceed from the System Configuration
  90.       screen to the OS/2 Setup and Installation window
  91.    i. Select Install
  92.    j. When prompted to do so, insert the numbered installation diskettes
  93.       or installation CD-ROM from the OS/2 2.1 product
  94.  
  95.  
  96. 3. If you have changed the base I/O port address on your CD-ROM
  97.    host adapter card you must edit your CONFIG.SYS file and add
  98.    modify the /P:nnnn parameter on the BASEDEV=CDD110.ADD statement in
  99.    your CONFIG.SYS file.  Refer to the "Wearnes Device Driver Parameters"
  100.    section below.
  101.  
  102.  
  103. 4. Shut down and restart your system
  104.  
  105.  
  106.  
  107.  
  108. Installation from the CD-ROM version of OS/2 2.1
  109. ------------------------------------------------
  110.  
  111. 1.  Make a copy of the OS/2 2.1 diskette labeled "Diskette 1"
  112.  
  113. 2.  Copy the file CDD110.ADD from the "Wearnes CD-ROM Device Driver
  114.     Diskette" to the root directory on the copy of the OS/2 2.1 Diskette 1.
  115.  
  116.     (Note: If there is not enough room on the copy of OS/2 2.1
  117.      Diskette 1, then delete the file IBM2SCSI.ADD.  If you delete
  118.      IBM2SCSI.ADD, you must also edit the CONFIG.SYS file and delete
  119.      the line BASEDEV=IBM2SCSI.ADD)
  120.  
  121. 3.  Edit the CONFIG.SYS file located on the copy of Diskette 1.
  122.     At the end of the file, add the following statement.
  123.  
  124.        BASEDEV=CDD110.ADD  /P:nnn
  125.  
  126.           where "/P:nnn" is the base I/O port address selected on the
  127.           CD-ROM host interface card.  The default base I/O port address
  128.           for the Wearnes interface card is 340h, so the statement
  129.           would appear as follows if the card is set to address 340h:
  130.  
  131.  
  132.        BASEDEV=CDD110.ADD  /P:340
  133.  
  134.  
  135.     If your CD-ROM drive is attached to an audio card, (i.e. the
  136.     Orchid SoundWave 32), you must add the /AT parameter switch
  137.     which is described in the "Wearnes Device Driver Parameters"
  138.     section below.
  139.  
  140.  
  141. 4.  Begin the installation by inserting the Installation Diskette
  142.     into drive A and restarting the system.  When prompted to insert
  143.     Diskette 1, insert the copy that you modifed.
  144.  
  145. 5.  When the System Configuration screen is displayed during installation,
  146.     the CD-ROM Device Support field will display "None".  Do not modify
  147.     the choice and continue with the installation.
  148.  
  149. 6.  After installation is complete, and you have rebooted your system,
  150.     you will not be able to access your CD-ROM drive.  This is due
  151.     to a defect in the OS/2 2.1 install program.  To access your
  152.     CD-ROM drive, perform the following steps:
  153.  
  154.     a. Copy the following files from the OS/2 2.1 Diskette 1
  155.        to the drive which OS/2 was installed.
  156.        (Note: the example assume C:, change if different)
  157.  
  158.        COPY A:OS2CDROM.DMD C:\OS2
  159.        COPY A:CDFS.IFS     C:\OS2
  160.  
  161.     b. Edit the CONFIG.SYS file on drive which OS/2 was installed
  162.        and add the following statements to the end of the file:
  163.        (Note: the example assume C:, change if different)
  164.  
  165.        DEVICE=C:\OS2\OS2CDROM.DMD /Q
  166.        IFS=C:\OS2\CDFS.IFS /Q
  167.  
  168.     c. Shut down and reboot the system
  169.  
  170.  
  171. 7.  You will need to run Selective Install to copy over some remaining
  172.     system files.
  173.  
  174.     a. Open the OS/2 System folder on the desktop.
  175.     b. Open the System Setup folder.
  176.     c. Open Selective Install
  177.     d. Select the CD-ROM Device Support check box
  178.     e. Select OK
  179.     f. Scroll to the bottom of the CD-ROM device list table and
  180.        select the choice OTHER
  181.     g. Select OK
  182.     h. Select the OK push button to proceed from the System Configuration
  183.        screen to the OS/2 Setup and Installation window
  184.     i. Select Install
  185.     j. When prompted to do so, insert the installation CD-ROM
  186.        from the OS/2 2.1 product.
  187.  
  188.  
  189.  
  190. Installation from the diskette version of OS/2 2.1
  191. --------------------------------------------------
  192.  
  193. 1. Install the OS/2 2.1 product from the diskettes
  194.  
  195. 2. Go to the section above titled "Installation if OS/2 2.1 is already
  196.    installed on your fixed disk".
  197.  
  198.  
  199.  
  200.  
  201. ---------------------------------
  202. | Wearnes Device Driver Parameters |
  203. ---------------------------------
  204.  
  205. This section lists the parameters which are supported for the
  206. Wearnes CD-ROM device driver.  The parameters can be changed by modifying
  207. the BASEDEV=CDD110.ADD line in config.sys.
  208.  
  209. For the CDD110.ADD device driver, the syntax for the line in config.sys
  210. is as follows:
  211.  
  212.    BASEDEV=CDD110.ADD [/AT:dd] [/P:nnn] [/V]
  213.  
  214.  
  215.    [/AT:dd]
  216.  
  217.      Sets the adapter type connected to the CD-ROM drive.
  218.  
  219.      Supported values for dd are:
  220.                05 = Orchid SoundWave 32 or GameWave 32
  221.  
  222.    [/V]
  223.  
  224.      The device driver will display the device driver revision level
  225.      and CD-ROM product information at boot time.
  226.  
  227.  
  228.  
  229. Wearnes CDD110 Device Driver Parameter Examples
  230. ---------------------------------------------
  231.  
  232. 1.  Wearnes CDD110 CD-ROM drive attached to a Wearnes host adapter:
  233.  
  234.     The Wearnes host adapter supports base I/O port addresses of
  235.     300h, 320h, 330h, 340h or 360h. If the host adapter is set to any
  236.     port address other than the default of 340h, the config.sys statement
  237.     needs to be modified. For example, if the Wearnes host adapter is
  238.     set to a base I/O port address of 360, the line in config.sys should be:
  239.  
  240.         BASEDEV=CDD110.ADD /P:360
  241.  
  242.  
  243. 2.  Wearnes CDD110 CD-ROM drive attached to the Orchid Soundwave 32 adapter.
  244.  
  245.     If the Wearnes CDD110 is attached to the Orchid SoundWave 32 host
  246.     adapter at base I/O port address of 320h, the line in your config.sys
  247.     should be:
  248.  
  249.         BASEDEV=CDD110.ADD /P:320 /AT:05
  250.  
  251.  
  252.  
  253.  
  254. Wearnes Host Adapter Jumper Settings
  255. -----------------------------------------
  256.  
  257. The following tables explain the jumper settings for the Wearnes CDC005, the adapter
  258. that ships with model CDD110
  259.  
  260.  
  261.    Base Addr 0300 JP8 (1-2)
  262.    Base Addr 0320 JP8 (3-4)
  263.    Base Addr 0330 JP8 (5-6)
  264.    Base Addr 0340 JP8 (7-8)*
  265.    Base Addr 0360 JP8 (9-10)
  266.  
  267.    * for default
  268.  
  269. --------------------
  270. | Trouble shooting |
  271. --------------------
  272.  
  273. 1. If you are not able to access the CD-ROM drive:
  274.  
  275.  
  276.    a.  Add the /V parameter switch to the BASEDEV=CDD110.ADD statement
  277.        in your CONFIG.SYS file.  For example:
  278.  
  279.           BASEDEV=CDD110.ADD  /P:340 /V
  280.  
  281.  
  282.        After rebooting, the device driver will display the list of
  283.        drives it has identified.   For example:
  284.  
  285.          IBM OS/2 CDD110.ADD 0.10
  286.          WEARNES CD-ROM CDD110 V1.04B 11-23-93 Port: 0340
  287.  
  288.  
  289.        If no units were detected, the following message is displayed:
  290.  
  291.          IBM OS/2 CDD110.ADD 0.10
  292.          No units detected.
  293.  
  294.  
  295.        If no units were detected, see step 1b below.
  296.        If units were detected, see step 1c below.
  297.  
  298.  
  299.  
  300.    b.  Make sure the Base I/O Port Address specified by the /P parameter
  301.        in the config.sys file matches the Base Port Address selected
  302.        with the DIP switch on the interface card.
  303.  
  304.        The default Base I/O Port Address for the Wearnes interface card
  305.        is address 340h.  If you have changed the Base I/O Port Address on
  306.        the card, you must change the /P parameter on the BASEDEV=CDD110.ADD
  307.        statement in config.sys.
  308.  
  309.        For example, if you changed the Base I/O Port Address to 360h, the
  310.        statement in config.sys should be as follows:
  311.  
  312.            BASEDEV=CDD110.ADD /P:360
  313.  
  314.  
  315.    c.  Make sure all the required files to operate the CD-ROM drive have
  316.        been installed.  You should have the appropriate BASEDEV=
  317.        statement in CONFIG.SYS for your CD-ROM device driver.  You
  318.        should also have the following statements for the CD-ROM system
  319.        files in your config.sys:
  320.  
  321.  
  322.           DEVICE=C:\OS2\OS2CDROM.DMD /Q
  323.           IFS=C:\OS2\CDFS.IFS /Q
  324.           DEVICE=C:\OS2\MDOS\VCDROM.SYS
  325.           BASEDEV=CDD110.ADD /P:340
  326.  
  327.  
  328.        If you do not have the above statements in your config.sys, you
  329.        must use the OS/2 2.1 Selective Install to install the CD-ROM
  330.        support files.
  331.  
  332.  
  333.  
  334. 2.  If the drive letter assigned to the CD-ROM drive under OS/2 is
  335.     different than the drive letter assigned under DOS.
  336.  
  337.     The CD-ROM drive is assigned the next available drive
  338.     letter after drive letters have been assigned for the
  339.     floppy drives and fixed disk drives.
  340.  
  341.     The drive letter is also assigned after any installable block
  342.     device drivers which are located in config.sys before the
  343.     DEVICE=C:\OS2\OS2CDROM.DMD statement (i.e. DEVICE=C:\OS2\VDISK.SYS).
  344.  
  345.     There is currently no mechanism in OS/2 for assigning a specific
  346.     drive letter for the CD-ROM drive.  The drive letter assignment
  347.     under DOS can be controlled by using the /L switch on MSCDEX.EXE
  348.     command line.
  349.  
  350.  
  351. ----------------------
  352. | Reporting Problems |
  353. ----------------------
  354.  
  355. Defect reports should include the following information:
  356.  
  357.   CD-ROM Product ID:            Wearnes CDD110
  358.   CD-ROM Firmware Level:        (i.e.  V1.04B )
  359.   Host CPU type and speed:      (i.e.  25MZ 486)
  360.  
  361.  
  362. The CD-ROM product ID and firmware level can be displayed at
  363. boot time by adding the /V switch to the BASEDEV=CDD110.ADD line
  364. in config.sys.  For example, the following line may be displayed at boot
  365. time after the OS/2 logo screen is displayed:
  366.  
  367.  
  368.     WEARNES CD-ROM CDD110 V1.04B 11-23-93 Port: 0300
  369.  
  370.  
  371. The firmware level in the example above is 1.04B
  372.  
  373.  
  374.  
  375. -------------------------------
  376. | TradeMarks and Copyrights   |
  377. -------------------------------
  378.  
  379. IBM(TM) and OS/2(TM) are registered trademarks of International Business
  380. Machines Corporation.
  381.  
  382. Wearnes is a registered trademark Wearnes Technology Corporation
  383.  
  384. NOTICE:  The device driver and this file are owned by Wearnes and protected
  385.          by United States copyright laws, international treaty provisions,
  386.          and all other applicable national laws.  You may not reverse
  387.          engineer, decompile, or disassemble the device driver.
  388.  
  389.  
  390. IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED
  391. OR IMPLIED, INCLUDING WITHOUT LIMITATION,
  392. WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  393. RESPECT TO THE INFORMATION IN THIS DOCUMENT.
  394. BY FURNISHING THIS DOCUMENT, Wearnes GRANTS NO
  395. LICENSES TO ANY RELATED PATENTS OR COPYRIGHTS.
  396.  
  397. Copyright IBM Corporation, 1994, all rights
  398. reserved.
  399.  
  400.