home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmm0015.txt < prev    next >
Text File  |  1997-03-06  |  3KB  |  105 lines

  1. OSMM0015 - SYSTEM DOES NOT RECOGNIZE CD-ROM DRIVE IN OS/2 2.1 AND
  2.            OS/2 2.11
  3. 01/30/96
  4.  
  5. =======================================================================
  6.    System Does Not Recognize CD-ROM Drive in OS/2 2.1 and OS/2 2.11
  7. =======================================================================
  8.  
  9. Please Read Entire Document for Full Explanation of Procedures
  10. --------------------------------------------------------------
  11.  
  12. DESCRIPTION
  13.  
  14. The following message is received when issuing a command to the CD-ROM 
  15. drive or viewing the drive's returns:
  16.  
  17.    SYS0015: The system cannot find the specified drive.
  18.  
  19. No icon for the CD-ROM drive is displayed.
  20.  
  21. RESOLUTION
  22.  
  23. 1. If the CD-ROM drive is an external drive, make sure it is plugged in
  24.    and turned on.
  25.  
  26.    Note: An external drive must be turned on before the system is
  27.          started.
  28.  
  29. 2. Make sure all cables connected to the drive are securely fastened.
  30.  
  31. 3. Make sure the drive is a SCSI drive. If it is "daisy-chained" to
  32.    another device, it must have a terminator plug.
  33.  
  34. 4. Edit the CONFIG.SYS file and make sure it has the following
  35.    statements:
  36.  
  37.    * For the file system and virtual device driver:
  38.  
  39.         IFS=C:\OS2\CDFS.IFS /Q
  40.         DEVICE=C:\OS2\MDOS\VCDROM.SYS
  41.  
  42.    * For the SCSI devices:
  43.  
  44.         BASEDEV=IBM2SCSI.ADD /LED
  45.         BASEDEV=OS2SCSI.DMD
  46.  
  47.         Note: The ADD file is different, depending on the SCSI adapter
  48.               installed.
  49.  
  50.    * For the Pro AudioSpectrum:
  51.  
  52.         DEVICE=D:\MMOS2\MVPRODD.SYS /I11 /D5  /N:PAS161$
  53.  
  54.    * For the Sound Blaster:
  55.  
  56.         DEVICE=D:\MMOS2\SBP2D2.SYS 1 1 7 240 4 /N:SBAud1$
  57.  
  58.         Note: The driver and parameters differ depending on the Sound
  59.               Blaster card installed.
  60.  
  61.    * For the CD-ROM drive device driver:
  62.  
  63.      - For SCSI drives:
  64.  
  65.           DEVICE=C:\OS2\OS2CDROM.DMD /Q
  66.           BASEDEV=TOSHCDS1.FLT
  67.  
  68.           Note: The FLT file is different depending on which SCSI-1
  69.                 drive is installed. SCSI-2 drives do not require the
  70.                 FLT file.
  71.  
  72.      - For Sound Blaster drives:
  73.  
  74.           DEVICE=C:\OS2\SBPCD2.SYS /P:240
  75.  
  76.      - Sony 31A uses an ADD file.
  77.  
  78.      - For the IBM Portable drive:
  79.  
  80.           BASEDEV=PARCDOS2.ADD
  81.  
  82. 5. Verify that all files specified in the CONFIG.SYS file are present
  83.    on the hard disk. Drivers specified without a path in BASEDEV 
  84.    statements are in the \OS2 directory; those specified without a path
  85.    in DEVICE statements are in the root directory.
  86.  
  87. 6. Check spelling closely. If any file does not exist or is not listed
  88.    in the CONFIG.SYS file, do a Selective Install for OS/2 CD-ROM and
  89.    SCSI support.
  90.  
  91. 7. Rerun any installation instructions that came with the CD-ROM drive
  92.    or controller and adapter cards.
  93.  
  94. 8. Run diagnostic tests of the CD-ROM drive and controller card.
  95.  
  96. ______________________________________________________________________
  97. IBM disclaims all warranties, whether express or implied, including 
  98. without limitation, warranties of fitness and merchantability with 
  99. respect to the information in this document. By furnishing this 
  100. document, IBM grants no licenses to any related patents or copyrights.  
  101. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  102. or brand names referenced in this document are the property of their 
  103. respective owners. Consult your product manuals for complete trademark 
  104. information. 
  105.