home *** CD-ROM | disk | FTP | other *** search
/ Software One-Stop 3 / BOOTCDROM.iso / install / cdrom / mit_ide / readmea.eng < prev    next >
Encoding:
Text File  |  1995-10-24  |  8.0 KB  |  194 lines

  1.  
  2.                   =========================================
  3.                   |   SOFTWARE INSTALLATION PROCEDURES    |
  4.                   =========================================
  5.  
  6.       To install your CD-ROM drive for use with MS-DOS, you need:
  7.  
  8.       * An  IBM personal computer  or  compatible  with 80386  or  later
  9.         processor chip and a minimum of 640K of conventional memory.
  10.       * A CD-ROM drive (included).
  11.       * CD-ROM installation disk (included).
  12.       * MS-DOS Version 3.1 or later.
  13.       * Microsoft MS-DOS CD-ROM Extensions(MSCDEX.EXE).
  14.  
  15.       Note: Microsoft MS-DOS CD-ROM Extensions(MSCDEX.EXE)  enables  the
  16.             computer to access the CD-ROM drive.   MSCDEX.EXE must exist
  17.             in your system in advance.
  18.  
  19.                   ------------------------------------------
  20.                   |   WHAT'S ON THE INSTALLATION DISK?     |
  21.                   ------------------------------------------
  22.  
  23.       The installation disk contains  all the software needed to install
  24.       and  operate  the  CD-ROM.  A  list  of  the  files  and  a  brief
  25.       description of each follows:
  26.  
  27.       MTMCDAI.SYS     CD-ROM device driver.
  28.       MTMCDAI.386     Windows virtual device driver.
  29.       SETUPD.EXE      CD-ROM installation program which tells the CD-ROM
  30.                       driver how you want it organized.
  31.       READMEA.ENG     Text file is written by English. (This text file.)
  32.  
  33.                 ----------------------------------------------
  34.                 |     CD-ROM DEVICE DRIVER INSTALLATION      |
  35.                 ----------------------------------------------
  36.  
  37.       Certain software programs  must be loaded in order to access a CD-
  38.       ROM disc  in your CD-ROM drive  as  if it were an MS-DOS formatted
  39.       disk. The CD-ROM software files must be properly installed in your
  40.       computer before the CD-ROM drive can read a CD-ROM disc.
  41.  
  42.       The procedure for installation is as follow:
  43.  
  44.       1. Insert the supplied installation disk into drive A (or B).
  45.  
  46.       2. Type A: (or B:) and press ENTER to select drive A (or B).
  47.  
  48.       3. At the DOS prompt A:\ (or B:\), type SETUPD and press ENTER.
  49.          (Run the program SETUPD.EXE on the disk.)
  50.  
  51.       4. Follow the instructions on the screen.
  52.  
  53.       5. Reboot your system when it completes successfully.
  54.  
  55.                        --------------------------------
  56.                        |   DEVICE DRIVER PARAMETERS   |
  57.                        --------------------------------
  58.  
  59.       The MTMCDAI.SYS file is device driver that can be installed in the
  60.       directory of your choice. The CONFIG.SYS file specifies this file,
  61.       thereby allowing your computer to identify  and operate the CD-ROM
  62.       drive. This device driver can support up to 8 drives.
  63.  
  64.       Most computers will function adequately  with most of the  default
  65.       settings for this file.   However,  there are some parameters that
  66.       can be changed, if necessary.  This section explains  the function
  67.       of each parameter. Use a text editor, such as MS-DOS "EDLIN",  or
  68.       "EDIT" to modify the appropriate line in your CONFIG.SYS file.
  69.  
  70.       For the MTMCDAI.SYS device driver,  the line  in CONFIG.SYS is  in
  71.       the following format.
  72.  
  73.               DEVICE=[drive:][path]MTMCDAI.SYS
  74.               /D:device-name [/P:xxx,yy] [/A:n] [/U:n] [/L:xx]
  75.  
  76.       Note: The actual device driver entry is not  truncated  and should
  77.             be placed entirely on one line in the CONFIG.SYS file.
  78.  
  79.       [drive:][path]MTMCDAI.SYS
  80.           Specifies  the location (drive and directory) and  name of the
  81.           device driver file.
  82.  
  83.       /D:device-name
  84.           Specifies  the device name  of  the CD-ROM drive (8 characters
  85.           maximum).  This must be identical to the device name specified
  86.           in the MSCDEX.EXE parameters. For example:
  87.  
  88.               DEVICE=C:\MTM\MTMCDAI.SYS /D:MTMIDE01
  89.  
  90.       [/P:xxx,yy]
  91.           Specifies the IDE port that is connected to the drive, and the
  92.           interrupt request.
  93.  
  94.           'xxx' should be the base address of IDE port.
  95.                 xxx = 1f0 : Primary(Channel 1)
  96.                       170 : Secondary(Channel 2)
  97.                       1e8 : Channel 3
  98.                       168 : Channel 4
  99.           'yy' should be the interrupt channel.
  100.                 yy =  14       : Primary(Channel 1)
  101.                       15 or 10 : Secondary(Channel 2)
  102.                       12 or 11 : Channel 3
  103.                       10 or  9 : Channel 4
  104.  
  105.           Only  when the CD-ROM drives are connected to the primary port
  106.           using  interrupt channel 14  and/or  the secondary port  using
  107.           interrupt  channel 15  is  it  unnecessary  to  specify  a  /P
  108.           parameter.
  109.  
  110.           For example,  when eight drives has been connected, the syntax
  111.           in the CONFIG.SYS file should be as follows:
  112.  
  113.               DEVICE=C:\MTM\MTMCDAI.SYS
  114.               /D:MTMIDE01 /P:1f0,14 /P:170,15 /P:1e8,12 /P:168,10
  115.  
  116.           Note: The actual  device driver  entry  is  not truncated  and
  117.                 should be placed entirely  on one line in the CONFIG.SYS
  118.                 file.
  119.  
  120.       [/A:n]
  121.           Specifies the audio play mode.   For a stereo CD, /A:0 or /A:1
  122.           is acceptable. For a monaural CD (left or right channel only),
  123.           /A:1 will play  the monaural audio signal  from both the right
  124.           and the left channels. Default is n=0.
  125.  
  126.       [/U:n]
  127.           Specifies the door lock or unlock.  /U:0 is 'unlock'.  /U:1 is
  128.           'lock'. Default is n=0.
  129.  
  130.       [/L:xx]
  131.           Specifies  the  message language.   Applicable language is  as
  132.           follows:
  133.  
  134.               'xx' = US : English (This is default.)
  135.                      GR : German
  136.                      FR : French
  137.                      SP : Spanish
  138.                      IT : Italian
  139.                      JP : Japanese
  140.  
  141.           If you want English,  you do not have to specify.  If you want
  142.           the other language,  the syntax in the CONFIG.SYS file  should
  143.           be as follows:
  144.  
  145.               DEVICE=C:\MTM\MTMCDAI.SYS /D:MTMIDE01 /L:JP
  146.  
  147.  
  148.                 -------------------------------------------
  149.                 |          REGARDING MTMCDAI.386          |
  150.                 -------------------------------------------
  151.  
  152.       If you use Windows with 32-bit Disk Access enabled, you should use
  153.       MTMCDAI.386 (only same IDE port with hard disk).
  154.       Setup  program  will help you install automatically.
  155.       If  you want to  install  manually,  the following line  should be
  156.       added in [386enh] section of SYSTEM.INI file.
  157.  
  158.               DEVICE=[drive:][path]MTMCDAI.386
  159.  
  160.  
  161.       Known Problem: The this driver  does not work  correctly under the
  162.                      following configuration.
  163.                      * Windows for Workgroups 3.11
  164.                                32-bit Disk Access enable
  165.                                32-bit File Access enable
  166.                      * Compressed hard disk by software (DBLSPACE,STACKER...)
  167.  
  168.                      You should disable either 32-bit Disk Access or
  169.                      32-bit File Access.
  170.  
  171.  
  172.                 -------------------------------------------
  173.                 |          REGARDING SMARTDRV             |
  174.                 -------------------------------------------
  175.  
  176.       SMARTDRV attached to MS-DOS 6.2 (PC-DOS 6.3) or later  is supposed
  177.       to CD-ROM caching.  If CD-ROM caching is enabled,  it is  possible
  178.       that CD-ROM does not work properly.(such as Photo CD)
  179.       In this case,  you should add  the following  /U switch to disable
  180.       CD-ROM caching.
  181.  
  182.               SMARTDRV.EXE /U
  183.  
  184.  
  185.       ------------------------------------------------------------------
  186.  
  187.       Microsoft is a registerd trademark of Microsoft Corporation.
  188.       MS-DOS is a registerd trademark of Microsoft Corporation.
  189.       Windows is a trademark of Microsoft Corporation.
  190.       IBM  is  a registerd trademark  of International Business Machines
  191.       Corporation.
  192.  
  193.                           -----  END OF FILE  -----
  194.