Hello,
I have the same motherboard as you and I solved the same way, but in addition I removed as much pulseaudio as I could.
I much prefer the pretty and practical qastools mixer:
I removed the pulseaudio packages except one: libpulse.
I installed qastools which offers a nice and very practical mixer :
sudo pacman -Sy qastools
Then I listed my audio cards:
cat /proc/asound/cards
0 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfce60000 irq 96
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfc900000 irq 98
I created/modified /etc/asound.conf
And added this to select card1:
defaults.pcm.card 1
defaults.ctl.card 1
Restart system
-------
I found how to work around the problem so that my usb sound card is not in position 0 in / proc / asound / cards
I want my two HDA-Intel cards to always be in position 0 and 1 and my USB-Audio card in position 2
To see the names of the loaded modules:
cat / proc / asound / modules
0 snd_hda_intel
1 snd_hda_intel
2 snd_usb_audio
To set snd_usb_audio position 2 in all cases:
Code: [Sélectionner]
sudo nano /etc/modprobe.d/alsa-base.conf
I put this in there:
options snd_usb_audio index = 2
*******
To see the cards and their numbers:
cat / proc / asound / cards
0 [HDMI]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfce60000 irq 96
1 [Generic]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfc900000 irq 98
2 [Camera]: USB-Audio - USB 2.0 Camera