bt878 is detected before my sound card so I have no sound

Nathan Howell nathan at crapbox.org
Wed Oct 13 11:57:21 CDT 2004


On Wed, 2004-13-10 at 18:08 +0200, Kristof Vansant wrote:
> bt878 is detected before my sound card so I have no sound 
> 
> alsamixer shows config of bt878 (tv card)
> 
> I think sounds are send to the bt878 card instead of my sound card :S
> 
> lupusBE (Kristof Vansant Belgium)

An easy workaround is to put the following in ~/.asoundrc (create the
file if needed):

pcm.!default {
        type hw
        card 1
}

ctl.!default {
        type hw
        card 1
}

All it does is set the default ALSA device to card 1 instead of card 0.
Of course, this assumes that your sound card was properly detected in
addition to the tv card...

Nathan




More information about the ubuntu-devel mailing list