Behringer UCA202 don't seem to connect to Jack

Post fully complete "how to" guides and tutorials here. This is a great place to get feedback on stuff you might put in the wiki.

Moderators: MattKingUSA, khz

Post Reply
gretsch61
Established Member
Posts: 3
Joined: Tue Apr 29, 2014 8:47 am

Behringer UCA202 don't seem to connect to Jack

Post by gretsch61 »

Hi Folks,

I finally have installed Ubuntu-Studio to my Box and I am happy with it.
Performance is by far better than on M$.

Programs start fine but JACK does not seem to find my Behriger UCA202.

lsusb shows the device:

Bus 005 Device 003: ID 08bb:2902 Texas Instruments Japan

Never the less I won't be able to select the device in the Jack setup-configuration as In/Output-Device.
I would have thought, that the drop down should show something like "hw:0,3"
but it certainly doesn't do that. I do get "hw:0,0" and "hw:0,1" but no more.

What shall I do???

rock on,

Steve
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: Behringer UCA202 don't seem to connect to Jack

Post by CrocoDuck »

Hi! Uhm... strange issue. I own that soundcard and it should be working pretty much out of the box. Give the outputs of:

Code: Select all

cat /proc/asound/cards

Code: Select all

cat /proc/asound/devices

Code: Select all

cat /proc/asound/pcm

Code: Select all

arecord -l

Code: Select all

aplay -l

Code: Select all

cat .jackdrc

Code: Select all

lsusb

Code: Select all

lspci -vnn
That should be enough for understand what is going on :D .
gretsch61
Established Member
Posts: 3
Joined: Tue Apr 29, 2014 8:47 am

Re: Behringer UCA202 don't seem to connect to Jack

Post by gretsch61 »

CrocoDuck wrote:Hi! Uhm... strange issue. I own that soundcard and it should be working pretty much out of the box. Give the outputs of:

Code: Select all

cat /proc/asound/cards

Code: Select all

0 [IXP            ]: ATIIXP - ATI IXP
                      ATI IXP rev 2 with ALC658D at 0xfe02a000, irq 17
 1 [CODEC          ]: USB-Audio - USB Audio CODEC
                      Burr-Brown from TI USB Audio CODEC at usb-0000:00:13.1-2, full speed

Code: Select all

cat /proc/asound/devices

Code: Select all

  1:        : sequencer
  2: [ 0- 1]: digital audio playback
  3: [ 0- 0]: digital audio playback
  4: [ 0- 0]: digital audio capture
  5: [ 0]   : control
  6: [ 1- 0]: digital audio playback
  7: [ 1- 0]: digital audio capture
  8: [ 1]   : control
 33:        : timer

Code: Select all

cat /proc/asound/pcm

Code: Select all

00-00: ATI IXP AC97 : ATI IXP AC97 : playback 1 : capture 1
00-01: ATI IXP IEC958 : ATI IXP IEC958 (AC97) : playback 1
01-00: USB Audio : USB Audio : playback 1 : capture 1

Code: Select all

arecord -l

Code: Select all

**** Liste der Hardware-Geräte (CAPTURE) ****
Karte 0: IXP [ATI IXP], Gerät 0: ATI IXP AC97 [ATI IXP AC97]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: CODEC [USB Audio CODEC], Gerät 0: USB Audio [USB Audio]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0

Code: Select all

aplay -l

Code: Select all

**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: IXP [ATI IXP], Gerät 0: ATI IXP AC97 [ATI IXP AC97]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: IXP [ATI IXP], Gerät 1: ATI IXP IEC958 [ATI IXP IEC958 (AC97)]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: CODEC [USB Audio CODEC], Gerät 0: USB Audio [USB Audio]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0

Code: Select all

cat .jackdrc

Code: Select all

/usr/bin/jackd -dalsa -dhw:0 -r44100 -p1024 -n2 -C

Code: Select all

lsusb

Code: Select all

