[PlanetCCRMA] tascam us122l and ccrma

Karsten Wiese fzuuzf at googlemail.com
Mon Jun 15 13:23:00 PDT 2009


Hi,

with an .asoundrc containing this jack works here:

# The usb_stream plugin configuration

pcm.!usb_stream {
        @args [ CARD ]
        @args.CARD {
                type string
                default "0"
        }

        type usb_stream

        card $CARD
}

ctl.!usb_stream {
        @args [ CARD ]
        @args.CARD {
                type string
                default "0"
        }

        type hw

        card $CARD
}


2009/6/15 lobzang <lobzang at free.fr>:
> ~]# cat /proc/asound/cards
> 0 [Intel          ]: HDA-Intel - HDA Intel
>                      HDA Intel at 0x98820000 irq 17
> 1 [US122L         ]: USB US-122L - TASCAM US-122L
>                      TASCAM US-122L (644:800e if 0 at 002/002)
>
>
> ~]# ls -l /dev/snd
> total 0
> crw-rw---- 1 root audio 116,  8 2009-06-15 21:33 controlC0
> crw-rw---- 1 root audio 116, 11 2009-06-15 21:55 controlC1
> crw-rw---- 1 root audio 116,  7 2009-06-15 21:33 hwC0D0
> crw-rw---- 1 root audio 116,  6 2009-06-15 21:33 hwC0D1
> crw-rw---- 1 root audio 116,  9 2009-06-15 21:55 hwC1D0
> crw-rw---- 1 root audio 116, 10 2009-06-15 21:55 midiC1D0
> crw-rw---- 1 root audio 116,  5 2009-06-15 21:40 pcmC0D0c
> crw-rw---- 1 root audio 116,  4 2009-06-15 21:44 pcmC0D0p
> crw-rw---- 1 root audio 116,  3 2009-06-15 21:40 pcmC0D1p
> crw-rw---- 1 root audio 116,  2 2009-06-15 21:33 timer
>
> ~]# cat /proc/asound/modules
> 0 snd_hda_intel
> 1 snd_usb_us122l
>
>
> FYI when I start jackd with the *fedora* package , I get the following
> trace :
>
>  ~]# jackd -dalsa -dusb_stream:1
> jackd 0.116.1
> Copyright 2001-2005 Paul Davis and others.
> jackd comes with ABSOLUTELY NO WARRANTY
> This is free software, and you are welcome to redistribute it
> under certain conditions; see the file COPYING for details
>
> JACK compiled with System V SHM support.
> loading driver ..
> creating alsa driver ... usb_stream:1|usb_stream:1|1024|2|48000|0|0|
> nomon|swmeter|-|32bit
> ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL usb_stream:1
> control open "usb_stream:1" (No such file or directory)
> configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2
> periods
> ALSA: final selected sample format for capture: 24bit little-endian
> ALSA: use 2 periods for capture
> ALSA: final selected sample format for playback: 24bit little-endian
> ALSA: use 2 periods for playback
>
>
> So it seems that "No such file or directory" message is still here,
> however jackd starts...
>
>
> hope that helps
>
>
> thanks for your feedback :)
>
> Lobzang
>
>
> On Mon, 2009-06-15 at 10:10 -0700, Fernando Lopez-Lezcano wrote:
>> On Mon, 2009-06-15 at 18:56 +0200, lobzang at free.fr wrote:
>> > Here it is :
>> >
>> > [root at nowhere ~]# jackd -dalsa -dusb_stream:1
>> >  jackdmp 1.9.2
>> >  Copyright 2001-2005 Paul Davis and others.
>> >  Copyright 2004-2008 Grame.
>> >  jackdmp comes with ABSOLUTELY NO WARRANTY
>> >  This is free software, and you are welcome to redistribute it
>> >  under certain conditions; see the file COPYING for details
>> >  no message buffer overruns
>> >  no message buffer overruns
>> >  JACK server starting in non-realtime mode
>> >  creating alsa driver ...
>> > usb_stream:1|usb_stream:1|1024|2|48000|0|0|nomon|swmeter|-|32bit
>> >  ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL usb_stream:1
>> >  control open "usb_stream:1" (No such file or directory)
>>
>> What do you see in:
>>   cat /proc/asound/cards
>>   ls -l /dev/snd/
>>
>> It would seem something is missing or is not accessible (the control
>> devices that ALSA should be providing).
>>
>> -- Fernando
>>
>>
>>
>> >  Cannot initialize driver
>> >  no message buffer overruns
>> >  JackServer::Open() failed with -1
>> >  Failed to start server
>> >
>> > Lobzang.
>> >
>> > Quoting Fernando Lopez-Lezcano <nando at ccrma.Stanford.EDU>:
>> >
>> > > On Mon, 2009-06-15 at 17:01 +0200, lobzang at free.fr wrote:
>> > > > Hi,
>> > > >
>> > > > I've been using ccrma for a while now.
>> > > > I recently bought a tascam us122l usb soundcard.
>> > > > I had some problems to make it work it under fc11 and finally got it
>> > > working :
>> > > >
>> > > > - removed jack-audio-connection-kit comming from planetccrma repo
>> > > > - installed the version coming from fedora repo
>> > > >
>> > > > FYI there was already this thread :
>> > > >
>> > >
>> > http://www.nabble.com/jack-audio-connection-kit-0.116.1-4.fc9.ccrma.i386-td21561156.html
>> > > >
>> > > > not sure exactly where the problem comes from...
>> > > >
>> > > > so the question is : how can jack-audio-connection-kit from ccrma be
>> > > > fixed/updated to work with my us122L ?
>> > >
>> > > Could you post the exact error messages that jack is printing when it
>> > > fails to load?
>> > >
>> > > -- Fernando
>> > >
>> > >
>> > > _______________________________________________
>> > > PlanetCCRMA mailing list
>> > > PlanetCCRMA at ccrma.stanford.edu
>> > > http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>> > >
>> >
>>
>
>
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>



More information about the PlanetCCRMA mailing list