Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] FC 5 sound problem


On 10/19/07, Luke Vanderfluit <luke.vanderfluit@xxxxxxxxxxxxxxxxx> wrote:
>
> I get a
> /~~~~~~~~~~~~~~~
> 'Cannot open the audio device. Another application may be using it.'
> \______________
>
>

Not 100% sure but I think you should be able to find out which app (by
name and process id) is holding onto the sound card by one of:

lsof /dev/dsp

or

lsof /dev/snd/*

...depending on whether it's using oss or alsa.

Cheers....Steve