After boot, I run alsamixer to select soundcard, it works great as long I don't reboot.
I cannot find where to edit configuration about soundcard, so, I created a file in /etc/modprobe.d, called sound.conf. It has no effect, I still have to use alsamixer.
- Code: Select all
cat /proc/asound/modules
0 snd_hda_intel
1 snd_usb_audio
- Code: Select all
cat /etc/modprobe.d/sound.conf
options snd_usb_audio index=1
options snd_hda_intel index=0
What do I edit, and where, to permanently use the external soundcard?