You are not logged in.
Pages: 1
I recently picked up a new usb mic - the problem being that now whenever I boot with it turned on, udev sets it as the default audio device. From what I remember with the whole switch from devfs to udev, one could manually specify various things. So, is there a way in the udev.rules to say that I want my actual soundcard as the default device, and device 'AK5370' as audio device 1?
Thanks.
Offline
Use "index=0" in /etc/modprobe.conf - example:
options snd-hda-intel enable_msi=1 position_fix=2 model=6stack-dig index=0
Offline
thanks!
I ended up doing
options snd-usb-audio index=1
for some reason the snd-hda-intel one would just make the soundcard not show up at all, even on
options snd-hda-intel index=0
but it worked, and thats all that matters.
Offline
Pages: 1