On Wednesday 21 April 2010 17:58:30 Niels Mayer wrote:
On Wed, Apr 21, 2010 at 8:26 AM, Arnold Krille
<arnold(a)arnoldarts.de> wrote:
Take a look at loading modules with options. And
then tell the kernel via
/etc/modprobe.d/ to load the modules for the soundcards with option
"index=<IDX>" where IDX is the index number/ordering you want to give
these cards. Then it doesn't depend on the order the soundcards are
detected anymore.
Except if you plug in a new USB audio device, such as a web-cam
with
microphone, it'll automatically assert itself as "device 0" unless you
explicitly setup /etc/modprobe.d with ALSA card #'s for all devices before
ever plugging them in.
That is why my snd-usb-audio has index=3,4,5,6,7 as option :-)
Arnold