home *** CD-ROM | disk | FTP | other *** search
/ Arawak OS/2 Shareware / PAKLED.ISO / docs / os2cdrom.txt < prev    next >
Text File  |  1993-10-29  |  2KB  |  51 lines

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