ultrasound 1.0 KB

123456789101112131415161718192021222324252627282930
  1. modprobe sound
  2. insmod ad1848
  3. insmod gus io=* irq=* dma=* ...
  4. This loads the driver for the Gravis Ultrasound family of sound cards.
  5. The gus module takes the following arguments
  6. io I/O address of the Ultrasound card (eg. io=0x220)
  7. irq IRQ of the Sound Blaster card
  8. dma DMA channel for the Sound Blaster
  9. dma16 2nd DMA channel, only needed for full duplex operation
  10. type 1 for PnP card
  11. gus16 1 for using 16 bit sampling daughter board
  12. no_wave_dma Set to disable DMA usage for wavetable (see note)
  13. db16 ???
  14. no_wave_dma option
  15. This option defaults to a value of 0, which allows the Ultrasound wavetable
  16. DSP to use DMA for playback and downloading samples. This is the same
  17. as the old behaviour. If set to 1, no DMA is needed for downloading samples,
  18. and allows owners of a GUS MAX to make use of simultaneous digital audio
  19. (/dev/dsp), MIDI, and wavetable playback.
  20. If you have problems in recording with GUS MAX, you could try to use
  21. just one 8 bit DMA channel. Recording will not work with one DMA
  22. channel if it's a 16 bit one.