Bus 001 Device 007: ID 154b:6545 PNY FD Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 003 Device 002: ID 08bb:2902 Texas Instruments PCM2902 Audio Codec
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 002 Device 003: ID 04d9:1603 Holtek Semiconductor, Inc. Keyboard
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Code: Select all

lspci -vnn

Code: Select all

00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RS480/RS482/RS485 Host Bridge [1002:5950] (rev 10)
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 64
	I/O ports at 4100 [disabled] [size=32]
	Memory at <ignored> (64-bit, non-prefetchable) [size=512M]

00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RS4xx PCI Express Port [ext gfx] [1002:5a34] (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fa000000-fcffffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:12.0 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 Serial ATA Controller [1002:4379] (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
	I/O ports at fe00 [size=8]
	I/O ports at fd00 [size=4]
	I/O ports at fc00 [size=8]
	I/O ports at fb00 [size=4]
	I/O ports at fa00 [size=16]
	Memory at fe02f000 (32-bit, non-prefetchable) [size=512]
	[virtual] Expansion ROM at 80000000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: sata_sil

00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 USB Host Controller [1002:4374] (prog-if 10 [OHCI])
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
	Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci-pci

00:13.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 USB Host Controller [1002:4375] (prog-if 10 [OHCI])
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
	Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 USB2 Host Controller [1002:4373] (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
	Memory at fe02c000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 SMBus Controller [1002:4372] (rev 11)
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: 66MHz, medium devsel
	I/O ports at 0400 [size=16]
	Memory at fe02b000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: piix4_smbus

00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 IDE Controller [1002:4376] (prog-if 8a [Master SecP PriP])
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4
	I/O ports at 0170 [size=8]
	I/O ports at 0374
	I/O ports at f800 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: pata_atiixp

00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 PCI-ISA Bridge [1002:4377]
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 PCI-PCI Bridge [1002:4371] (prog-if 01 [Subtractive decode])
	Flags: bus master, 66MHz, medium devsel, latency 64
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fde00000-fdefffff
	Prefetchable memory behind bridge: fdd00000-fddfffff

00:14.5 Multimedia audio controller [0401]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB400 AC'97 Audio Controller [1002:4370] (rev 02)
	Subsystem: Hewlett-Packard Company Device [103c:2a25]
	Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 17
	Memory at fe02a000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: snd_atiixp

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
	Flags: fast devsel
	Capabilities: <access denied>

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
	Flags: fast devsel

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
	Flags: fast devsel

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
	Flags: fast devsel
	Kernel driver in use: k8temp

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV44 [GeForce 6200 SE TurboCache] [10de:0162] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:0345]
	Flags: bus master, fast devsel, latency 0, IRQ 18
	Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Memory at fb000000 (64-bit, non-prefetchable) [size=16M]
	[virtual] Expansion ROM at fc000000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: nouveau

02:04.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller [1106:3044] (rev 80) (prog-if 10 [OHCI])
	Subsystem: Hewlett-Packard Company Device [103c:2a24]
	Flags: bus master, medium devsel, latency 64, IRQ 9
	Memory at fdeff000 (32-bit, non-prefetchable) [size=2K]
	I/O ports at df00 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci

That should be enough for understand what is going on :D .
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: Behringer UCA202 don't seem to connect to Jack

Post by CrocoDuck »

Give the output of this guy:

Code: Select all

groups
Also, you configured jack as capture only. Check again your settings. If you click on the button with the ">" symbol in the qjackctl window you will be able to choose your card by name. Give a try to something like

Code: Select all

/usr/bin/jackd -dalsa -dhw:1 -r44100 -p1024 -n2
If jack fails to start I could suspect:

Conflicts with onboard audio or groups/permissions issues.
gretsch61
Established Member
Posts: 3
Joined: Tue Apr 29, 2014 8:47 am

Re: Behringer UCA202 don't seem to connect to Jack

Post by gretsch61 »

I got it up and running!

I set JACK to "hw:1,0" and edited .jackdrc like this:

Code: Select all

/usr/bin/jackd -dalsa -dhw:1 -r48000 -p1024 -n3 -C
Post Reply