CS4232 665 B

1234567891011121314151617181920212223
  1. To configure the Crystal CS423x sound chip and activate its DSP functions,
  2. modules may be loaded in this order:
  3. modprobe sound
  4. insmod ad1848
  5. insmod uart401
  6. insmod cs4232 io=* irq=* dma=* dma2=*
  7. This is the meaning of the parameters:
  8. io--I/O address of the Windows Sound System (normally 0x534)
  9. irq--IRQ of this device
  10. dma and dma2--DMA channels (DMA2 may be 0)
  11. On some cards, the board attempts to do non-PnP setup, and fails. If you
  12. have problems, use Linux' PnP facilities.
  13. To get MIDI facilities add
  14. insmod opl3 io=*
  15. where "io" is the I/O address of the OPL3 synthesizer. This will be shown
  16. in /proc/sys/pnp and is normally 0x388.