Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mplayer sound issues
Date: Tue, 28 Feb 2006 22:24:05
Message-Id: 7573e9640602281411i3517986er6a8dca87eacfe684@mail.gmail.com
In Reply to: [gentoo-user] mplayer sound issues by Mike Myers
1 On 2/28/06, Mike Myers <fluffymikey@×××××.com> wrote:
2 > Opening audio decoder: [pcm] Uncompressed PCM audio decoder
3 > AUDIO: 8000 Hz, 1 ch, s16le, 128.0 kbit/100.00% (ratio: 16000->16000)
4 > Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
5 > ==========================================================================
6 > [AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or
7 > resource busy
8 > alsa-init: 1 soundcard found, using: default
9 > alsa: 8000 Hz/1 channels/2 bpf/5460 bytes buffer/Signed 16 bit Little Endian
10 > AO: [alsa] 8000Hz 1ch s16le (2 bytes per sample)
11
12 What version of alsa-lib do you have, and do you use the in-kernel
13 alsa drivers or the alsa-driver package? Which version?
14
15 Does anything change if you do "mplayer -ao alsa file.wav"?
16
17 The above "resource busy" error indicates that something is using the
18 legacy OSS interface. IIRC, older versions of alsa could not share
19 this interface, and in fact would prevent other applications from
20 using the sound card at all if something was using this interface.
21
22 Maybe try an "lsof /dev/dsp" to see what is using the old OSS interface...
23
24 -Richard
25
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mplayer sound issues Mike Myers <fluffymikey@×××××.com>