[PlanetCCRMA] usb audio interface comparisons

lobzang at free.fr lobzang at free.fr
Tue Jul 21 08:25:13 PDT 2009



I used the following page (in french) :
http://pagesperso-orange.fr/La-page-Web-of-Phil/Tascam_US-122L/Telechargement_us122l_F10.html


basically you need :
- kernel > 2.6.29.1-30
- alsa-plugins-usbstream
- create a ~/.asoundrc  :
# The usb_stream plugin configuration
pcm.!usb_stream {
  @args [ CARD ]
  @args.CARD {
    type string
    default "1"
  }
  type usb_stream
  card $CARD
}

ctl.!usb_stream {
  @args [ CARD ]
  @args.CARD {
    type string
    default "1"
  }
  type hw
  card $CARD
}



you need to adjust     default "1"
( check the number with cat /proc/asound/cards )
that should work...


Quoting francis keyes <fkeymo at gmail.com>:

> Are there special instructions for setting up the TASCAM US 122?  I have a
> US-144 to play around with but can't find any info on how to get it going.
> Thanks!
>
> On Mon, Jun 29, 2009 at 12:26 PM, lobzang <lobzang at free.fr> wrote:
>
> > On Sun, 2009-06-28 at 20:44 -0300, francis keyes wrote:
> > > Does anyone have experience with a USB audio interface that  works
> > > well with Fedora / ALSA / CCRMA?
> >
> > I use a TASCAM US122L , works fine (fedora 11)
> >
> >
> >
>




More information about the PlanetCCRMA mailing list