home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Drivers / CD-ROM / AOpen / README.TXT < prev   
Encoding:
Text File  |  1997-11-25  |  5.9 KB  |  161 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.               
  73.  
  74.      AUTOEXEC.BAT :
  75.               C:\DOS\MSCDEX.EXE /D:IDECD000
  76.  
  77.  
  78.  
  79.      IV.  Changing Settings after Installation
  80.      =========================================
  81.  
  82.      To reconfigure the settings of the CD-ROM driver, use a text editor,
  83.      such as EDIT.COM, to modify the previous two command lines in CONFIG.SYS
  84.      and AUTOEXEC.BAT and then restart your computer to activate it.
  85.  
  86.  
  87.      Changing the CONFIG.SYS file, and enabling DMA function
  88.      -------------------------------------------------------
  89.      DEVICE=<path>\AOATAPI.SYS /D:<device_name> [/DMA] [/P:xxx,yy]
  90.  
  91.      The <device_name> is the name MSCDEX will use to find the device
  92.      driver. The maximum length of <device_name> string is 8 characters.
  93.  
  94.      Example:
  95.                DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000 /P:1F0,14
  96.        OR      DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000 /DMA /P:1F0,14
  97.        OR      DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000 /UDMA /P:1F0,14
  98.        OR      DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000 /q /P:1F0,14
  99.  
  100.      The option "/DMA" enables BUS MASTER function if your mother board 
  101.      supports this function.
  102.      The option "/UDMA" enables ULTRA DMA function if your mother board 
  103.      supports this function. 
  104.      **Another option "/q" or "/Q" enable quick mode. (Default)
  105.        Example:   
  106.                DEVICE=C:\CDROM\AOATAPI.SYS /D:IDECD000 /q /DMA /P:1F0,14
  107.  
  108.      ********************************************************************
  109.      The option "/P:" specifies the I/O port address and IRQ level. 
  110.      The number xxx in hex specifies the I/O port address (such as 1F0, 
  111.      170, 1E8, or 168 in HEX), and yy specifies the IRQ level (such as
  112.      14, 15, 11, or 10 in decimal). 
  113.      ***  Please do not add /P option if you are not familiar  *** 
  114.      ***  with I/O port address and IRQ level                  ***
  115.      ********************************************************************
  116.  
  117.  
  118.      Changing the AUTOEXEC.BAT file
  119.      ----------------------------
  120.      MSCDEX /D:driver [/E] [/K] [/S] [/V] [/L:letter] [/M:number]
  121.  
  122.      Example:
  123.                C:\DOS\MSCDEX /D:IDECD001 /L:G /M:10
  124.  
  125.      For more information, please refer to MS-DOS online help for MSCDEX
  126.      by typing HELP MSCDEX.
  127.      
  128.      SPECIAL NOTE:
  129.  
  130.      A. How to enable Ultra DMA/33 function on  32x CD-ROM drive In Windows 95
  131.      operation system.
  132.  
  133.      1. Firstly, please check if your computer ( or motherboard) supports
  134.      Ultra DMA/33 function. ( ex. Intel 430TX, 440LX chipset supports Ultra
  135.      DMA/33).
  136.  
  137.      2. If your computer ( or motherboard) supports Ultra DMA/33 function,
  138.      then please enable the UDMA function in BIOS setting.
  139.  
  140.      3. Please be sure to install the PCI IDE DRIVER (Win95 version) which
  141.      supporting Ultra DMA/33 function that your computer ( or motherboard)
  142.      supplier provided. Thus, you can enjoy the feature of Ultra DMA/33
  143.      function in your 32x CD-ROM drive.
  144.  
  145.      4. If your computer ( or motherboard) supplier didn't provide the PCI
  146.      IDE DRIVER (Win95 version) which supporting Ultra DMA/33 function.
  147.      Please ask your supplier to provide this driver.
  148.  
  149.      5. Please do not use the DMA function of Win95 internally provided in the
  150.      computer ( or motherboard) which supporting Ultra DMA/33 function. If you
  151.      enable the DMA function of Win95 internally provided, it will cause your
  152.      computer system hang up because Win95 only supports the Bus Master DMA
  153.      function not Ultra DMA/33 function.
  154.  
  155.      6. Unfortunately if your computer system hangs up, please restart your
  156.      computer and go to BIOS setting to disable the UDMA function then start
  157.      your computer again. Restore your default setting in Win95.
  158.  
  159.  
  160.      ================================= END =============================
  161.