home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 17 Fixes30 / 17-Fixes30.zip / lmspbl.txt < prev    next >
Text File  |  1995-01-06  |  1KB  |  37 lines

  1. TITLE: 941201 Philips cdrom causes boot problem if /m parameter used
  2.  
  3. DESCRIPTION OF SYMPTOMS:
  4.  
  5.     After setting the number of 2500 byte CD frame buffers to a value
  6.     greater than the default value, OS2 will not boot. The default value
  7.     is 16, the maximum 26, and the minimum 8. If customer is loading
  8.     the LMS205.ADD driver, the line in config.sys would read
  9.  
  10.               BASEDEV=LMS205.ADD /m:26
  11.  
  12.     to specify 26 2500 byte CD frame buffers.
  13.     With the Philips 206 cdrom, the line would read
  14.  
  15.               BASEDEV=LMS206.ADD /m:
  16.  
  17. SUMMARY OF RESOLUTION:
  18.  
  19.     Change the number of CD frame buffers back to the default value.
  20.  
  21. DETAILS OF RESOLUTION:
  22.  
  23.     Please follow these instructions:
  24.  
  25.     1. Bring up the OS2 config.sys in an editor.
  26.  
  27.     2. Check the config.sys for the statements
  28.  
  29.         BASEDEV=LMS205.ADD /m:26
  30.  
  31.     3. Remove the /m:26 so the line reads
  32.  
  33.         BASEDEV=LMS205.ADD
  34.  
  35.     4. Save the file, shutdown and reboot for the changes to take
  36.        effect.
  37.