On 02-03-31 13:38:24 MET DST, Robert Joop wrote:
> is pnp necessary anyway?!
> this is the first time ever (in about 9 years of using linux) that i
> give pnp a try.
> with kernel 2.2.19 it was just
> 
>   alias sound-slot-0 gen_sound
>   alias sound-service-0-3 gen_sound
>   alias gen_sound sb
>   options sb io=0x220 irq=5 dma=1 dma16=0
> 
> but this hangs the machine with 2.4.18, and i couldn't find out the
> correct module parameters for neither the kernel's ad1816 driver nor
> alsa's...

...until now.
i just permutated pnpdump's output and one combination actually works:

  modprobe ad1816 io=0x530 irq=5 dma=1 dma2=3

strange that the io port is so much different.
and that's the kernel's driver, but the alsa driver is more demanding,
it wants two more ports and one more IRQ.

perhaps i better stop with what i've got now, "if it ain't broke, don't
fix it"...

thanks for listening!
(and i'll keep using the alsa driver on the laptop. :-)

rj

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to