home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 May / VPR9905A.BIN / DRIVER / AOPEN / 9632 / 9632.exe / README.TXT < prev   
Text File  |  1998-11-18  |  4KB  |  120 lines

  1.  
  2.               README file for ATAPI CD/DVD-ROM device driver
  3.      ===================================================================
  4.  
  5.      I.   Introduction
  6.      II.  Requirements
  7.      III. Installation Procedures
  8.      IV.  Changing Settings after Installation
  9.  
  10.      I.  Introduction
  11.      ================
  12.      This CD/DVD-ROM package comes with an installation utility. This
  13.      utility installs the necessary CD/DVD-ROM software device driver
  14.      needed by your CD/DVD-ROM drive to interface with your PC system.
  15.  
  16.      Files
  17.      -----
  18.      The drive installation diskette includes the following files:
  19.  
  20.      README.TXT  -- This user information text file
  21.      INSTALL.EXE -- CD/DVD-ROM installation program
  22.      AOATAPI.SYS -- CD/DVD-ROM device driver
  23.  
  24.  
  25.  
  26.      II.  Requirements
  27.      =================
  28.  
  29.      Hardware Requirements
  30.      ---------------------
  31.      1. IBM PC/AT or compatible (80386-base system or higher recommended)
  32.      2. Minimum VGA graphic display 
  33.      3. Minimum 2M RAM recommended
  34.      4. one free IDE socket
  35.      5. one CD/DVD-ROM drive
  36.  
  37.      Software Requirement
  38.      --------------------
  39.      1. Microsoft Windows 3.1 or later
  40.      2. MS-DOS version 6.0 or later
  41.      3. MS-DOS CD-Extension (MSCDEX 2.21) or later
  42.  
  43.  
  44.  
  45.      III. Installation Procedures
  46.      ============================
  47.  
  48.      To install CD/DVD-ROM device driver, please follow the steps below:
  49.  
  50.      1. Insert the installation diskette in your system's 3.5-inch floppy
  51.         disk drive.
  52.  
  53.      2. Change the directory to that of your floppy disk drive, and type
  54.         the following at the DOS prompt:
  55.  
  56.               INSTALL <Enter>
  57.  
  58.      3. Follow the screen instructions to complete the installation.
  59.  
  60.      4. Reboot system to activate the driver.
  61.  
  62.  
  63.      In general, you can just continuously press the Enter key to install
  64.      the default settings. A directory (default C:\CDROM) containing the
  65.      CD/DVD-ROM driver will be created during installation. Your
  66.      AUTOEXEC.BAT and CONFIG.SYS files will also be modified to include
  67.      the following lines:
  68.  
  69.      CONFIG.SYS :
  70.               [common]
  71.               DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000
  72.               LASTDRIVE=N
  73.  
  74.  
  75.      AUTOEXEC.BAT :
  76.               C:\DOS\MSCDEX.EXE /D:IDECD000
  77.  
  78.  
  79.  
  80.      IV.  Changing Settings after Installation
  81.      =========================================
  82.  
  83.      To reconfigure the settings of the CD/DVD-ROM driver, use a text editor,
  84.      such as EDIT.COM, to modify the previous two command lines in CONFIG.SYS
  85.      and AUTOEXEC.BAT and then restart your computer to activate it.
  86.  
  87.  
  88.      Changing the CONFIG.SYS file
  89.      -------------------------------------------------------
  90.      DEVICE=<path>\AOATAPI.SYS /S:<drive_id> /D:<device_name>
  91.  
  92.  
  93.      Example:
  94.                 DEVICE=C:\CDROM\AOATAPI.SYS /S:1 /D:IDECD000
  95.  
  96.      /S:<drive_id>
  97.      This determines the setting of the drive to Master or Slave
  98.      and the connection to the Primary or Secondary IDE channel.
  99.             0: Master Drive on Primary IDE Channel
  100.             1: Slave Drive on Primary IDE Channel
  101.             2: Master Drive on Secondary IDE Channel
  102.             3: Slave Drive on Secondary IDE Channel
  103.      /D:<device_name>
  104.      The <device_name> is the name MSCDEX will use to find the device
  105.      driver. The Maximum length of <device_name> string is 8 characters.
  106.      Make sure the <device_name> is the same as specified in AUTOEXEC.BAT.
  107.  
  108.  
  109.      Changing the AUTOEXEC.BAT file
  110.      ----------------------------
  111.      MSCDEX /D:driver [/E] [/K] [/S] [/V] [/L:letter] [/M:number]
  112.  
  113.      Example:
  114.                C:\DOS\MSCDEX /D:IDECD001 /L:G /M:10
  115.  
  116.      For more information, please refer to MS-DOS online help for MSCDEX
  117.      by typing HELP MSCDEX.
  118.      
  119.      ================================= END =============================
  120.