Re: PnP sound card in 2.1.102pre-2

Meelis Roos (mroos@tartu.cyber.ee)
Wed, 20 May 1998 11:44:28 +0300


S> While loading the modules, sb.o reports:
S> init_module: Device or resource busy

S> This is my little script for loading the sound modules (at the shell prompt; the
S> PnP devices are configured by /etc/rc.d/rc.kernel/rc.pnp during startup)
S> insmod sound
S> insmod uart401
S> insmod sb io=0x0220 irq=5 dma=0 dma16=5 mpu_io=0x0330
S> insmod opl3 io=0x0388
S> insmod v_midi

I got the same messages when I had wrong module parameters.
2.1.10x kad changed module parameter names.

This gave me errors:
options -k sb io=0x220 irq=5 dma=1,5
and this didn't:
options sb io=0x220 irq=5 dma=1 dma16=5

-- 
Meelis Roos (mroos@tartu.cyber.ee)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu