home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DRIVERS / SCSI_CD / PHILIPS / 206NT31 / README.1ST < prev   
Text File  |  1995-04-10  |  5KB  |  118 lines

  1.  
  2.     A preliminary (BETA2) release of the Windows NT 3.1 device driver 
  3. is now available which can control both the CM-205MS and CM-206 CDROM drives.  
  4. The driver will work with both the CM-250 and CM-260 Host Adapter cards.  
  5.  
  6. *****************************************************************************
  7. Notice:
  8.     If you are installing NT from CD, you must run the WINNT.EXE program 
  9.     located in the /I386 directory of the NT install CD. This is a DOS 
  10.     based program that will fully setup NT without requiring you to add 
  11.     CDROM driver support. Once NT is installed in this manner, add the 
  12.     CDROM driver per the instructions that follow. This problem will be  
  13.     corrected in a future version of the driver.
  14. *****************************************************************************
  15.  
  16. To install the driver, use the following procedure from the 
  17. Windows NT DOS prompt:
  18.  
  19.  
  20. 1)  After decompressing the 206_NT31.EXE file, copy the extracted files to
  21. the LMS206 directory, which you create, then run the INSTALL program.
  22.  
  23.     "C:\LMS206>INSTALL"
  24.  
  25. 2)  Using the Windows NT Setup Utility, add a SCSI device.  Select 'Other'
  26.     to install the driver from the directory that you created above.  The
  27.     Setup Utility will use the OEMSETUP.INF file to automatically create
  28.     a Registry Entry for the CDROM device.
  29.  
  30. 3)  The system will need to be rebooted for the changes to take effect.
  31.  
  32.  
  33. *******************************************************************************
  34. Notice:
  35.      Use this pre-release device driver at your own risk, and be advised
  36.      that the software is not a fully functional product at this time.
  37.      TECHNICAL SUPPORT IS NOT AVAILABLE FOR THIS DRIVER. If you experience
  38.      problems using this software, please complete the included BETABUG.TXT
  39.      response form and fax it to 719-531-0168.
  40. *******************************************************************************
  41. _______________________________________________________________________________
  42.  
  43.     If you have trouble with the Windows NT Setup utility, you can
  44.     alternatively make a manual entry in the Registry as follows:
  45.  
  46.     Using the REGEDT32 utility that is provided with the Windows NT product,
  47.     create a registry entry for the device driver.
  48.  
  49.     At HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES
  50.     add a key called Lms206Cdrom.
  51.     This is done by placing the highlighter at the SERVICES entry and then
  52.     selecting ADD KEY at the registry EDIT menu bar option.
  53.  
  54.  
  55.     Place the highlighter at the new SERVICES entry called Lms206Cdrom and
  56.     select ADD VALUE at the registry EDIT menu bar option for each of
  57.     the values shown below:
  58.  
  59.  
  60.     Value Name      Data Type       Data
  61.     ------------------------------------
  62.     ErrorControl    REG_DWORD       1
  63.     Group           REG_SZ          SCSI Miniport
  64.     Start           REG_DWORD       0
  65.     Type            REG_DWORD       1
  66.  
  67.  
  68. _______________________________________________________________________________
  69.  
  70. Setting Interrupt Jumpers:
  71.     Note that this procedure is being automated for the final release.
  72.  
  73.  
  74.     The driver will utilize a 'Polling' method unless directed to use
  75.     Interrupts by the Registry Entry for the device.  Polling is fine
  76.     for casual usage however, data transfers can be slowed down if
  77.     many tasks are executing at the same time.  Using Interrupts will
  78.     ensure that the Cd-Rom Device gets the needed CPU time to run as
  79.     efficiently as possible.  Use the following procedure to enable
  80.     interrupts for the Cd-Rom Device(s):
  81.  
  82.  
  83. 1)  Set the Interrupt Jumper on the Host adapter module to the desired level.
  84.  
  85. 2)  Make a Registry Entry under the Lms206Cdrom Drivers' key as follows:
  86.  
  87.   At HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES\Lms206Cdrom
  88.  
  89.     add a key called Parameters.
  90.     This is done by placing the highlighter at the Lms206Cdrom entry and
  91.     then selecting ADD KEY at the registry EDIT menu bar option.
  92.  
  93. 3)  At the Parameters Entry,
  94.     add a key called Device0.
  95.     This is done by placing the highlighter at the Parameters entry and
  96.     then selecting ADD KEY at the registry EDIT menu bar option.
  97.  
  98. 3)  At the Device0 Entry,
  99.     add a value called DriverParameter.
  100.     This is done by placing the highlighter at the Device0 entry and
  101.     then selecting ADD VALUE at the registry EDIT menu bar option.
  102.  
  103. 4)  Edit the DriverParameter String using the following syntax:
  104.     IRQx=15  where x is the device number 0, 1, or 2.  If you have one
  105.          Lms206Cdrom drive, use device number 0.
  106.  
  107. 5)  The system will need to be rebooted for the changes to take effect.
  108.  
  109. The Registry Tree Entry will look something like this if all goes well:
  110.  
  111.     
  112.   At HKEY_LOCAL_MACHINE\SYSTEM\CURRENT_CONTROL_SET\SERVICES
  113.     Lms206Cdrom
  114.        Parameters
  115.           Device0   DriverParameter:REG_SZ:IRQ0=15
  116.  
  117.  
  118.