Is there any way to get kernel &gt; 2.6.29.1-30 for Fedora 10?<br><br><div class="gmail_quote">On Tue, Jul 21, 2009 at 8:25 AM,  <span dir="ltr">&lt;<a href="mailto:lobzang@free.fr">lobzang@free.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
I used the following page (in french) :<br>
<a href="http://pagesperso-orange.fr/La-page-Web-of-Phil/Tascam_US-122L/Telechargement_us122l_F10.html" target="_blank">http://pagesperso-orange.fr/La-page-Web-of-Phil/Tascam_US-122L/Telechargement_us122l_F10.html</a><br>

<br>
<br>
basically you need :<br>
- kernel &gt; 2.6.29.1-30<br>
- alsa-plugins-usbstream<br>
- create a ~/.asoundrc  :<br>
# The usb_stream plugin configuration<br>
pcm.!usb_stream {<br>
  @args [ CARD ]<br>
  @args.CARD {<br>
    type string<br>
    default &quot;1&quot;<br>
  }<br>
  type usb_stream<br>
  card $CARD<br>
}<br>
<br>
ctl.!usb_stream {<br>
  @args [ CARD ]<br>
  @args.CARD {<br>
    type string<br>
    default &quot;1&quot;<br>
  }<br>
  type hw<br>
  card $CARD<br>
}<br>
<br>
<br>
<br>
you need to adjust     default &quot;1&quot;<br>
( check the number with cat /proc/asound/cards )<br>
that should work...<br>
<div><div></div><div class="h5"><br>
<br>
Quoting francis keyes &lt;<a href="mailto:fkeymo@gmail.com">fkeymo@gmail.com</a>&gt;:<br>
<br>
&gt; Are there special instructions for setting up the TASCAM US 122?  I have a<br>
&gt; US-144 to play around with but can&#39;t find any info on how to get it going.<br>
&gt; Thanks!<br>
&gt;<br>
&gt; On Mon, Jun 29, 2009 at 12:26 PM, lobzang &lt;<a href="mailto:lobzang@free.fr">lobzang@free.fr</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Sun, 2009-06-28 at 20:44 -0300, francis keyes wrote:<br>
&gt; &gt; &gt; Does anyone have experience with a USB audio interface that  works<br>
&gt; &gt; &gt; well with Fedora / ALSA / CCRMA?<br>
&gt; &gt;<br>
&gt; &gt; I use a TASCAM US122L , works fine (fedora 11)<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br>