On Sun, 15 Apr 2012 13:35:31 -0700 Chuck Forsberg WA7KGX N2469R <caf@xxxxxxxx> wrote: > My particular requirement is to control the audio input selection, > mute, and level on an Asus Xonar sound card. The only thing > that I found able to control that is "gnome-control-center sound". > > Accordingly I have to create a launcher on my Xfce desktop. > > It would be nice if the ordering of audio devices were deterministic > instead of random. > You can do something like this, and the sound cards will always be assigned to the same card number at boot. $ cat /etc/modprobe.d/soundcard.conf options snd cards_limit=8 alias snd-card-0 snd-ck8s options snd-ck8s index=0 alias snd-card-1 snd-ice1724 options snd-ice1724 index=1 alias snd-card-2 snd-cmipci options snd_cmipci index=2 alias snd-card-7 snd-usb-audio options snd-usb-audio index=7 -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test