home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t117 / 1.ddi / CDROM / SONY / READ.ME < prev    next >
Encoding:
Text File  |  1994-04-06  |  7.1 KB  |  158 lines

  1. ****** Information for custom setting the driver ******
  2. ****** for the Double Speed SONY CDU33A series.  ******
  3.  
  4. The followings show you how to install CD-ROM device driver software in
  5. comfig.sys
  6.  
  7. You need to go through the followings to install the CD-ROM software
  8. only if you are installing a new CD-ROM drive.
  9.  
  10. If you are simply connecting an existing CD-ROM drive to our sound card with
  11. pre-installed device driver software, skip the following sections. You should
  12. be able to use your existing CD-ROM drive after it is physically connected to
  13. our card with the proper I/O address selected. (See usermanual, Sec 1-3)
  14.  
  15.     NOTE:
  16.         The file MSCDEX.EXE is not furnished unless the card is bundled with a
  17.         CD-ROM drive supplied by us. Automatic CD-ROM software installation by
  18.         running SETUP.EXE will fail without this file. You may obtain this file
  19.         from your CD-ROM drive supplier, or, if you have DOS version 6.0 or up,
  20.         obtain the file from the operating system. Once you secure the MSCDEX.EXE,
  21.         you may copy this file to the subdirectory \CDROM\SONY, and then follow
  22.         instructions to automatically or manually install the CD-ROM software.
  23.  
  24.         Put the diskette into your floppy drive, change driver to drive A or B.
  25.         At the system prompt, change the directory by entering:
  26.  
  27.         A:\>cd \CDROM\SONY                      [Enter]
  28.         or
  29.         B:\>cd \CDROM\SONY                      [Enter]
  30.  
  31.         ,depending on which drive you use. An installation routine SETUP.EXE has
  32.         been provided to assist you installing the software. Assuming you are in
  33.         A, enter:
  34.  
  35.         A:\CDROM\SONY>SETUP                     [Enter]
  36.  
  37.         This program will guide you step by step to setup CD-ROM device driver
  38.         parameters. Please refer to the section below to learn more about how to
  39.         change device driver parameters.
  40.  
  41. You may manually install the driver, by completing the following steps:
  42.  
  43. Step 1. Use any text editor to add the following two lines to the file
  44.         "CONFIG.SYS" under your boot hard disk root-directory (Drive C in
  45.         general).
  46.  
  47.         Device=[drive:]\DEV\ SLCD.SYS [/B:xxx] [/D:device name]
  48.         LASTDRIVE = drive letter
  49.  
  50.         /B:xxx
  51.             xxx is the I/O port address as set on S1 of the sound card. The
  52.             default is 320H.
  53.  
  54.         /D:device name
  55.             specifies device driver name that is used by the Microsoft MS-
  56.             DOS CD-ROM extension file as MSCDEX. MSCD000 is the commonly
  57.             used device driver name, when none is specified.
  58.  
  59.         /Lastdrive:=drive letter
  60.             Enter the proper drive letter name according to your system
  61.             configuration. For example, if you already have 3 hard drives,
  62.             use "f". If this qualifier is not specified, the default used by
  63.             DOS is "e".
  64.  
  65. Step 2. Add the following line to the file "AUTOEXEC.BAT" under your boot
  66.         hard disk root-directory (Drive C in general).
  67.  
  68.         [drive:][path] MSCDEX [/D:device name] [/M:n] [/E] [/V] [/L:drive letter]
  69.  
  70.         NOTE:
  71.            The actual MSCDEX.EXE command line in the autoexec.bat file is not
  72.            truncated and should be placed entirely on one line.
  73.  
  74.         [drive:][path] MSCDEX.EXE
  75.            Specifies the location (drive and directory) of the MSCDEX.EXE file.
  76.            The default setting is the BIN directory of the boot drive
  77.  
  78.            /D:device name
  79.                Specifies the name of the CD-ROM drive (8 characters maximum).
  80.                This must be identical to the device name specified in the
  81.                device driver in the CONFIG.SYS file. For example:
  82.  
  83.                C:\BIN\MSCDEX.EXE  /D:MSCD000
  84.  
  85.            [/M:n]
  86.                Specifies the number of sector buffers for temporary storage of
  87.                the most recent disc data. For example to specify ten sector
  88.                buffers you would use:
  89.  
  90.                C:\BIN\MSCDEX.EXE  /D:MSCD000  /M:10
  91.  
  92.                The installation program will set this value to 10.
  93.                The default value is 4.
  94.  
  95.                NOTE:
  96.                  The greater this value , the better the CD-ROM drive will
  97.                  perform. However, each buffer uses about 2K of memory and
  98.                  specifying too many buffers may slow down computer operation
  99.                  or interfere with other programs which have large memory usage
  100.                  requirements. Using expanded memory (see the /E option in this
  101.                  section) or loading MSCDEX.EXE into high memory (refer to your
  102.                  MS-DOS Users Manual or Memory Manager Users Manual) may allow
  103.                  you to specify a larger number of buffers to enhance CD-ROM
  104.                  performance and operate programs with large memory usage
  105.                  requirements simultaneously.
  106.  
  107.           [/E]
  108.                  Instructs the computer to use expanded memory, if available. For
  109.                  example:
  110.  
  111.                  C:\BIN\MSCDEX.EXE  /D:MSCD000  /E
  112.  
  113.                  Note that you must first load an expanded memory driver before
  114.                  using this option. If no expanded memory driver is load, the
  115.                  following error message appears:
  116.  
  117.                  Expanded memory not present or not usable
  118.  
  119.           [/V]
  120.                  Instructs the computer to display a summary of RAM allocation
  121.                  and expanded memory usage at booting. For Example, specifying:
  122.  
  123.                  C:\BIN\MSCDEX.EXE  /D:MSCD000  /V
  124.  
  125.                  will cause the computer to display memory information in the
  126.                  following format:
  127.  
  128.  
  129.                  5556864         bytes free memory
  130.                  0               bytes expanded memory
  131.                  12752           bytes CODE
  132.                  1712            bytes static DATA
  133.                  12618           bytes dynamic DATA
  134.                  27344           bytes used
  135.  
  136.           [/L:drive letter]
  137.                  Specifies the drive letter to be assigned to the first CD-ROM
  138.                  drive. Do not assign a letter already used by an existing drive
  139.                  or the computer will be unable to access the CD-ROM drive. For
  140.                  example, you might use:
  141.  
  142.                  C:\BIN\MSCDEX.EXE  /D:MSCD000  /L:f
  143.  
  144.                  Normally, the CD-ROM drive is assigned the next available
  145.                  drive letter on the computer after the floppy drives, hard
  146.                  drives, RAM drives, etc. Therefore you only need to use this
  147.                  option if it is necessary to assign a drive letter beyond the
  148.                  last letter in use.
  149.  
  150. Step 3. Create two sub-directory BIN & DEV under the root directory on your
  151.         boot hard disk ( drive C in general ). Copy both files CDMKE.SYS to
  152.         the subdirectory BIN & MSCDEX.EXE to the subdirectory DEV from
  153.         the subdirectory \CDROM\SONY on the floppy diskette.
  154.  
  155.     If you are installing the CD-ROM drive in a networked system, please consult
  156.     your system manager or system setup for proper drive specifications in
  157.     Step 1 to Step 3.
  158.