[Pkg-alsa-devel] Bug#640478: alsa-base: race condition on loaded the correct kernel module for VIA's VT1708/A
Jan-Hendrik (hennr) Peters
hennr at hennr.name
Mon Sep 5 09:20:54 UTC 2011
On 05/09/11 10:15, Elimar Riesebieter wrote:
> * hennr [110905 09:46 +0200]:
>> Arranging the order of both modules does solve the problem for me:
>>
>> cat /etc/modprobe.d/alsa.conf
>>
>> # Setup the card order
>> alias snd-card-0 snd-via82xx
>> options snd-vt82xx index=0
>> alias snd-card-1 snd-hda-intel
>> options snd-hda-intel index=1
Typo!
It's:
# Setup the card order
alias snd-card-0 snd-via82xx
options snd-via82xx index=0
alias snd-card-1 snd-hda-intel
options snd-hda-intel index=1
More information about the Pkg-alsa-devel
mailing list