- To: Slug <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] FC 5 sound problem
- From: "Steve Lindsay" <stephen.a.lindsay@xxxxxxxxx>
- Date: Fri, 19 Oct 2007 22:20:14 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=wABCQcGbt5ZJoRnt9uAYxDfrB6xlf6AYe2CyheQzfHQ=; b=kCQRpEbrqk9S2g/IwnnFaTKaZHRItaxDylyaOq/KF+rVxs1476abw8EmhE+Lz5TyqifTks6fsgHOtC9We8lJGyuO7cZH7N6wBi7/AiCuK+3/FGEVi+tfhXxLZ/qx5ZJFUsNd+PIoDjuj23QVgeixNy1NwXf9K3N05Wis3tQYKuQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bGQ+L4c7ItlVQCVo5+hZfq7ELfyg8VcjyGSXgy0rlw1OjIJUiCWKYL3b84X6RPjLc8bOTuITMokoEtuzojcZAWnMmeK5zVSBpSgF8KNHlml/zVrABXDeQ0vexbfsyxstsXuT+5NRwAHfE07RwAS+Dt3S0EhWzgWAPaXI88Uyl1U=
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