CODE
open /dev/[sound/]dsp: No such file or directory
I'm trying to debug this issue. After googling for a while, I got to this page: http://wiki.mandriva.com/en/Docs/Hardware#Sound_Cards.
In this page it is given that
QUOTE
To find out which program is currently using the sound card (which prevents other programs from using it, unless your card supports hardware mixing)
/sbin/fuser -v /dev/dsp
/sbin/fuser -v /dev/dsp
When I did this, I get
CODE
Cannot stat /dev/dsp: No such file or directory
This doesn't sound right. Any comments?
[moved from Software by spinynorman]