Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to recognize USB audio device when plugged in

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
drmacro
Posts: 23
Joined: 2020-03-07 13:39

How to recognize USB audio device when plugged in

#1 Post by drmacro »

When I plug in my USB audio device on UbuntuStudio, lsusb knows it's manufacturer, etc. and it's audio ports are automagically added to, for example, JACK audio devices.
(I never loaded a device driver, etc. on UBS, so I'm assuming they add something. The ID doesn't show in the Debian device lists on the web, so again, something is added by UBS...I guess?)

When I plug in to Debian10, it's USB ID shows up with lsusb, but it is not recognized and no audio I/O is added.

I realize UBS does magic behind the scenes, but, I'd like to duplicate that magic.

Are there any guides or ideas on the path to getting this working?
Last edited by drmacro on 2020-03-07 19:40, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: How to recognize USB audio device when plugged in

#2 Post by Head_on_a_Stick »

Is it a new device? Debian buster's kernel is over a year old now so it might not support it.

What are the actual outputs from your various commands? And why do people like you take the time to describe output (vaguely) rather than just copy&paste it? That confuses and irritates me.
deadbang

drmacro
Posts: 23
Joined: 2020-03-07 13:39

Re: How to recognize USB audio device when plugged in

#3 Post by drmacro »

Head_on_a_Stick wrote:Is it a new device? Debian buster's kernel is over a year old now so it might not support it.

What are the actual outputs from your various commands? And why do people like you take the time to describe output (vaguely) rather than just copy&paste it? That confuses and irritates me.
Thanks for the reply. Sorry my laziness is the only excuse...had to sneaker net it from the other PC. The ID 22f0:0014 on the non-working one is the ZEDi8 mixer.

It's a moot issue at this point because after I rebooted a couple times (for other reasons) it is now seems to be ok, but the ID 22f0:0014 is still as shown below, with no info from the lsusb.

It's been in use with other Debian based (UbuntuStudio, AVLinux) OS's for quite sometime. So I don't think it's that new.

Output from the working PC (UbuntuStudio)

Code: Select all

lsusb
Bus 001 Device 006: ID 22f0:0014 Allen & Heath ZEDi8

Code: Select all

cat /proc/asound/cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xda120000 irq 130
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xdc080000 irq 17
 2 [ZEDi8          ]: USB-Audio - ZEDi8
                      Allen & Heath ZEDi8 at usb-0000:00:14.0-5, high speed
From the previously not working PC:

Code: Select all

cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xf6ffc000 irq 27
 1 [ZEDi8          ]: USB-Audio - ZEDi8
                      Allen & Heath ZEDi8 at usb-0000:00:1d.7-1, high speed
lsusb
Bus 003 Device 004: ID 22f0:0014  
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. OV2640 Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0483:2016 STMicroelectronics Fingerprint Reader
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Post Reply