home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / faq / os2_20 / os2help / doscdrom.fax < prev    next >
Encoding:
Text File  |  1992-09-17  |  5.7 KB  |  130 lines

  1. CD-ROM HELP INFORMATION
  2. -----------------------
  3.  
  4. The purpose of this file is to give IBM customers a basic idea of what
  5. is needed to get many of the OS/2 2.0 unsupported CD-ROM drives working.
  6. Note, the following description does not cover all scenerios, just a
  7. brief overview.  This is not a highly detailed explanation of what
  8. do to, and is meant to assist experienced PC users.  Your configuration
  9. may, and probably will, vary.
  10.  
  11. What you will need:
  12. a. A DOS 5.0 bootable diskette or hard drive with the FORMAT command
  13.  in its path.
  14. b. MSCDEX.EXE v2.21, dated 2-4-92, size 25431 bytes. If you do not have
  15.  this file please contact your CD-ROM vendor for it.
  16. c. A CD-ROM driver file for your specific CD-ROM drive, it will have a
  17.  .SYS suffix.  Contact your CD-ROM vendor for this file if you do
  18.   not have it.
  19.  
  20. Please look at the following general steps, your setup my vary:
  21. 1. create a VMB (e.g. DOS 5.0 Boot diskette ). A DOS 5.0 image is
  22.  preferable because of the new MSCDEX.EXE ver 2.21.
  23.  IBM has another FAX which details how to do this called VMB.FAX in
  24.  the internal DOSAP directory.
  25.  Use the FORMAT A: /S command when in real DOS with a blank diskette
  26.  in the A: drive to create a DOS bootable diskette.  Note that you
  27.  cannot issue the FORMAT command from within an OS/2 VDM.
  28.  
  29. 2. On this diskette place the following files as your setup requires:
  30.  a. config.sys
  31.  b. autoexec.bat
  32.  c. command.com (will be included when the DOS Boot diskette is made)
  33.  d. fsfilter.sys (from the \os2\mdos directory)
  34.  e. mscdex.exe (v2.21 which does not require the setver.exe)
  35.  f. the name of the CDROM device driver from your vendor (e.g. IBMCDROM.SYS)
  36.  
  37. 3. These are the following statements you need in your config.sys:
  38.  SHELL=A:\COMMAND.COM /P /E:1024
  39.  DEVICE=A:\FSFILTER.SYS
  40.  LASTDRIVE=Z
  41.  DEVICE=A:\CDROM-Device-Driver-Name-and-Parmeters
  42.   replace the CDROM-Device-Driver-Name-and-Parameters with the
  43.   name of your CD-ROM vendor's driver.  For example:
  44.   DEVICE=A:\IBMCDROM /D:IBMCD001
  45.  
  46. 4. These are the statements you need in your autoexec.bat:
  47.  SET COMSPEC=A:\COMMAND.COM
  48.  PROMPT $P$G
  49.  MSCDEX /D:Specific-Parameters-for-the-CDROM-Drive
  50.   Most often this entry will look similar to MSCDEX /D:IBMCD001
  51.   but may have additional parameters as specified in your
  52.   CD-ROM vendor's documentation.  Call your CD-ROM vendor for
  53.   exact details.  Most often the /D: parameter specifies the
  54.   name of the device driver file from step 3, but not always.
  55.  
  56. 5. Now OPEN the SETTINGS for the VMB program object you created in
  57.  step 1.  Go to the session tab, click on DOS_SETTINGS. Click the
  58.  DOS_STARTUP_DRIVE entry, place the drive letter from which the
  59.  VMB diskette will boot from, or the path and name of the image file
  60.  you may have created using the VMDISK command (see online help for
  61.  that one).  Most often this entry should be:  A:
  62.  Close the settings window(s).
  63.  
  64. 6. Double-click mouse button 1 (left mouse button usually) on that
  65.  VMB program object.  Your drive drive should now boot, or load
  66.  the image file into memory, load all of the drivers, and you'll
  67.  have access to your CD-ROM drive.
  68.  
  69. 7. If this works fine, and you have created a VMB diskette and are using
  70.  that, you can create an IMAGE of the disk to boot from your hard drive.
  71.  Type HELP VMDISK from an OS/2 command prompt for more information.
  72.  You will need to change the DOS_SETTINGS for your program object
  73.  under DOS_STARTUP_DRIVE to point to the path of your newly created
  74.  image file, for example: C:\OS2\CDBOOT.IMG.
  75.  
  76. Good luck!
  77.  
  78. -------------------------------------------------------------
  79. The following information was pulled from online services and
  80. does not represent IBM factual information and is here for
  81. informational purposed only.  IBM cannot and will not answer
  82. questions about the information listed below.  Thanks!
  83. -------------------------------------------------------------
  84. The following is provided for a user who lost their reference book.
  85. Parameters for the SONY 535 CD-ROM drive...
  86.  
  87. In my config.sys I have:
  88.  
  89. DEVICE=C:\CDROM\SONY_CDU.SYS /D:MSCD210  /M:D /T:3 /Q:*
  90.  
  91. the default setup is
  92.  
  93. DEVICE=C:\CDROM\SONY_CDU.SYS /D:MSCD210 /U:1 /B:340 /M:H /Q:* /T:*
  94.  
  95. The /d: is the device name. Must be the same as in MSCDEX
  96. { /U:n }  number of Drive daisy changed. Is optional
  97. {/B:XXX} Base address of CD HOSTADDRE default is 340.
  98. {/M:mode} Mode for data transfer. 'D' for DMA, 'P' for software transfer
  99.       'H' for high speed transfer (fast CPU).
  100.       It says H is default for AT's and up, P is default for XT machines.
  101. {/T:drq} If using DMA, This specifies the DRQ channel number for the Host
  102.    adapter will use. * means don't use.
  103. {/Q:irq} Specifies IRQ channel number to use. * means dont use.
  104.  
  105. In my AUTOEXEC.BAT I have
  106.  
  107.  MSCDEX.EXE /e /D:MSCD210 /M:10 /L:S /V
  108.  
  109. DEFAULT should be
  110.   MSCDEX.EXE /D:MSCD210 /E /M:4 /L:S /V
  111.  
  112. /D: Is the device name. Must match the onein the config.sys
  113. /M:X Species how many DOS buffers to use. The suggested minimum is 4-5
  114. /V says to display informnation about the CD
  115. /L:X  SPECIFIES Which letter to  give to the cd (like c:, D: ...)
  116. /E:  says to use expanded memory.
  117.  
  118. Almost forgot that you need the following line in your config.sys if you
  119. want to use a letter like 's:'
  120.  
  121. LASTDRIVE=W
  122.  
  123. -------------------------------------------------------------------------------
  124. Thank you for calling the OS/2 2.0 Support Line.  Regarding the problem
  125. reported to the Support Line, we feel that this information may assist
  126. you in resoloving your problem.  If you still require assistance, please
  127. call 1-800-237-5511, and reference your customer number and problem (PMR)
  128. number.  Your Problem Record Number (PMR) should appear on the cover
  129. page of this faxed document.
  130.