home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / misc / 40878 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.1 KB

  1. Path: sparky!uunet!gatech!destroyer!news.itd.umich.edu!hosp.med.umich.edu
  2. From: h198@hosp.med.umich.edu  (Gene Mangum)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: SoundBlaster and OS/2 2.1 beta's MMPM/2
  5. Date: Fri, 01 Jan 1993  22:26 EDT
  6. Organization: Univ of Michigan Hospitals
  7. Lines: 14
  8. Distribution: world
  9. Message-ID: <19930101222654.h198@hosp.med.umich.edu>
  10. NNTP-Posting-Host: kestrel.hosp.med.umich.edu
  11. X-Newsreader: FTPNuz (DOS) v1.0
  12.  
  13. I had problems with MMPM/2 on the OS/2 2.1 beta and my SoundBlaster.   The
  14. programs were unable to open the Digital Audio and MIDI devices.   Installing
  15. the drivers from OS2MMPM.ZIP did not help.   I moved the CONFIG.SYS lines
  16. for MMPM/2 to the top of CONFIG.SYS, and now the players and recorders
  17. work great!   Here are the first few lines of my CONFIG.SYS:
  18.  
  19.       IFS=D:\OS2\HPFS.IFS  /CACHE:256 /CRECL:4 /AUTOCHECK:E 
  20.       DEVICE=D:\SBPCD2.SYS /P:240
  21.       DEVICE=G:\MMOS2\SBP2D2.SYS 1 3 5 240 4
  22.       SET MMBASE=G:\MMOS2;
  23.       SET DSPPATH=G:\MMOS2\DSP;
  24.       DEVICE=G:\MMOS2\SSMDD.SYS
  25.       DEVICE=G:\MMOS2\ADSHDD.SYS
  26.       PROTSHELL=D:\OS2\PMSHELL.EXE
  27.