Hi,

thanks for your quick reply...


On 5/3/07, Oliver Lupton <[EMAIL PROTECTED]> wrote:

> Hi,
>=20
> I updated my linux (using "yum update") to install the latest alsa
> driver, but now I still cannot play any audio-file. I get an error whan=

> trying to cat a sound file to /dev/dsp:
>=20
>> cat sound.au > /dev/dsp
> bash: /dev/dsp: Device or resource busy
>=20
> A look at "dmesg" gives:
>=20
> application bash uses obsolete OSS audio interface
>=20
> so I do need to install a new OSS audio interface? How to do that? Or
> might something else be wrong?
>=20
> Thanks,
>   Alex

OSS is essentially replaced by ALSA, try using `aplay` to play sounds
through the ALSA interface. /dev/dsp is still present because of ALSA's
OSS emulation.


Having said that, the device or resource busy message probably means
that your card doesn't support hardware mixing (playing >1 sound at
once) and if you close all other apps using the soundcard it'd work.



 A I know my card must support some kind of mixing - before updating my
kernel using "yum update" I was able to use (sometimes) VoiP and heard a
'ping' when somethign was happening in one of my terminal windows. So that
should work fine actually...

Also I am not aware of anything that uses this soundcard. Is there any way
to find out which code, program etc uses the device? And what device is
actually used? Is it /dev/dsp or /dev/snd/ or something else?

Thanks,
 Alex
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to