home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmmclpr.txt < prev    next >
Text File  |  1996-12-30  |  4KB  |  104 lines

  1. OSMMCLPR - PARAMETERS FOR NEW CREATIVE LABS AUDIO DRIVERS IN OS/2 WARP 4
  2. 10/23/96
  3. =======================================================================
  4.                Parameters for New Creative Labs Audio Drivers in OS/2 Warp 4
  5. =======================================================================
  6.  
  7. Please Read Entire Document for Full Explanation of Procedures
  8. --------------------------------------------------------------
  9.  
  10. DESCRIPTION
  11.  
  12. Due to changes in the drivers for Creative Labs audio cards, new 
  13. documentation is needed to address the OS/2 Warp 4 multimedia drivers 
  14. for Creative Labs sound cards.
  15.  
  16. RESOLUTION
  17.  
  18. The new drivers use a different command line syntax from the original 
  19. Sound Blaster drivers installed with OS/2 Warp 3.0. The new device 
  20. driver syntax is as follows:
  21.  
  22. DEVICE=<path>\SB16D2.SYS /C:n /D:n /H:n /I:x /A:xxx /B:n /M:xxx 
  23. /N:SBAUD1$ [/Q] [/EXT]
  24.  
  25. Following is a description of each of the parameters:      
  26.  
  27. /C:   This sets the card number, usually 1
  28.  
  29. /D:   8-bit, or low, DMA channel
  30.       Valid values - 0, 1, and 3
  31.       (Sound Blaster cards that use Vibra chipset do not have 0).
  32.       Default value - 1
  33.  
  34. /H:   16-bit, or high, DMA channel
  35.       Valid values - 5, 6, and 7
  36.       (Sound Blaster cards that use Vibra chipset do not have 6).
  37.       Default value - 5
  38.  
  39. /I:   IRQ number,
  40.       Valid values - 5, 7, 9, 10, and 11
  41.       Default IRQ - 5
  42.  
  43. /A:   Base I/O address,
  44.       Valid values - 220, 240, 260, and 280
  45.       Default value - 220
  46.  
  47. /B:   Buffer size in KB,
  48.       Valid values - 1-24. While any value in this range will work
  49.       fine, for best results don't use this option; let
  50.       the driver use the default buffer size.
  51.       Default value - 8 KB
  52.  
  53. /M:   MPU-401, or MIDI, port address
  54.       Valid values - 300 and 330
  55.       Default value - 330
  56.  
  57. /N:   driver name, set this to SBAUD1$
  58.  
  59. /Q    Quiet mode flag, OPTIONAL
  60.       Setting this option disables all initialization messages.
  61.       If not specified, the initialization messages are displayed
  62.       during startup.
  63.  
  64. /EXT  This tells the driver to use an external MPU-401 port instead of 
  65.       the internal synthesizer. By default, the drivers are configured 
  66.       to use the internal synthesizer. However, if you have a 
  67.       daughterboard attached to your Sound Blaster card and you want
  68.       MIDI playback to use the synthesizer in the daughterboard,
  69.       specify this flag.
  70.  
  71. /P    Ignore Plug and Play BIOS if it is present. If Plug and Play BIOS 
  72.       is present, the driver usually queries the BIOS for certain PnP 
  73.       port addresses. Specifying this option causes the driver not to
  74.       access the BIOS and determine these port addresses itself.
  75.  
  76. Notes: 1. The new driver does not recognize the old positional syntax.
  77.  
  78.        2. Some Sound Blaster cards do not have 16-bit DMA support. For 
  79.            these cards, the drivers can be configured to use 8-bit DMA 
  80.            channels for 16-bit DMA. Just set the 16-bit DMA Channel 
  81.            parameter(/H:) to use one of the 8-bit
  82.            DMA channels(0, 1 or 3).
  83.  
  84. A sample CONFIG.SYS statement looks like this:
  85.  
  86. DEVICE=C:\SBAWE32\SBAWED2.SYS /C:1 /D:1 /H:5 /I:5 /A:220 /B:8 /M:330 
  87. /N:SBAUD1$
  88.  
  89.  
  90.  
  91. warp4
  92. ______________________________________________________________________
  93. IBM disclaims all warranties, whether express or implied, including 
  94. without limitation, warranties of fitness and merchantability with 
  95. respect to the information in this document. By furnishing this 
  96. document, IBM grants no licenses to any related patents or copyrights.  
  97. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  98. or brand names referenced in this document are the property of their 
  99. respective owners. Consult your product manuals for complete trademark 
  100. information. 
  101.  
  102.  
  103.  
  104.