help me please tascam us-122L

I’m new in ardour, and was wondering how I can configure the interface tascam us-122L in linux mint 12 appreciate your help

You need to put .asoundrc file in your home directory. Mine looks like this:

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

}

and if you are using qjackctl, then you need to manually write usb_stream:1 as your interface, because it will not pop up by default. Take a look at this: http://linuxmusicians.com/download/file.php?id=65

I’m using arch linux, but it should work on linux mint I suppose