



Code: Select all
aliase snd-opl3sa2
options snd-opl3sa3
snd_port=0x370 \
snd_sb_port=0x220 \
snd_wss_port=0x530 \
snd_midi_port=0x330 \
snd_fm_port=0x388\
snd_irq=7 \
snd_dma1=1 \
snd_dma2=0 \
snd_isapnp=0
and to get it to work I used:WSS I/O Address = 530H
SBPro I/O Address = 220H
Synthesizer I/O Address =388H
WSS & SBPro && MPU401 IRQ Level = IRQ 5
WSS (Play) DMA = Channel 1
WSS (Rec.) & SBPro DMA = Channel 0
Control I/O Address =370H
MPU 401 (MIDI I/F) = 330H
Code: Select all
modprobe snd-opl3sa2 isapnp=0 port=0x538 sb_port=0x220 wss_port=0x530 midi_port=0x388 fm_port=0x530 irq=5 dma1=1 dma2=0