Swapnil wrote:
> when i run any application it shows "could not open /dev/dsp:No such
> file or directory".
Does it work after "modprobe snd-pcm-oss"?
Regards,
Clemens
---
This SF.net email is sponsored by Dice.com.
Did you know that Dice h
On Sun, 17 Aug 2003 09:41:03 +0530 (IST)
Swapnil <[EMAIL PROTECTED]> wrote:
> The alsa sound driver was successfully compiled into the kernel
> however when i run any application it shows "could not open
> /dev/dsp:No such file or directory".
AFAIK /dev/dsp is OSS, try enableing OSS emulation in
I compiled alsa on my system with i810 motherboard and onboard soundcard.
I passed on --with-sequencer=yes and --with-cards=intel8x0 as options. I
recompiled the kernel with my soundcard built-in as a module. I have a
devfs running.
The alsa sound driver was successfully compiled into the kernel ho