<div dir="ltr"><div><div><div><div><div><div>Hi Everyone,<br><br></div>I'm trying to use two audio interfaces (Guitar Link UC6102) in parallel in Alsa on a UDOO board that runs Ubuntu. The two interfaces are connected on the two USB 2.0 port available on the board: I'm not using any hub. In 20% of the cases, this works fine and I'm able to use the two interface as one single "virtual" interface with 4 inputs and 4 outputs (see my .asoundrc file bellow). However, in 80% of the cases, this doesn't work and dmesg says: "cannot submit datapipe for urb 0, error -28: not enough bandwidth". <br>
<br></div>Any idea of where this problem comes from? I can use 4 of these interfaces on the same USB port with a hub on my laptop without any problem...<br><br></div>Thanks for your help :)<br><br></div>Cheers,<br><br></div>
Romain <br><br></div>.asoundrc:<br><br>pcm.myMAIN {<br>  type route;<br>  slave.pcm {<br>      type multi;<br>      slaves.a.pcm "myOUT0";<br>      slaves.b.pcm "myOUT1";<br>      slaves.a.channels 2;<br>
      slaves.b.channels 2;<br>      bindings.0.slave a;<br>      bindings.0.channel 0;<br>      bindings.1.slave a;<br>      bindings.1.channel 1;<br><br>      bindings.2.slave b;<br>      bindings.2.channel 0;<br>      bindings.3.slave b;<br>
      bindings.3.channel 1;<br>  }<br><br>  ttable.0.0 1;<br>  ttable.1.1 1;<br>  ttable.2.2 1;<br>  ttable.3.3 1;<br>  #ttable.0.2 1; # front left<br>  #ttable.1.3 1; # front right<br>  #ttable.0.4 1; # copy front left to rear left<br>
  #ttable.1.5 1; # copy front right to rear right<br>}<br><br>ctl.myMAIN {<br>  type hw;<br>  card CODEC;<br>}<br><br>pcm.builtIn {<br>    type hw<br>    card vt1613audio<br>}<br><br>ctl.builtIn {<br>    type hw<br>    card vt1613audio<br>
}<br><br>pcm.myOUT0 {<br>    type hw<br>    card CODEC<br>}<br><br>ctl.myOUT0 {<br>    type hw<br>    card CODEC<br>}<br><br>pcm.myOUT1 {<br>    type hw<br>    card CODEC_1<br>}<br><br>ctl.myOUT1 {<br>    type hw<br>    card CODEC_1<br>
}<br clear="all"><div><div><div><div><div><div><div><br>-- <br><div dir="ltr"><pre cols="72">Romain Michon
PhD Candidate
Center for Computer Research in Music and Acoustics
Stanford University
<a href="http://ccrma.stanford.edu/%7Ermichon" target="_blank">http://ccrma.stanford.edu/~rmichon</a><br></pre></div></div></div></div></div></div></div></div></div>