home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / scsi / adaptec / os2 / org / os2cdr.txt < prev    next >
Encoding:
Text File  |  1995-03-27  |  1.9 KB  |  50 lines

  1. Instructions for installing non-Toshiba CD-ROM Drives under OS/2 2.0
  2.  
  3. 1) Check the \OS2 directory for the files CDROM.SYS and CDFS.IFS.
  4. If they are not present, run Selective Install and select ALL CD-ROM options.
  5.  
  6. 2) Make a backup copy of the file CDROM.SYS
  7.  
  8. 3) Edit the file CDROM.SYS with DEBUG, either from MS-DOS or a DOS Session 
  9.    under OS/2. Make sure to setup the version of MS-DOS 
  10.    reported to DEBUG if you are running a DOS session under OS/2 2.0.
  11.  
  12. 4) Change to the \OS2 directory of your boot drive.
  13.  
  14. 5) Type DEBUG CDROM.SYS
  15.  
  16. 6) Type D 56A. You should see the string Toshiba starting at this location. 
  17.  If it is NOT there then type D 0 and repeatedly enter D to find the offset.
  18.  
  19. 7) You must now change the "Toshiba" to match the manufacturers 
  20.    identification string. For example if you have an NEC drive you must 
  21.    enter NEC and pad the rest of the 8 characters with blanks (20H).
  22.  
  23. The editing is done as follows :
  24.  
  25.       NEC CD-ROM ---  E 56A 4E 45 43 20 20 20 20 20
  26.       SONY CD-ROM --- E 56A 53 4F 4E 59 20 20 20 20
  27.  
  28. 8) Type D 56A and verify that the string matches the one for your 
  29.    manufacturer. It must be 8 characters long (including blanks) and 
  30.    then be followed by (00H).
  31.  
  32. 9) If it is correct type W and the file will be saved in CDROM.SYS
  33.  
  34. 10) Make sure the following lines are in your CONFIG.SYS
  35.  
  36.       BASEDEV= OS2SCSI.DMD
  37.       DEVICE=C:\OS2\CDROM.SYS /N:4
  38.       DEVICE=C:\OS2\MDOS\VCDROM.SYS
  39.       IFS=C:\OS2\CDFS.IFS
  40.  
  41. 11) Reboot your machine and OS/2 should now be able to access your CD-ROM. 
  42.     Open the "Drives" folder and verify that a new icon is there. You 
  43.     should be able to read all data from the disk but AUDIO commands 
  44.     will NOT work. IBM is working on upgrading CD-ROM support but in the 
  45.     meantime non-Toshiba drives are limited to non-audio commands.
  46.  
  47.  
  48. P.S. For the audio support of the non-Toshiba CD-ROM, see the BETACD.ZIP 
  49.      currently in the OS2 LIB. 
  50.