<p>Many thanks,<br>
I will try it tomorrow.</p>
<p>Chris</p>
<div class="gmail_quote">Am 01.05.2013 08:44 schrieb "Clemens Ladisch" <<a href="mailto:clemens@ladisch.de">clemens@ladisch.de</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chris Bungue wrote:<br>
> [   16.932523] cannot find the slot for index 0 (range 0-5), error: -16<br>
<br>
The driver tried to load at index 0, but another driver already has it:<br>
<br>
>  0 [Device         ]: USB-Audio - PnP Audio Device<br>
>                       PnP Audio Device at usb-0000:00:02.0-7, full speed<br>
>  1 [M4x4           ]: USB-Audio - MidiSport 4x4<br>
>                       M-Audio MidiSport 4x4 at usb-0000:00:02.0-1, full speed<br>
>  3 [U0x71040x2202  ]: USB-Audio - USB Device 0x7104:0x2202<br>
>                       USB Device 0x7104:0x2202 at usb-0000:00:02.0-4, full speed<br>
>  5 [VirMIDI        ]: VirMIDI - VirMIDI<br>
>                       Virtual MIDI Card 1<br>
<br>
> options snd_ice1712 index=0<br>
> options snd_usb_audio index=1<br>
> options snd_usb_audio index=2<br>
> options snd_virmidi index=4<br>
<br>
You have *three* USB audio devices; and all settings for one module must<br>
go into one line:<br>
<br>
  # options snd-usb-audio index=1,2,3<br>
<br>
However, instead of that, there is a better option that allows you to<br>
set the order correctly even if additional devices appear:<br>
<br>
  options snd slots=snd-ice1712,snd-usb-audio,snd-usb-audio,snd-usb-audio,snd-virmidi<br>
<br>
To set the order of the USB devices, read the vendor and/or device IDs<br>
with lsusb, and give those to the snd-usb-audio driver with the vid/pid<br>
options.  This line sets the MidiSport first and the unnamed device<br>
second:<br>
<br>
  options snd-usb-audio pid=0x1020,0x2202<br>
<br>
<br>
Regards,<br>
Clemens<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</blockquote></div>