Christoph Eckert wrote:
options
snd-intel8x0 index=0
options snd-intel8x0m index=1
options snd-usb-audio index=2
I already knew about the index options, but regardless which
combinatioin I try, it appears to take no effect.
You didn't accidentally use /etc/modules.conf instead of
/etc/modprobe.conf? Or probably you compiled the drivers into the
kernel instead of using modules?
I remember that I switched on the virmidi driver when
rebuilding my 2.6.10 kernel. Maybe I should switch it off (I
don't actually use it...)?
If the snd-virmidi module is loaded before one of the other drivers,
that other driver won't be able to take the index it was told to use
and will use the first free one instead.
HTH
Clemens