home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / Chip_1996-10_cd.bin / ovladace / philips / 206win95 / read.me < prev   
Text File  |  1996-03-04  |  5KB  |  110 lines

  1.  
  2. This final release of the Windows 95 device driver can control the 
  3. Philips CM-205MS, and CM-206 CDROM drives. To install the driver, 
  4. use the following procedure:
  5.  
  6. 1)  Make backup copies of all the following files: CONFIG.SYS, AUTOEXEC.BAT files.
  7.     SYSTEM.DAT and USER.DAT. ***NOTE*** SYSTEM.DAT and USER.DAT are
  8.     hidden, system, read-only files and are located in the C:\WINDOWS
  9.     directory. These two files comprise the REGISTRY for your system. 
  10.     If they get damaged or corrupted in any way, your system will not 
  11.     start and you'll probably have to re-install Windows95. Exercise 
  12.     EXTREME caution when working with these files. For more information
  13.     on the REGISTRY, see the Win95 help utility.
  14.  
  15. 2)  Remove the DOS driver line (DD250MS.SYS or DD260.SYS) from your active 
  16.     CONFIG.SYS file and remove the MSCDEX line from your active 
  17.     AUTOEXEC.BAT file.    
  18.  
  19. 3)  From the Windows 95 Control Panel:
  20.        * Select the 'Add New Hardware' option.
  21.        * You DO NOT want Windows to auto detect the hardware.
  22.        * Add a new CDROM controller.
  23.        * With the setup diskette in drive A, select the HAVE DISK option.
  24.        * Complete the installation by following the on screen instructions.
  25.  
  26. 4)  You must re-boot the system after installing the driver.
  27.  
  28. _______________________________________________________________________________
  29.  
  30. Setting Interrupt Jumpers:
  31.  
  32.     The driver will utilize a 'Polling' method unless directed to use
  33.     Interrupts by the Registry Entry for the device.  Polling is fine
  34.     for casual usage. However, to properly run applications which are
  35.     CDROM intensive, interrupts should be used.  Use the following
  36.     procedure to enable interrupts for the CDROM device(s):
  37.  
  38. 1)  Set the interrupt jumper on the CM-260 host adapter card to the desired
  39.     level. The IRQ you select should not conflict with any other device
  40.     in your system. If you are upgrading from Windows 3.1(1) you will 
  41.     not not need to change this setting unless you have added new 
  42.     hardware.
  43.  
  44. 2)  From a Windows 95 MS-DOS prompt, run the Registry Editor (REGEDIT) and
  45.     modify the Registry Entry under the Philips CDROM device as follows:
  46.  
  47.   HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES\CLASS\ADAPTER
  48.     \0000\AdapterSettings
  49.  
  50. 3)  Edit the AdapterSettings String using the following syntax:
  51.     IRQx=y   where x is the device number 0, 1, or 2 and y is the 
  52.     IRQ setting on the adapter card. If you are installing only one 
  53.     Philips CDROM drive, use device number 0.
  54.  
  55.     The Registry tree entry will look something like this for a
  56.     single host adapter set to IRQ 15:
  57.  
  58.   HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES\CLASS\ADAPTER
  59.     \0000\AdapterSettings:IRQ0=15
  60.  
  61. 4)  Windows 95 has a performance option that can be set from the Control
  62.     Panel 'System' icon.  This option allows you to optimize CDROM
  63.     access for a dual speed (2X) drive such as the CM206.
  64.  
  65. 5)  The system will need to be rebooted for the changes to take effect.
  66.  
  67.  
  68.  
  69. Known Issues;
  70.  
  71. 1). Autoplay is not supported for audio CD's.
  72.  
  73. 2). The CM-205MS and CM-206 CDROM drives were designed to be 
  74. used in the MS-DOS and Windows 3.x environments. Several unique
  75. features were incorporated into the design of these drives to
  76. enhance performance. While these design features have proven 
  77. very effective in real mode environments, they are not entirely
  78. compatible with protected mode operating systems like Windows 95.
  79. Regardless of the operating system, CDROM transfer rate is heavily
  80. dependant of data buffering. In real mode (DOS, Windows 3.x) 
  81. buffering was the responsibility of the device driver and our
  82. prodcuts were designed to take advantage of this. In the Windows 95 
  83. environment, the operating system has complete control over 
  84. system resources and allocates a percentage of them to peripherals 
  85. as it sees fit. This method of peripheral control is in direct
  86. conflict with the design of the CM-206 drive. If the percentage 
  87. allocated to the CDROM drive is too low, the result is poor 
  88. transfer rate performance. The following parameters can affect 
  89. the ammount of available system resources;
  90.  
  91. 1). Processor speed.
  92. 2). System RAM.
  93. 3). Cache size (both processor and peripheral).
  94. 4). Running multiple applications simultaneously.
  95. 5). Running hardware intensive applications (.AVI or .MPG files, etc.).
  96.  
  97. Our tests show that, in order to achieve marginally acceptable CDROM
  98. performance, a 486 DX-80 processor is the minimum required. 
  99. Additionally, applications using full motion video require a minimum
  100. of 8 megs of RAM and a 32-bit video card and the ammount of RAM 
  101. required will increase drastically if other applications are run 
  102. simulateously.
  103.  
  104. If the transfer rate of your CM-205MS or CM-206 CDROM drive is 
  105. unacceptably slow, try increasing the ammount of available system 
  106. resources as described above, or use the DOS drivers in real mode. 
  107. The real mode drivers are not subject to control by the Windows 95 
  108. operating system and are able to run much more efficiently.
  109.  
  110.