-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 08/23/2015 12:32 PM, bri...@aracnet.com wrote:
> On Sun, 23 Aug 2015 10:10:44 +0200
> Nicolas George <geo...@nsup.org> wrote:
> 
>> Le quintidi 5 fructidor, an CCXXIII, bri...@aracnet.com a écrit :
>>> cat .asoundrc
>>> ctl.!default {
>>>     type hw
>>>     card A2
>>> }
>>
>> So you are killing all the plugins: back to square one. This is not t
he
>> correct solution.
>>
>> The default configuration already uses the ALSA_CARD to select the de
fault
>> card.
>>
> 
> except my ALSA_CARD variable was not set. It is now.
> 
> i've also seen that i can't play sound from more than one source at a 
time, this may have contributed to the "doesn't play in iceweasel" sympt
om since i'm almost always playing something on audacious in the backgro
und.
> 
> 
> 
> Brian
> 

In that case, you probably need the dmix plugin.  I have it setup on my
laptop like this in /etc/asound.conf:

pcm.internal {
        type hw
        card 1
}
ctl.internal {
        type hw
        card 1
}

pcm.internalDmix {
        type dmix
        slave {
                pcm "internal"
        }
}


pcm.!default {
        type plug
        slave {
                pcm internalDmix
        }
}

ctl.!default {
        type hw
        card 1
}

Just change the card number to match your system, and (hopefully) you
should be good to go.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJV2fbfAAoJEKsIo3dIjvw7+dcH/j1MW2pBB5urpl5ml54VoT6Y
FPydidKnwz4nyJOKt0KwDQx1vUzPnL7q+bdSYFwMhKZKEFNRuTkylvTUTE2i8Vx8
vdOwpYH9opG+0E2yQynYejPmlwdjU8xUPFyW+dFhVUFnvconeVMwHuFCyKqs4JGk
BH6qxnJDK5E1FNNHR2GB8wEIHApNGvdyKYqHwTGe3RlPt3NllFZvUUT7LmildyOq
rAtOuxKaGrKtGy/HYiaJEloaaqQ4pBDbvoW3LPLwlLq3UVsADlEJaLmmaiHc0tEw
39ogtVJcVGyJOiBmEfAVPM/HAyCucFfZ8SQXzyXo5g96rmpU+yNlAucuTL6fLBs=
=2U3n
-----END PGP SIGNATURE-----

Reply via email to