On Tue, 30 Apr 2002, arief muLya wrote: >For snd-card-es18xx it said : device busy or invalid resources errors.
I think this happens when the sound driver tries to use and IRQ/DMA or port which is already reserved for something else. Try giving the addresses as arguments when you load the driver with modprobe, like: modprobe snd-card-es18xx irq=5 dma=1 io=0x220 and check that the addresses are not already used, cat /proc/dma /proc/interrupts (and maybe cat /proc/ioports) If you compile ALSA from source, be sure to compile it with OSS emulation for PCM, at least. This can be done with correct arguments for "configure", check out "./configure --help". You must also load the emulation modules after loading the actual sound card driver. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]