home *** CD-ROM | disk | FTP | other *** search
/ Software One-Stop 3 / BOOTCDROM.iso / install / cdrom / 625e / readme next >
Encoding:
Text File  |  1995-04-26  |  3.9 KB  |  89 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]
  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.      For example,  when eight drives are installed, the command
  24.      line in the CONFIG.SYS file could be entered as follows:
  25.  
  26.      DEVICE=VIDE-CDD.SYS /D:MSCD001 /P:1f0,14 /P:170,15 /P:1e8,12 /P:168,10
  27.  
  28.      NOTE:
  29.  
  30.     Our device driver will automatically search the drives for 4 ports
  31.      up to 8 drives, and the ports are 0x1f0, 0x170, 0x1e8 and 0x168 with
  32.      interrupt number 14, 15, 12 and 10 as default, respectively. If your
  33.      IDE ports and their respective interrupt numbers are the same as
  34.      those mentioned above, you don't have to specify them verbosely.
  35.  
  36. ---------------------------------------------------------------------------
  37.  
  38.     To enable the CD-ROM drive to read CD-ROM discs using the High
  39.      Sierra or ISO 9660 format, you not only need to install the CD-ROM
  40.      device driver, but also need to insert the following line into your
  41.      AUTOEXEC.BAT file:
  42.  
  43.      MSCDEX /D:MSCD001
  44.  
  45.     To have a detail knowledge about the MSCDEX.EXE program, please
  46.      refer to MS-DOS user manual.
  47.  
  48.  
  49. =======================================================================
  50.     F r e q u e n t l y    A s k e d    Q u e s t i o n
  51. =======================================================================
  52.  
  53. Q. Why cannot I do a directory (dir) on a good ISO-9660 format disc
  54.    on my CD-ROM drive although it is ready?
  55. A. Your CD-ROM drive might work on PIO mode zero only. When your PC
  56.    system is configured in a faster IDE interface mode, this CD-ROM
  57.    drive might get this kind of communication problem. The solution
  58.    will be that you have to turn down the the interface speed
  59.    between the CD-ROM drive and your PC system through BIOS or
  60.    interface card setting. After the configuration is changed, you
  61.    need to reboot the system.
  62.  
  63. Q. Why is it slow to read files for my CD-ROM. How to get it faster?
  64. A. The MSCDEX.EXE allocates memory for caching information on the
  65.    CD-ROM. You can set the /M:<value> to determine how many sector
  66.    buffers MSCDEX allocates when it installs itself. Typically, each
  67.    drive should have a minimum 4-5 buffers per drive and the higher
  68.    this value is, the better the drive performance would be.
  69.  
  70. Q. I have an enhanced IDE card with two ports, but I cannot install the
  71.    CD-ROM drive on the secondary port properly.
  72. A. The secondary port on some enhanced IDE card (eg. CMD0640x) is left
  73.    un-opened when the PC system is initially powered on. Under such a
  74.    condition, the CD-ROM device driver will not act stably when this
  75.    CD-ROM drive installed. To resolve this problem, you can install
  76.    the device driver bundled with your enhanced IDE card to open the
  77.    secondary port.
  78.  
  79. Q. The SKIP button doesn't skip while a 'CD PLAYER' like program is
  80.    playing.
  81. A. Based upon the design philosophy of this CD-ROM drive, the application
  82.    program has a higher priority than the manual pressing buttons so
  83.    that the interference between "manual pressing button" and
  84.    "application program" can be avoided. Therefore, during play under
  85.    application program, the CD-ROM drive will not respond when the
  86.    "SKIP" button is pressed. Besides, the tray will be opened when the
  87.    "STOP" button is pressed.
  88.  
  89.