Hi guys!
So I recently bought the Behringer U-Phoria UM2 for both headphone output and Microphone input.
On windows everything works just fine, but when I boot Linux (DualBoot) I cannot seem to find the interface (and cannot use it) and also the led indicating +48V is not lit.
I am currently using Linux Mint 19 Cinnamon (Cinnamon 3.8.9 and Kernel version 4.15.0-46-generic)
Does someone have an Idea what I can do?
Cheers,
Avocari
Behringer U-Phoria UM2 Does not connect
Forum rules
Before you post please read how to get help
Before you post please read how to get help
- catweazel
- Level 19
- Posts: 9847
- Joined: Fri Oct 12, 2012 9:44 pm
- Location: Australian Antarctic Territory
Re: Behringer U-Phoria UM2 Does not connect
Run
alsamixer
from a terminal. Use F6 to select a sound card and see if it's displayed. If it is, select it and ensure the master output is turned up. Then, even if it's not seen in alsamixer, install pavucontrol
and see if that detects it.Failing that, ensure the device is plugged in and post the output of this terminal command:
Code: Select all
inxi -Fxz
[ⅽode]
and [/ⅽode]
code markers by selecting </>
from the mini toolbar above the textbox where you type your reply. Note that it's a capital F
in that command, followed by lower case xz
. You can copy the text from the terminal screen by selecting it then right-clicking."There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Re: Behringer U-Phoria UM2 Does not connect
Hi!
Thanks for the reply, sadly non of the two ways worked.
Using
Thanks for the reply, sadly non of the two ways worked.
Using
inxi
I got the following resultCode: Select all
System: Host: StandPC-Linux Kernel: 4.15.0-46-generic x86_64
bits: 64 gcc: 7.3.0
Desktop: Cinnamon 3.8.9 (Gtk 3.22.30-1ubuntu2)
Distro: Linux Mint 19 Tara
Machine: Device: desktop Mobo: MSI model: 970 GAMING (MS-7693) v: 4.0 serial: N/A
BIOS: American Megatrends v: V22.3 date: 05/12/2015
CPU: 8 core AMD FX-8320E Eight-Core (-MCP-)
arch: Bulldozer rev.0 cache: 16384 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 51202
clock speeds: max: 3200 MHz 1: 1403 MHz 2: 1398 MHz 3: 1397 MHz
4: 1398 MHz 5: 1399 MHz 6: 1398 MHz 7: 1896 MHz 8: 1400 MHz
Graphics: Card: NVIDIA GP104 [GeForce GTX 1080] bus-ID: 01:00.0
Display Server: x11 (X.Org 1.19.6 )
drivers: nvidia (unloaded: modesetting,fbdev,vesa,nouveau)
Resolution: 3840x2160@30.00hz, 1920x1080@60.00hz
OpenGL: renderer: GeForce GTX 1080/PCIe/SSE2
version: 4.6.0 NVIDIA 390.116 Direct Render: Yes
Audio: Card-1 NVIDIA GP104 High Def. Audio Controller
driver: snd_hda_intel bus-ID: 01:00.1
Card-2 Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA)
driver: snd_hda_intel bus-ID: 00:14.2
Sound: Advanced Linux Sound Architecture v: k4.15.0-46-generic
Network: Card: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller
driver: alx port: d000 bus-ID: 05:00.0
IF: enp5s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 5737.2GB (1.4% used)
ID-1: /dev/sda model: HGST_HDN724040AL size: 4000.8GB temp: 36C
ID-2: /dev/sdb model: SSD_PLUS_480GB size: 480.1GB temp: 28C
ID-3: /dev/sdc model: Hitachi_HDS72101 size: 1000.2GB temp: 29C
ID-4: /dev/sdd model: Crucial_CT256M55 size: 256.1GB temp: 36C
Partition: ID-1: / size: 234G used: 77G (35%) fs: ext4 dev: /dev/sdd1
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 10.2C mobo: N/A gpu: 0.0:33C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 258 Uptime: 20:47 Memory: 5449.9/11957.4MB
Init: systemd runlevel: 5 Gcc sys: 7.3.0
Client: Shell (zsh 5.4.2) inxi: 2.3.56
Re: Behringer U-Phoria UM2 Does not connect
Hi Avocari, and welcome to the forum.
You said the +48v light isn't lit. Is the Power light lit? Is the +48v switch on the back in the On position?
When I connect my UM2, this is added to my inxi output in the Audio section:
For some reason, yours isn't being detected yet. Does running
I'd say, try another USB port first, and preferably USB2, not USB3. And you're not plugging into a hub are you?
Hopefully something here will get us closer to solving this.
You said the +48v light isn't lit. Is the Power light lit? Is the +48v switch on the back in the On position?
When I connect my UM2, this is added to my inxi output in the Audio section:
Code: Select all
Card-4 Texas Instruments PCM2902 Audio Codec driver: USB Audio usb-ID: 003-005
Sound: Advanced Linux Sound Architecture v: k4.15.0-45-generic
lsusb
in the terminal show something similar to Bus 003 Device 005: ID 08bb:2902 Texas Instruments PCM2902 Audio Codec?I'd say, try another USB port first, and preferably USB2, not USB3. And you're not plugging into a hub are you?
Hopefully something here will get us closer to solving this.
Re: Behringer U-Phoria UM2 Does not connect
Hi guys,
Sorry for the late reply.
running
So there is still hope I guess 
Sorry for the late reply.
running
lsusb
gave me this line:Code: Select all
Bus 008 Device 003: ID 08bb:2902 Texas Instruments PCM2902 Audio Codec
Re: Behringer U-Phoria UM2 Does not connect
All right. Let's see if the necessary modules are loaded. What's the output of running
lsmod | grep usb
in the terminal?Re: Behringer U-Phoria UM2 Does not connect
Alright the output would be:
Code: Select all
snd_usb_audio 204800 2
snd_usbmidi_lib 32768 1 snd_usb_audio
snd_hwdep 20480 2 snd_usb_audio,snd_hda_codec
snd_pcm 98304 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
snd_rawmidi 32768 2 snd_seq_midi,snd_usbmidi_lib
snd 81920 27 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
usbhid 49152 0
hid 118784 2 usbhid,hid_generic
Re: Behringer U-Phoria UM2 Does not connect
Something strange is going on. lsusb looks good, and the usb audio modules are loaded, but no sign of the device in the inxi results.
First look on the Configuration tab of pavucontrol and see if there's any USB Audio device at all. Failing that, shut down the computer for a few minutes. Then power up and see if it appears. Maybe while powering up make a quick stop in your BIOS to see if any USB settings might need changing.
If still no luck, try running
Good luck.
EDIT: Are you plugged into a USB2 port?
First look on the Configuration tab of pavucontrol and see if there's any USB Audio device at all. Failing that, shut down the computer for a few minutes. Then power up and see if it appears. Maybe while powering up make a quick stop in your BIOS to see if any USB settings might need changing.
If still no luck, try running
sudo alsa-force-reload
in the terminal, and see if that got it to show up.Good luck.
EDIT: Are you plugged into a USB2 port?
Re: Behringer U-Phoria UM2 Does not connect
Hi so
The Power LED and also the +48V is now lit!
Still I am unable to select neither my microphone nor my headphone....
alsa force-reload
got my device showing up!The Power LED and also the +48V is now lit!
Still I am unable to select neither my microphone nor my headphone....
Re: Behringer U-Phoria UM2 Does not connect
Yeah. We're getting there.
You'll need to set it up properly (hopefully possible) on the Configuration tab of pavucontrol. If you paste the output of
You'll need to set it up properly (hopefully possible) on the Configuration tab of pavucontrol. If you paste the output of
pacmd list-cards
we'll be able to see all the options you have available. You'll want it set to something that has both input and output.Re: Behringer U-Phoria UM2 Does not connect
Ok sorry for the late reply, I was too busy this weekend...
Prepare for a long output:
Prepare for a long output:
Code: Select all
3 card(s) available.
index: 0
name: <alsa_card.pci-0000_01_00.1>
driver: <module-alsa-card.c>
owner module: 7
properties:
alsa.card = "1"
alsa.card_name = "HDA NVidia"
alsa.long_card_name = "HDA NVidia at 0xfe080000 irq 30"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:01:00.1"
sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1"
device.bus = "pci"
device.vendor.id = "10de"
device.vendor.name = "NVIDIA Corporation"
device.product.id = "10f0"
device.product.name = "GP104 High Definition Audio Controller"
device.string = "1"
device.description = "GP104 High Definition Audio Controller"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5400, available: unknown)
output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (priority 300, available: unknown)
output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (priority 300, available: unknown)
output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (priority 5200, available: no)
output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (priority 100, available: no)
output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (priority 100, available: no)
output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (priority 5200, available: unknown)
output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (priority 5200, available: no)
output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (priority 100, available: no)
output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (priority 100, available: no)
off: Off (priority 0, available: unknown)
active profile: <output:hdmi-stereo>
sinks:
alsa_output.pci-0000_01_00.1.hdmi-stereo/#0: GP104 High Definition Audio Controller Digital Stereo (HDMI)
sources:
alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor/#0: Monitor of GP104 High Definition Audio Controller Digital Stereo (HDMI)
ports:
hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: yes)
properties:
device.icon_name = "video-display"
device.product.name = "SAMSUNG
"
hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: yes)
properties:
device.icon_name = "video-display"
device.product.name = "VX238
"
hdmi-output-3: HDMI / DisplayPort 4 (priority 5600, latency offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
index: 1
name: <alsa_card.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00>
driver: <module-alsa-card.c>
owner module: 8
properties:
alsa.card = "2"
alsa.card_name = "USB Audio CODEC"
alsa.long_card_name = "Burr-Brown from TI USB Audio CODEC at usb-0000:02:00.0-1.1, full speed"
alsa.driver_name = "snd_usb_audio"
device.bus_path = "pci-0000:02:00.0-usb-0:1.1:1.0"
sysfs.path = "/devices/pci0000:00/0000:00:04.0/0000:02:00.0/usb8/8-1/8-1.1/8-1.1:1.0/sound/card2"
udev.id = "usb-Burr-Brown_from_TI_USB_Audio_CODEC-00"
device.bus = "usb"
device.vendor.id = "08bb"
device.vendor.name = "Texas Instruments"
device.product.id = "2902"
device.product.name = "PCM2902 Audio Codec"
device.serial = "Burr-Brown_from_TI_USB_Audio_CODEC"
device.string = "2"
device.description = "PCM2902 Audio Codec"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-usb"
profiles:
input:analog-mono: Analog Mono Input (priority 2, available: unknown)
input:analog-stereo: Analog Stereo Input (priority 60, available: unknown)
input:iec958-stereo: Digital Stereo (IEC958) Input (priority 55, available: unknown)
output:analog-mono: Analog Mono Output (priority 200, available: unknown)
output:analog-mono+input:analog-mono: Analog Mono Duplex (priority 202, available: unknown)
output:analog-mono+input:analog-stereo: Analog Mono Output + Analog Stereo Input (priority 260, available: unknown)
output:analog-mono+input:iec958-stereo: Analog Mono Output + Digital Stereo (IEC958) Input (priority 255, available: unknown)
output:analog-stereo: Analog Stereo Output (priority 6000, available: unknown)
output:analog-stereo+input:analog-mono: Analog Stereo Output + Analog Mono Input (priority 6002, available: unknown)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060, available: unknown)
output:analog-stereo+input:iec958-stereo: Analog Stereo Output + Digital Stereo (IEC958) Input (priority 6055, available: unknown)
output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500, available: unknown)
output:iec958-stereo+input:analog-mono: Digital Stereo (IEC958) Output + Analog Mono Input (priority 5502, available: unknown)
output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5560, available: unknown)
output:iec958-stereo+input:iec958-stereo: Digital Stereo Duplex (IEC958) (priority 5555, available: unknown)
off: Off (priority 0, available: unknown)
active profile: <output:analog-stereo+input:analog-stereo>
sinks:
alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo/#1: PCM2902 Audio Codec Analog Stereo
sources:
alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo.monitor/#1: Monitor of PCM2902 Audio Codec Analog Stereo
alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo/#2: PCM2902 Audio Codec Analog Stereo
ports:
analog-input: Analog Input (priority 10000, latency offset 0 usec, available: unknown)
properties:
iec958-stereo-input: Digital Input (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
properties:
analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown)
properties:
iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
properties:
index: 2
name: <alsa_card.pci-0000_00_14.2>
driver: <module-alsa-card.c>
owner module: 9
properties:
alsa.card = "0"
alsa.card_name = "HDA ATI SB"
alsa.long_card_name = "HDA ATI SB at 0xfe400000 irq 16"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:14.2"
sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
device.bus = "pci"
device.vendor.id = "1002"
device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
device.product.id = "4383"
device.product.name = "SBx00 Azalia (Intel HDA)"
device.form_factor = "internal"
device.string = "0"
device.description = "Built-in Audio"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
input:analog-stereo: Analog Stereo Input (priority 60, available: no)
output:analog-stereo: Analog Stereo Output (priority 6000, available: no)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6060, available: no)
output:analog-surround-21: Analog Surround 2.1 Output (priority 800, available: no)
output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output + Analog Stereo Input (priority 860, available: no)
output:analog-surround-40: Analog Surround 4.0 Output (priority 700, available: no)
output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (priority 760, available: no)
output:analog-surround-41: Analog Surround 4.1 Output (priority 800, available: no)
output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (priority 860, available: no)
output:analog-surround-50: Analog Surround 5.0 Output (priority 700, available: no)
output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (priority 760, available: no)
output:analog-surround-51: Analog Surround 5.1 Output (priority 800, available: no)
output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (priority 860, available: no)
output:analog-surround-71: Analog Surround 7.1 Output (priority 700, available: no)
output:analog-surround-71+input:analog-stereo: Analog Surround 7.1 Output + Analog Stereo Input (priority 760, available: no)
output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500, available: unknown)
output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5560, available: unknown)
off: Off (priority 0, available: unknown)
active profile: <output:iec958-stereo+input:analog-stereo>
sinks:
alsa_output.pci-0000_00_14.2.iec958-stereo/#2: Built-in Audio Digital Stereo (IEC958)
sources:
alsa_output.pci-0000_00_14.2.iec958-stereo.monitor/#3: Monitor of Built-in Audio Digital Stereo (IEC958)
alsa_input.pci-0000_00_14.2.analog-stereo/#4: Built-in Audio Analog Stereo
ports:
analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
properties:
analog-output-lineout: Line Out (priority 9900, latency offset 0 usec, available: no)
properties:
analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
properties:
Re: Behringer U-Phoria UM2 Does not connect
Very good. This should get you all fixed up:
Open pavucontrol and on the Configuration tab for the USB device set the Profile to Analog Stereo Duplex (looks like it's already set to that.)
Then go to the Input Devices tab and set the Port for the USB device to default (fallback) by clicking on the check mark next to it so it is highlighted.
Now go to the Output Devices tab and do the same for the USB device there.
I am not certain what names will show as available for the Ports on those last 2 tabs. Might be only Analog Input and Analog Output. You might need to adjust those.
Good luck.
Open pavucontrol and on the Configuration tab for the USB device set the Profile to Analog Stereo Duplex (looks like it's already set to that.)
Then go to the Input Devices tab and set the Port for the USB device to default (fallback) by clicking on the check mark next to it so it is highlighted.
Now go to the Output Devices tab and do the same for the USB device there.
I am not certain what names will show as available for the Ports on those last 2 tabs. Might be only Analog Input and Analog Output. You might need to adjust those.
Good luck.