home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA2_0896.bin / disc2 / drivers / misc / phil205.exe / README.TXT < prev    next >
Text File  |  1995-10-05  |  2KB  |  57 lines

  1.  
  2. This BETA release of the Windows 95 device driver can control the Philips
  3. CM-205 multi-session, and CM-206 CDROM drives. This release of the driver
  4. has not been fully tested and may not function properly. For this reason,
  5. Philips LMS requires that you use this driver AT YOUR OWN RISK!. If you 
  6. would rather wait for a fully tested driver, we expect to complete any
  7. changes and release the final version of this driver in January 1996.
  8. To install the driver, use the following procedure:
  9.  
  10. 1)  From the Windows 95 Control Panel:
  11.        * Select the 'Add New Hardware' option.
  12.        * You DO NOT want Windows to auto detect the hardware.
  13.        * Add a new CDROM controller.
  14.        * With the setup diskette in drive A, select the HAVE DISK option.
  15.  
  16.     The system may need to be re-booted afterwards, however, the operating
  17.     system should be able to detect the new changes without re-booting.
  18.  
  19. _______________________________________________________________________________
  20.  
  21. Setting Interrupt Jumpers:
  22.  
  23.     The driver will utilize a 'Polling' method unless directed to use
  24.     Interrupts by the Registry Entry for the device.  Polling is fine
  25.     for casual usage. However, to properly run applications which are
  26.     CDROM intensive, interrupts must be used.  Use the following
  27.     procedure to enable interrupts for the CDROM device(s):
  28.  
  29.  
  30. 1)  Set the interrupt jumper on the host adapter card to the desired level.
  31.  
  32. 2)  From a Windows 95 MS-DOS prompt, run the Registry Editor (REGEDIT) and
  33.     modify the Registry Entry under the Philips CDROM device as follows:
  34.  
  35.   HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES\CLASS\ADAPTER
  36.     \0000\AdapterSettings
  37.  
  38. 3)  Edit the AdapterSettings String using the following syntax:
  39.     IRQx=3   where x is the device number 0, 1, or 2.  If you have one
  40.          Philips CDROM drive, use device number 0.
  41.  
  42.     The Registry Tree Entry will look something like this for a
  43.     single host adapter set to IRQ 15:
  44.  
  45.   HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES\CLASS\ADAPTER
  46.     \0000\AdapterSettings:IRQ0=15
  47.  
  48.  
  49. 4)  Windows 95 has a performance option that can be set from the Control
  50.     Panel 'System' icon.  This option allows you to optimize Cdrom
  51.     access for a dual speed (2X) drive such as the CM206.
  52.  
  53. 5)  The system will need to be rebooted for the changes to take effect.
  54.  
  55.  
  56.  
  57.