2nd sound card not working Debian/Alsa/Gstreamer/music players [SOLVED]

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Sep 17 14:14:50 PDT 2013


On Sat, 2013-09-14 at 18:38 +0200, Laurent Pouillet wrote:

Hi Laurent,

> I solved the problem.
> If it can some day help anyone, I had to completely eradicate all 
> pulseaudio-related packages from my machine.
> For some reason, it was not enough to juste remove the pulseaudio 
> server, I also had to remove the libs and the gstreamer-plugin.

Thanks for sharing your solution.

I have only quickly read over your mail, but you should be able to do
what you want even with using pulseaudio, and I would strongly recommend
you use it, it's good stuff.

You could try something like this:

$ cat ~/.asoundrc 
pcm.!default {
	type pulse
}

ctl.!default {
	type pulse
}

and then in pavucontrol select your second sound card in the 'Output
Devices' tab.

Cheers
 -Tim



More information about the gstreamer-devel mailing list