I have a Tascam US122L (NOT US122). I've spent hours trying to get this to work but it just won't detect in Pulse Audio Volume Control. I've installed the Alsa firmware and Alsa firmware loaders and updated to the latest Kernel (3.16).
I added my user to the audio group and modified the limits.conf file in etc/security/ adding these lines:
@audio - rtprio 99
@audio - memlock unlimited
@audio - nice -10
cat /proc/asound/modules ~/.asoundrc gives me:
0 snd_hda_intel
1 snd_usb_us122l
2 snd_hda_intel
got from http://www.nabble.com/tascam-us122l-and-ccrma-td24036395.html thanks to Karsten
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
}
Despite all efforts it just won't get recognized? Any help? I'm going to have to go back to Windows if I can't get this to work :/