home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / CDROM's / Acer / CD_608-616A / CD211.ZIP / README < prev    next >
Text File  |  1995-08-01  |  4KB  |  100 lines

  1. =======================================================================
  2.     A B O U T   C D - R O M   D E V I C E   D R I V E R
  3. =======================================================================
  4.  
  5.     To install the CD-ROM device driver, the syntax in CONFIG.SYS
  6.      is as follows:
  7.  
  8.      DEVICE=VIDE-CDD.SYS /D:MSCD001 [/P:xxx,yy] [/L:xx]
  9.  
  10.      where [/P:xxx,yy]
  11.           specifies the IDE port which is connected to the drive and the
  12.           interrupt request.
  13.  
  14.           'xxx' is the base address (hexadecimal notation) of IDE port.
  15.                 xxx = 1f0 : Port 1
  16.                       170 : Port 2
  17.                       1e8 : Port 3
  18.                       168 : Port 4
  19.  
  20.           'yy' is the interrupt number (decimal notation) of the
  21.           corresponding IDE port.
  22.  
  23.     [/L:xx]
  24.       specifies the message language. Available options are listed
  25.       as below:
  26.  
  27.         xx = US : English (the default language)
  28.              GR : German
  29.              FR : French
  30.              SP : Spanish
  31.              IT : Italian
  32.              JP : Japanese
  33.  
  34.      For example,  when eight drives are installed, the command
  35.      line in the CONFIG.SYS file could be entered as follows:
  36.  
  37.      DEVICE=VIDE-CDD.SYS /D:MSCD001 /P:1f0,14 /P:170,15 /P:1e8,12 /P:168,10
  38.  
  39.      NOTE:
  40.  
  41.     Our device driver will automatically search the drives for 4 ports
  42.      up to 8 drives, and the ports are 0x1f0, 0x170, 0x1e8 and 0x168 with
  43.      interrupt number 14, 15, 12 and 10 as default, respectively. If your
  44.      IDE ports and their respective interrupt numbers are the same as
  45.      those mentioned above, you don't have to specify them verbosely.
  46.  
  47. ---------------------------------------------------------------------------
  48.  
  49.     To enable the CD-ROM drive to read CD-ROM discs using the High
  50.      Sierra or ISO 9660 format, you not only need to install the CD-ROM
  51.      device driver, but also need to insert the following line into your
  52.      AUTOEXEC.BAT file:
  53.  
  54.      MSCDEX /D:MSCD001
  55.  
  56.     To have a detail knowledge about the MSCDEX.EXE program, please
  57.      refer to MS-DOS user manual.
  58.  
  59.  
  60. =======================================================================
  61.     F r e q u e n t l y    A s k e d    Q u e s t i o n
  62. =======================================================================
  63.  
  64. Q. Why cannot I do a directory (dir) on a good ISO-9660 format disc
  65.    on my CD-ROM drive although it is ready?
  66. A. Your CD-ROM drive might work on PIO mode zero only. When your PC
  67.    system is configured in a faster IDE interface mode, this CD-ROM
  68.    drive might get this kind of communication problem. The solution
  69.    will be that you have to turn down the interface speed between
  70.    the CD-ROM drive and your PC system through BIOS or interface
  71.    card setting. After the configuration is changed, you need to
  72.    reboot the system.
  73.  
  74. Q. Why is it slow to read files for my CD-ROM. How to get it faster?
  75. A. The MSCDEX.EXE allocates memory for caching information on the
  76.    CD-ROM. You can set the /M:<value> to determine how many sector
  77.    buffers MSCDEX allocates when it installs itself. Typically, each
  78.    drive should have a minimum 4-5 buffers per drive and the higher
  79.    this value is, the better the drive performance would be.
  80.  
  81. Q. I have an enhanced IDE card with two ports, but I cannot install the
  82.    CD-ROM drive on the secondary port properly.
  83. A. The secondary port on some enhanced IDE card (eg. CMD0640x) is left
  84.    un-opened when the PC system is initially powered on. Under such a
  85.    condition, the CD-ROM device driver will not act stably when this
  86.    CD-ROM drive installed. To resolve this problem, you can install
  87.    the device driver bundled with your enhanced IDE card to open the
  88.    secondary port.
  89.  
  90. Q. The SKIP button doesn't skip while a 'CD PLAYER' like program is
  91.    playing.
  92. A. Based upon the design philosophy of this CD-ROM drive, the application
  93.    program has a higher priority than the manual pressing buttons so
  94.    that the interference between "manual pressing button" and
  95.    "application program" can be avoided. Therefore, during play under
  96.    application program, the CD-ROM drive will not respond when the
  97.    "SKIP" button is pressed. Besides, the tray will be opened when the
  98.    "STOP" button is pressed.
  99.  
  100.