You are not logged in.
Pages: 1
Topic closed
Hi everyone,
I have alsa installed and sound works well with one application but when I use more than one, only the first outputs sound.
I tried some workarounds I read (install pulseaudio for instance) but none of it worked, so I'm kind of lost here since I'm not really good into alsa / dmixer internals.
While vlc launched, I get this :
$ speaker-test -D plughw:0
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Playback open error: -16,Device or resource busy
I'd love if one of you could help :-)
PS : don't know if it is of any help but here are the outputs of some commands I saw in alsa related problems
$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]
$ cat /proc/asound/modules
0 snd_hda_intel
1 snd_hda_intel
Last edited by mandalar (2011-10-22 17:57:27)
Offline
plughw:0
"hw" is "hardware" - you're asking it to bypass dmix.
Useful debugging info:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh
bash alsa-info.sh --uploadThen show us the URL that the script shows at the end.
Offline
"hw" is "hardware" - you're asking it to bypass dmix.
My bad but it doesn't work with multiple vlc windows either. How to test it correctly by the way ?
Here is the diagnosis url :
http://www.alsa-project.org/db/?f=fe8e4 … 0066af3571
Offline
Standard simple test:
speaker-test -D default -c 2 -t wav
Show the processes using sound:
fuser -fv /dev/snd/* /dev/dsp*
Offline
Show the processes using sound:
fuser -fv /dev/snd/* /dev/dsp*
It outputs :
$ fuser -fv /dev/snd/* /dev/dsp
Cannot stat /dev/dsp: Bad address
USER PID ACCESS COMMAND
/dev/snd/controlC0: aurelien 3017 F.... pulseaudio
/dev/snd/controlC1: aurelien 3017 F.... pulseaudio
/dev/snd/pcmC1D3p: aurelien 3017 F...m pulseaudio
And the test "speaker-test -D default -c 2 -t wav" does not work (no error and seems to go well but no sound).
Offline
I "solved" the problem.
Pulseaudio was activated and didn't work, I deactivated it (commenting first par of /etc/asound.conf).
Thanks for the pointers (I read the alsa-info report and spotted how to deactivate pulseaudio).
Offline
Solved my problem by following this link
--url redacted--
Offline
Please don't necrobump: https://wiki.archlinux.org/index.php/Fo … Bumping.27
And don't paste spam links.
Closing
Offline
Pages: 1
Topic closed