home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmmsndf.txt < prev    next >
Text File  |  1997-03-16  |  3KB  |  76 lines

  1. OSMMSNDF - SOUND FILES DO NOT PLAY TO COMPLETION IN OS/2 2.1, OS/2 2.11
  2. 02/05/96
  3.  
  4. =======================================================================
  5.     Sound Files Do Not Play to Completion in OS/2 2.1 and OS/2 2.11
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. One of the following occurs:
  14.  
  15. * Sound starts OK, but does end successfully.
  16.  
  17. * Sound starts OK in one session, but does not continue when sessions
  18.   are switched.
  19.  
  20. * Sound repeats when it shouldn't.
  21.  
  22. RESOLUTION
  23.  
  24. Make sure the interrupt level, I/O addresses, and DMA channel for the 
  25. sound adapter match the values in the CONFIG.SYS files, and that these 
  26. values do not conflict with values of other adapters in the system.
  27.  
  28. Sound Blaster adapters have jumper-selectable interrupt levels, I/O 
  29. addresses, and DMA channels. For the device driver and adapter to be 
  30. synchronized, the CONFIG.SYS file parameters must be set to match the 
  31. jumper settings.
  32.  
  33. Details about jumper selections are in the documentation that comes 
  34. with the adapter.
  35.  
  36. For an 8-bit sound adapter, a DEVICE statement in the CONFIG.SYS file 
  37. might look like the this:
  38.  
  39.    DEVICE=C:\MMOS2\SBXXXXX.SYS 1 1 5 220 4 /N:MYDEVICE /Q
  40.  
  41. The general format of the statement is:
  42.  
  43.    DEVICE=C:\MMOS2\SBXXXXX.SYS audio dma int ioaddr buffsize 
  44.      /N:ddname /?
  45.  
  46. Where:
  47.  
  48.    audio    = Audio device number; usually 1.
  49.  
  50.    dma      = DMA Channel used by the SB card; usually 1.
  51.  
  52.    int      = Interrupt Level used by the SB card; usually 5 or 7.
  53.  
  54.    ioaddr   = I/O Address used by the SB card; usually 220.
  55.  
  56.    buffsize = I/O Buffer size in KB; usually 4.
  57.  
  58.    ddname   = Device driver name used by the MMPM/2 audio subsystem.
  59.  
  60.    ?         = /Q for quiet mode (no error messages displayed), or
  61.                /V for view mode (error messages displayed)
  62.  
  63. Note: The DSP level of the adapter must be 2.0 or greater. The level
  64.       can be verified by running test programs, such as TESTPMCV.EXE,
  65.       that are shipped with the hardware.
  66.  
  67. ______________________________________________________________________
  68. IBM disclaims all warranties, whether express or implied, including 
  69. without limitation, warranties of fitness and merchantability with 
  70. respect to the information in this document. By furnishing this 
  71. document, IBM grants no licenses to any related patents or copyrights.  
  72. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  73. or brand names referenced in this document are the property of their 
  74. respective owners. Consult your product manuals for complete trademark 
  75. information.
  76.