* Elimar Riesebieter [110221 19:04 +0100]: > Your /etc/modprobe.d/sound.conf must look like: > > ########### > alias snd-card-0 ca0106 > options ca0106 index=0 > > alias snd-card-1 snd-hda-intel > options snd-hda-intel index=1 > > alias snd-card-2 snd-usb-audio > options snd-hda-intel index=2 > ###########
Sorry ########### alias snd-card-0 snd-ca0106 options snd-ca0106 index=0 alias snd-card-1 snd-hda-intel options snd-hda-intel index=1 alias snd-card-2 snd-usb-audio options snd-usb-audio index=2 ########### should be correct. In /etc/modprobe.d the kernel modules aksa drivers are handeld. The files in here descibe options and else for the modules loaded from udev. The sond mosules in your case are snd-ca0106, snd-hda-intel, snd-usb-audio, where snd-usb-audio can be a usb-webcam as well.... This makes it not easy to handle usb sound cards. I can't test your configuration as a usb card is not handy for me yet... Is it true that your ca0106 card is an usb one? Elimar -- Numeric stability is probably not all that important when you're guessing;-)
signature.asc
Description: Digital signature

