This is an old revision of the document!


If some application accesses the sound card though one of the lower audio layers (see Kernel layer), the sound card might become inaccessible and other applications might fail to open the sound card, or even hang.

OSS

You can see which applications are using OSS (or the ALSA OSS Emulation layer) with:

<pre> $ sudo fuser /dev/dsp* </pre>

ALSA

You can see which applications are using ALSA with:

<pre> $ sudo fuser /dev/snd/pcm* </pre>

wiki/troubleshooting_exclusive_sound_card_access.1253442728.txt.gz ยท Last modified: 2009/09/20 12:32 by raboof