home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / sb16sony.zip / READ.ME next >
Text File  |  1994-03-16  |  5KB  |  101 lines

  1. The "SONYBLASTER CD ROM BUNDLE" sold by COMARK/USA FLEX PERIPHERIALS consists
  2. of a Creative Labs Soundblaster 16 card with an integral interface for a SONY
  3. CDU31A CD ROM drive.  Apparently, the CDU31A interface is also compatible
  4. with the CDU33A CD ROM drive.
  5.  
  6. Getting the card and drive up and running under OS/2 2.1 and WINOS2 took me
  7. three days.  My main problems were 1)there was no OS/2 documentation in the
  8. bundle and 2)the diagnostic software (supplied for DOS) was not only unfriendly
  9. and gave erroneous information on interrupt and other conflicts, but frequently
  10. locked up the system to the extent of requiring a re-boot.  My system is now
  11. working fine but SBCONFIG.EXE AND TESTSB16.EXE (supplied with the installation
  12. software) still indicate problems.
  13.  
  14. My Soundblaster 16/SONY CD ROM works fine now in both OS/2 2.1 and WINOS2.
  15. Here is a procedure that may save you some time:
  16.  
  17. 1.  Install the Soundblaster card with the default settings.
  18. 2.  Install the DOS software from the installation diskettes.  It will add
  19.     some lines to your AUTOEXEC.BAT file which are necessary for WINOS2.
  20. 3.  Open the OS/2 SYSTEM SETUP folder and bring up SELECTIVE INSTALL.  In
  21.     the list of types of CD ROM select OTHER and follow the directions.
  22. 4.  Run the MINSTALL program from the OS/2 Multimedia diskettes supplied
  23.     with OS/2 2.1 and select the SOUNDBLASTER PRO 16 (I think this is a
  24.     misprint since it works for the Soundblaster 16).  You will be offered
  25.     the opportunity to select parameters for base address, interrupt, etc.
  26.     Be sure that the same conditions are selected for this as are selected
  27.     on your Soundblaster card.
  28.  
  29. Now you must do some fiddling.  The SONY driver supplied with the hardware
  30. is a Beta version (SONYB31A.ADD).  A newer version is supplied here in this
  31. bundle (SONY31A.ADD).  It must be copied to the C:\OS2 directory and the
  32. line BASEDEV=SONY31A.ADD /A:0 /P230 added to your CONFIG.SYS file as shown
  33. below.  Be sure to check this if you have CD ROM problems; some of the 
  34. installation software may have arbitrarily changed the /P230 (Base Address)
  35. parameter to /P330. If this happens, OS/2 will be unable to find the CD ROM
  36. drive (drive D: on my system).
  37.  
  38. After re-booting to put the new drivers in place, OS/2 should be happy with
  39. both the sound card and the CD ROM.  This will be indicated by the "CHARGE"
  40. fanfare on boot and the "APPLAUSE" on shut down.  My sounds were "cut off"
  41. but Terry Roller's tips (downloaded from the OS/2 Shareware BB) suggested
  42. changing the "8" to a "2" in the CONFIG.SYS line:
  43.  
  44.                  DEVICE=C:\MMOS2\SB16D2.SYS 1 1 5 5 220 8 /N:SBAud1$
  45.  
  46. The new line is:
  47.  
  48.                  DEVICE=C:\MMOS2\SB16D2.SYS 1 1 5 5 220 2 /N:SBAud1$
  49.  
  50. And it worked!
  51.  
  52.  
  53. Here is a copy of the Soundblaster 16 and SONY CDU33A section of my
  54. CONFIG.SYS file:
  55.  
  56. REM -----------------------------------------------------------------
  57. REM                                   SB16 Drivers
  58. REM -----------------------------------------------------------------
  59. REM                           *** Set by MINSTALL ***
  60. REM
  61. DEVICE=C:\MMOS2\SB16D2.SYS 1 1 5 5 220 2 /N:SBAud1$
  62. DEVICE=C:\MMOS2\AUDIOVDD.SYS SBAud1$
  63. SET MMBASE=C:\MMOS2;
  64. SET DSPPATH=C:\MMOS2\DSP;
  65. SET NCDEBUG=4000
  66. DEVICE=C:\MMOS2\SSMDD.SYS
  67. DEVICE=C:\MMOS2\ADSHDD.SYS
  68. REM
  69. REM -----------------------------------------------------------------
  70. REM                             End of SB16 Drivers
  71. REM -----------------------------------------------------------------
  72. REM -----------------------------------------------------------------
  73. REM                               CD ROM Drivers
  74. REM -----------------------------------------------------------------
  75. BASEDEV=SONY31A.ADD /A:0 /P:0230
  76. DEVICE=C:\OS2\OS2CDROM.DMD /Q
  77. IFS=C:\OS2\CDFS.IFS /Q
  78. BASEDEV=OS2SCSI.DMD
  79. DEVICE=C:\OS2\MDOS\VCDROM.SYS
  80. REM -----------------------------------------------------------------
  81. REM                              End of CD ROM Drivers
  82. REM -----------------------------------------------------------------
  83.  
  84.  
  85. Now for WINOS2.
  86.  
  87. 1.  Bring up WINOS2 in a full screen.  You will be asked if you want to run
  88.     WINSETUP.  Do it.
  89.  
  90. 2.  Now run the SBPMIDI.EXE program (included in this bundle) on a diskette
  91.     which will self extract some drivers and instructions.  Follow the 
  92.     instructions which call for removal of the Voyetra FM synthesis driver
  93.     and its replacement.
  94.  
  95. 3.  Exit and bring up WINOS2 again and you should be in business.  Try out
  96.     the MIDI tunes in the \sb16\playmidi directory.
  97.  
  98. If there is still a problem, call Creative Labs help line (405) 742-6622.
  99. All of their Tech. Reps. are not familiar with OS/2 so if you leave a 
  100. message that you are having an OS/2 problem, you should get a call from
  101. someone familiar with OS/2.