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.
pnpdump (stripped of comments) looks like this, and I assume thereofre that it is a ess1869, and that the es18xx module is the one to use. (READPORT 0x0273) (ISOLATE PRESERVE) (IDENTIFY *) (VERBOSITY 2) (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING (CONFIGURE ESS0003/-1 (LD 0 (NAME "ESS0003/-1[0]{ESS ES1869 Plug and Play AudioDrive}") )) (CONFIGURE ESS0003/-1 (LD 1 (NAME "ESS0003/-1[1]{ESS ES1869 Plug and Play AudioDrive}") )) (CONFIGURE ESS0003/-1 (LD 2 (NAME "ESS0003/-1[2]{ESS ES1869 Plug and Play AudioDrive}") )) (WAITFORKEY) 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? -- Nick Rout -- gentoo-user@gentoo.org mailing list