home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / os2cd / philips / s205 / readme.205 < prev   
Encoding:
Text File  |  1994-01-07  |  9.9 KB  |  315 lines

  1.  
  2.                                                        1 January 1994
  3. ------------
  4. | OVERVIEW |
  5. ------------
  6.  
  7. This README describes an OS/2 device driver (LMS205.ADD) for the
  8. single session Philips LMS CM205 and CM225 CD-ROM drives.
  9.  
  10. The single session CM205 has series code A, B, C, or D.  Some series E
  11. drives were also single session.  The series code is the first character
  12. of the serial number on the drive label on the rear of the drive.  Series F
  13. and later (and some series E) are multisession drives.  For those drives,
  14. use the multisession and 2x device driver: LMS206.ADD.
  15.  
  16.  
  17.  
  18. Supported Features
  19. ------------------
  20. The OS/2 Philips LMS CD-ROM device driver (LMS205.ADD) supports the
  21. following features:
  22.  
  23.   * Reads data from CD-ROM discs conforming to the High Sierra/ISO-9660
  24.     file formats.
  25.  
  26.   * Plays audio from standard audio CDs or mixed mode CD-ROM discs
  27.     containing both data and audio
  28.  
  29.   * Single session photo CD
  30.  
  31.   * Reads data from Mode 2 Form 1 or Mode 2 Form 2 sector formats
  32.  
  33.   * MMPM/2 Software Motion Video
  34.  
  35.   * MMPM/2 CD Audio Player
  36.  
  37.   * Data transfer via interrupts
  38.  
  39.  
  40. THIS CD-ROM DEVICE DRIVER IS DESIGNED TO BE USED WITH THE OS/2 2.1 PRODUCT
  41. AND IS GOVERNED BY THE TERMS AND CONDITIONS OF THE OS/2 PROGRAM LICENSE
  42. AGREEMENT.
  43.  
  44.  
  45. ----------------
  46. | INSTALLATION |
  47. ----------------
  48.  
  49. Before starting the installation procedure, you should unzip the
  50. files included in the LMS205.ZIP file and copy them to a diskette.
  51. The diskette you created will be referred to as the "Philips LMS CD-ROM
  52. Device Driver Diskette" in the following installation instructions.
  53.  
  54. The following files are included in the LMS205.ZIP file:
  55.  
  56.    LMS205.ADD  -  OS/2 device driver for CM205 (single session)
  57.    LMS205.DDP  -  Installation profile
  58.    README.205  -  This README file.
  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 on the desktop.
  68.    b. Open the System Setup folder.
  69.    c. Open Device Driver Install.
  70.    d. Insert the "Philips LMS 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. Shut down and restart your system
  97.  
  98.  
  99.  
  100.  
  101. Installation from the CD-ROM version of OS/2 2.1
  102. ------------------------------------------------
  103.  
  104. 1.  Make a copy of the OS/2 2.1 diskette labeled "Diskette 1"
  105.  
  106. 2.  Copy the file LMS205.ADD from the "Philips LMS CD-ROM Device Driver
  107.     Diskette" to the root directory on the copy of the OS/2 2.1 Diskette 1.
  108.  
  109.     (Note: If there is not enough room on the copy of OS/2 2.1
  110.      Diskette 1, then delete the file IBM2SCSI.ADD.  If you delete
  111.      IBM2SCSI.ADD, you must also edit the CONFIG.SYS file and delete
  112.      the line BASEDEV=IBM2SCSI.ADD)
  113.  
  114. 3.  Edit the CONFIG.SYS file located on the copy of Diskette 1.
  115.     At the end of the file, add the following statement.
  116.  
  117.        BASEDEV=LMS205.ADD
  118.  
  119.  
  120. 4.  Begin the installation by inserting the Installation Diskette
  121.     into drive A and restarting the system.  When prompted to insert
  122.     Diskette 1, insert the copy that you modifed.
  123.  
  124. 5.  When the System Configuration screen is displayed during installation,
  125.     the CD-ROM Device Support field will display "None".  Do not modify
  126.     the choice and continue with the installation.
  127.  
  128. 6.  After installation is complete, and you have rebooted your system,
  129.     you will not be able to access your CD-ROM drive.  This is due
  130.     to a defect in the OS/2 2.1 install program.  To access your
  131.     CD-ROM drive, perform the following steps:
  132.  
  133.     a. Copy the following files from the OS/2 2.1 Diskette 1
  134.        to the drive which OS/2 was installed.
  135.        (Note: the example assume C:, change if different)
  136.  
  137.        COPY A:OS2CDROM.DMD C:\OS2
  138.        COPY A:CDFS.IFS     C:\OS2
  139.  
  140.     b. Edit the CONFIG.SYS file on drive which OS/2 was installed
  141.        and add the following statements to the end of the file:
  142.        (Note: the example assume C:, change if different)
  143.  
  144.        DEVICE=C:\OS2\OS2CDROM.DMD /Q
  145.        IFS=C:\OS2\CDFS.IFS /Q
  146.  
  147.     c. Shut down and reboot the system
  148.  
  149.  
  150. 7.  You will need to run Selective Install to copy over some remaining
  151.     system files.
  152.  
  153.     a. Open the OS/2 System folder on the desktop.
  154.     b. Open the System Setup folder.
  155.     c. Open Selective Install
  156.     d. Select the CD-ROM Device Support check box
  157.     e. Select OK
  158.     f. Scroll to the bottom of the CD-ROM device list table and
  159.        select the choice OTHER
  160.     g. Select OK
  161.     h. Select the OK push button to proceed from the System Configuration
  162.        screen to the OS/2 Setup and Installation window
  163.     i. Select Install
  164.     j. When prompted to do so, insert the installation CD-ROM
  165.        from the OS/2 2.1 product.
  166.  
  167.  
  168.  
  169. Installation from the diskette version of OS/2 2.1
  170. --------------------------------------------------
  171.  
  172. 1. Install the OS/2 2.1 product from the diskettes
  173.  
  174. 2. Go to the section above titled "Installation if OS/2 2.1 is already
  175.    installed on your fixed disk".
  176.  
  177.  
  178.  
  179.  
  180. ----------------------------------------
  181. | Philips LMS Device Driver Parameters |
  182. ----------------------------------------
  183.  
  184. This section lists the parameters which are supported for the
  185. Philips LMS CD-ROM device driver.  The parameters can be changed
  186. by modifying the BASEDEV=LMS205.ADD line in config.sys.
  187.  
  188. For the LMS205.ADD device driver, the syntax for the line in config.sys
  189. is as follows:
  190.  
  191.    BASEDEV=LMS205.ADD [/P:nnn] [/u:X] [/m:Y] [/V]
  192.  
  193.  
  194.    [/P:nnn]
  195.  
  196.      Specifies the base I/O port address of the interface card.
  197.      The value must be the same number as the port address selected
  198.      by the jumper on the host interface card.
  199.  
  200.  
  201.    [/u:X]
  202.  
  203.      Identifies a specific unit, X.
  204.  
  205.      Valid values for X are 0, 1, 2, 3.  The default is zero.
  206.  
  207.      LMS205 locates all CM250 and CM260 host adapters and assigns unit
  208.      numbers based on the order in which each was found.
  209.  
  210.      This parameter tells LMS205 which BASEDEV=LMS205.ADD line it is
  211.      currently processing.
  212.  
  213.  
  214.    [/m:Y]
  215.  
  216.      Indicates the number of 2500 byte CD frame buffers that should
  217.      be allocated by the LMS205.ADD driver.
  218.  
  219.      Valid values for Y are 8,..., 26.  The default is 16.  Any value below
  220.      the minimum (8) will be assigned the minimum (8).
  221.  
  222.  
  223.  
  224.    [/V]
  225.  
  226.      The device driver will display the device driver revision level
  227.      and CD-ROM product information at boot time.
  228.  
  229.      For example,
  230.  
  231.       IBM OS/2 LMS205.ADD 1.00  02-NOV-93
  232.       Philips LMS Unit 0: CM205 CDROM drive, FR4, CM260 HA Port: 0340 IRQ: 05
  233.  
  234.  
  235.  
  236. --------------------
  237. | Trouble shooting |
  238. --------------------
  239.  
  240. 1. If you are not able to access the CD-ROM drive:
  241.  
  242.  
  243.    a. Add the /V parameter switch to the BASEDEV=LMS205.ADD statement
  244.       in your CONFIG.SYS file.  For example:
  245.  
  246.           BASEDEV=LMS205.ADD  /V
  247.  
  248.  
  249.       After rebooting, the device driver will display the list of
  250.       drives it has identified.   For example:
  251.  
  252.         IBM OS/2 LMS205.ADD 1.00  02-NOV-93
  253.         Philips LMS Unit 0: CM205 CDROM drive, FR4, CM260 HA Port:0340 IRQ:05
  254.  
  255.  
  256.  
  257.       If no units were detected, one of the following messages is displayed:
  258.  
  259.  
  260.         IBM OS/2 LMS205.ADD 1.00  02-NOV-93
  261.         Unit 0 not found.  Unable to locate port.
  262.  
  263.         IBM OS/2 LMS205.ADD 1.00  02-NOV-93
  264.         Unit 0 not found.  Found port, unable to locate IRQ.
  265.  
  266.         IBM OS/2 LMS205.ADD 1.00  02-NOV-93
  267.         Unit 0 not found.  Found port and IRQ, drive not responding.
  268.  
  269.  
  270.       If no units were detected, see step 1b below.
  271.       If units were detected, see step 1c below.
  272.  
  273.  
  274.  
  275.    b.  Check that the adapter is properly installed.
  276.  
  277.        Ensure that all cables are attached properly.
  278.  
  279.        Ensure that the CD-ROM host adapter uses a unique
  280.        I/O port address and a unique IRQ channel number.
  281.  
  282.  
  283.    c.  Make sure all the required files to operate the CD-ROM drive have
  284.        been installed.  Your CONFIG.SYS file should have the following
  285.        statements:
  286.  
  287.  
  288.           DEVICE=C:\OS2\OS2CDROM.DMD /Q
  289.           IFS=C:\OS2\CDFS.IFS /Q
  290.           DEVICE=C:\OS2\MDOS\VCDROM.SYS
  291.           BASEDEV=LMS205.ADD
  292.  
  293.  
  294.        If you do not have the OS2CDROM.DMD or CDFS.IFS statements in
  295.        your config.sys, you must use the OS/2  2.1 Selective Install
  296.        utility to install these files.
  297.  
  298.  
  299.  
  300. 2.  If the drive letter assigned to the CD-ROM drive under OS/2 is
  301.     different than the drive letter assigned under DOS.
  302.  
  303.     The CD-ROM drive is assigned the next available drive
  304.     letter after drive letters have been assigned for the
  305.     floppy drives and fixed disk drives.
  306.  
  307.     The drive letter is also assigned after any installable block
  308.     device drivers which are located in config.sys before the
  309.     DEVICE=C:\OS2\OS2CDROM.DMD statement (i.e. DEVICE=C:\OS2\VDISK.SYS).
  310.  
  311.     There is currently no mechanism in OS/2 for assigning a specific
  312.     drive letter for the CD-ROM drive.  The drive letter assignment
  313.     under DOS can be controlled by using the /L switch on MSCDEX.EXE
  314.     command line.
  315.