home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oscmmsb.txt < prev    next >
Text File  |  1996-11-12  |  5KB  |  149 lines

  1. OSCMMSB - SOUND BLASTER SETUP IN WIN-OS/2 OF OS/2 WARP
  2. 01/29/96
  3.  
  4. =======================================================================
  5.              Sound Blaster Setup in WIN-OS/2 of OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. This document describes how to set up the Sound Blaster card for 
  14. WIN-OS/2.
  15.  
  16. RESOLUTION
  17.  
  18. Before starting this setup, make sure you have the latest Windows 
  19. drivers from the respective manufacturer. Windows and DOS drivers are 
  20. not compatible with OS/2 Warp.
  21.  
  22. DOS Installation
  23. ----------------
  24. Open a DOS Full Screen session and run the installation that came with 
  25. the Sound Blaster card.
  26.  
  27. The directory that gets created depends on the Sound Blaster card you 
  28. have. In our example, it is the Sound Blaster Pro Micro Channel. The 
  29. installation routines say the AUTOEXEC.BAT and CONFIG.SYS files will be 
  30. updated. This might or might not happen. Use the following steps to 
  31. update the procedures manually, if needed.
  32.  
  33. 1. You should have an SBPRO directory on the hard disk. Open an OS/2
  34.    window, type E AUTOEXEC.BAT, and press Enter to edit the AUTOEXEC.BAT
  35.    file.
  36.  
  37. 2. Check the file for the following lines. If they are not there, add
  38.    them in the order shown.
  39.  
  40.       SET BLASTER=Axxx Dx Ix Tx
  41.  
  42.    where:
  43.          
  44.       Axxx is the Base I/O address for the sound card.
  45.       Dx   is the DMA channel for the sound card.
  46.       Ix   is the IRQ value for the sound card.
  47.       Tx   is the revision level of the sound card (check manual)
  48.  
  49.    If MMPM/2 is installed, make sure you are using the latest drivers
  50.    and also the same I/O, IRQ, and DMA values specified in the MMPM/2
  51.    device-driver statement. In the following, x is the drive where
  52.    SBPRO files are located.
  53.  
  54.       SET SOUND=x:\
  55.       x:\SBPRO\SBP-SET /M:12 /VOC:12 /CD:12 /FM:12 /LINE:12
  56.  
  57. You should now have sound support in your DOS session. Refer to the 
  58. Sound Blaster documentation for the correct line statements in your 
  59. AUTOEXEC.BAT file.
  60.  
  61. WIN-OS/2 Sound Support
  62. ----------------------
  63. 1. Make sure you get the latest WINDOWS drivers for your sound card.
  64.    The drivers are available from the Creative Labs BBS.
  65.  
  66. 2. Run the installation for the latest drivers. You might be asked to
  67.    provide the path of your Windows directory. In OS/2 2.1, for example,
  68.    the path is C:\OS2\MDOS\WINOS2.
  69.  
  70.    The installation process updates the SYSTEM.INI file in the
  71.    OS2\MDOS\WINOS2 directory.
  72.  
  73.    In the following, the Sound Blaster Pro Micro Channel and the Sound
  74.    Blaster 16 cards are used as examples.
  75.  
  76. 3. Open an OS2 Window and go to the OS2\MDOS\WINOS2 directory. Type
  77.    E SYSTEM.INI and press Enter.
  78.  
  79. 4. Go to the section marked [drivers] and make sure you have the
  80.    following statements:
  81.  
  82.    a. For a Sound Blaster Pro Micro Channel card:
  83.  
  84.          Aux=sbpaux.drv
  85.          Wave=spmcvsnd.drv
  86.          MIDI=sbp2fm.drv
  87.          MIDI1=spmcvsnd.drv
  88.  
  89.    b. For a Sound Blaster 16 card:
  90.  
  91.          Aux=sb16aux.drv
  92.          Wave=sb16snd.drv
  93.          MIDI=sb16fm.drv
  94.  
  95.    Note: Make sure these drivers are in the OS2\MDOS\WINOS2\SYSTEM
  96.          directory.
  97.  
  98. 5. Go to the section marked [sndblst.drv] and make sure you have the
  99.    following statements:
  100.  
  101.    a. For a Sound Blaster Pro Micro Channel card:
  102.  
  103.          Port=xxx
  104.          Int=y
  105.          DmaChannel=z
  106.  
  107.       where:
  108.  
  109.          xxx  is the base I/O address.
  110.          y    is the IRQ value.
  111.          z    is the DMA channel.
  112.  
  113.       If MMPM/2 is installed, make sure you are using the latest MMPM/2
  114.       drivers for the sound card and also the same IRQ, I/O, and DMA
  115.       values.
  116.  
  117.    b. For a Sound Blaster 16 card:
  118.  
  119.          Port=xxx
  120.          MidiPort=330
  121.          Int=y
  122.          DmaChannel=z
  123.          HDmaChannel=n
  124.  
  125.       where:
  126.  
  127.          xxx is the base I/O address.
  128.          MidiPort=330 is standard; it can be changed to 300.
  129.          y   is the IRQ value.
  130.          z   is the 8-bit DMA channel.
  131.          n   is the 16-bit DMA channel.
  132.  
  133.       Make sure SNDBLSTR.DRV is in the OS2\MDOS\WINOS2\SYSTEM directory.
  134.  
  135. You should now have sound support in WIN-OS/2.
  136.  
  137. Note: Files on the Creative Labs BBS are subject to change. Please
  138.       contact them directly for information about files on their BBS.
  139.  
  140. ______________________________________________________________________
  141. IBM disclaims all warranties, whether express or implied, including 
  142. without limitation, warranties of fitness and merchantability with 
  143. respect to the information in this document. By furnishing this 
  144. document, IBM grants no licenses to any related patents or copyrights.  
  145. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  146. or brand names referenced in this document are the property of their 
  147. respective owners. Consult your product manuals for complete trademark 
  148. information. 
  149.