On Tue, 05 Apr 2005 14:25, Nick Rout wrote:
> I have a box that has an alsa sound card. It works in knoppix, but I
> suspect that is oss as the modules is called sb, which doesn't sound
> like a alsa module to me.
>
> I have done pnpdump -c > /etc/isapnp.conf
>
> When I start the isapnp service I get this:
>
> serva root # /etc/init.d/isapnp stop start
> * Configuring ISA PnP devices...
> Board 1 has Identity d7 ff ff ff ff 03 00 73 16: ESS0003 Serial No -1
> [checksum d7] ESS0003/-1[0]{ESS ES1869 Plug and Play AudioDrive}: Port
> 0x800; --- Enabled OK ESS0003/-1[1]{ESS ES1869 Plug and Play AudioDrive}:
> Ports 0x220 0x388 0x300; IRQ7 DMA1 DMA0 --- Enabled OK ESS0003/-1[2]{ESS
> ES1869 Plug and Play AudioDrive}: Port 0x201; --- Enabled OK
> [ ok ]
>
> Hwever when I try to load the module all I get is crap:
>
> serva root # modprobe snd-es18xx irq=7 port=0x220 dma1=1 dma2=0
> mpu_port=0x388 fm_port=0x300
>
> FATAL: Error inserting snd_es18xx
> (/lib/modules/2.6.11-gentoo-r5/kernel/sound/isa/snd-es18xx.ko): No such
> device
>
> Its annoying me, it seems no matter what I try as module parameters it
> just doesn't work!
>
> Can anyone help me get this to go?
Some of the ESS cards use the sound blaster module. What happens when you
try:
modprobe sb io=0x220 irq=7 dma=3 dma16=5 mpu_io=0x300
Wayne