home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / CDROM's / Acer / CD_912E / cdrom340.exe / README.TXT < prev    next >
Text File  |  1996-07-05  |  4KB  |  122 lines

  1.  
  2.               README file for ATAPI CD-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-ROM package comes with an installation utility. This utility
  13.      installs the necessary CD-ROM software device driver needed by your 
  14.      CD-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-ROM installation program
  22.      AOATAPI.SYS -- CD-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-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-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-ROM driver will be created during installation. Your AUTOEXEC.BAT
  66.      and CONFIG.SYS files will also be modified to include the following 
  67.      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-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, and enabling DMA function
  89.      -------------------------------------------------------
  90.      DEVICE=<path>\AOATAPI.SYS /D:<device_name> [/BM] [/P:xxx,yy]
  91.  
  92.      The <device_name> is the name MSCDEX will use to find the device
  93.      driver. The maximum length of <device_name> string is 8 characters.
  94.  
  95.      Example:
  96.                DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000 /BM /P:1F0,14
  97.  
  98.      The option "/BM" enables DMA function if your mother board supports 
  99.      this function.
  100.  
  101.      ********************************************************************
  102.      The option "/P:" specifies the I/O port address and IRQ level. 
  103.      The number xxx in hex specifies the I/O port address (such as 1F0, 
  104.      170, 1E8, or 168 in HEX), and yy specifies the IRQ level (such as
  105.      14, 15, 11, or 10 in decimal). 
  106.      ***  Please do not add /P option if you are not familiar  *** 
  107.      ***  with I/O port address and IRQ level                  ***
  108.      ********************************************************************
  109.  
  110.  
  111.      Changing the AUTOEXEC.BAT file
  112.      ----------------------------
  113.      MSCDEX /D:driver [/E] [/K] [/S] [/V] [/L:letter] [/M:number]
  114.  
  115.      Example:
  116.                C:\DOS\MSCDEX /D:IDECD001 /L:G /M:10
  117.  
  118.      For more information, please refer to MS-DOS online help for MSCDEX
  119.      by typing HELP MSCDEX.
  120.      
  121.      ================================= END =============================
  122.