Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.9 KiB

  1. What you need to have in order to make your system work
  2. A soundblaster card (or clone) installed, preferably in its
  3. default configuration. (Address 220, Interrupt 7, DMA channel 1)
  4. \NT\DRIVER\SNDBLST.SYS present
  5. \NT\CONFIG\SYSTEM.REG with the line SNDBLST.SYS
  6. This file should not end with CRLF. The easy way to avoid
  7. this is to insert the SNDBLST.SYS line as the NEXT TO last line.
  8. C:\NT\WINDOWS\SYSTEM\MMDRV.DLL present
  9. C:\NT\WINDOWS\SYSTEM\WINMM.DLL present
  10. C:\NT\WINDOWS\SYSTEM\MCISEQ.DLL present (for MIDI)
  11. C:\NT\WINDOWS\SYSTEM\MCICDA.DLL present (for CD Audio)
  12. C:\NT\WINDOWS\SYSTEM\MPLAYER.EXE present (Media player)
  13. C:\NT\WINDOWS\SYSTEM\SOUNDREC.EXE present (Sound recorder)
  14. C:\NT\WINDOWS\SYSTEM\SOUND.CPL present (Control panel applet)
  15. system.ini containing:
  16. ;-----------------------------------------------------------------
  17. ;
  18. ; This section associates a MCI media type with a MCI media driver
  19. ;
  20. [MCI]
  21. WaveAudio=mciwave.dll
  22. Sequencer=mciseq.dll
  23. CDAudio=mcicda.dll
  24. [drivers]
  25. wave=mmdrv.dll
  26. midi=mmdrv.dll
  27. midimapper=midi.cpl
  28. ;-----------------------------------------------------------------
  29. win.ini containing:
  30. ;-----------------------------------------------------------------
  31. [MCI Extensions]
  32. Wav=WaveAudio
  33. rmi=Sequencer
  34. Mid=Sequencer
  35. ;-----------------------------------------------------------------
  36. In addition, you might want to
  37. ERASE c:\nt\windows\MPlayer.INI
  38. as MPlayer can somethimes think that it KNOWS that there are
  39. no drivers of a particular sort on the system, with the result
  40. that it fails to look. A dose of enforced amnesia can help it.
  41. You might want to have some corresponding icons in PROGMAN
  42. (File; New; Program Item; etc)
  43. You do not need a MMDebug section to make your system go, but if
  44. you want to see debug output you could try (in Win.ini)
  45. [MMDebug]
  46. SoundRec=3
  47. MPlayer=3
  48. ; choose a value in the range 0 (no output) to 4 (E-V-E-R-Y-T-H-I-N-G)