ugreen USB Sound is not recognized by alsa

Issues related to hardware problems
Post Reply
muecke77
Posts: 2
Joined: 2021/01/30 09:51:30

ugreen USB Sound is not recognized by alsa

Post by muecke77 » 2021/01/30 09:58:30

Hello,

I have a pc-engine apu2e4 board and a ugreen usb audio adapter. Last Centos7 is installed and fully updated.

lsusb shows
Bus 002 Device 002: ID 0bda:48f0 Realtek Semiconductor Corp.

snd_usb_modules is loaded. lsmod gives

Code: Select all

lsmod |grep snd
snd_hda_intel          40390  0
snd_hda_codec         136355  1 snd_hda_intel
snd_hda_core           91007  2 snd_hda_codec,snd_hda_intel
snd_usb_audio         247682  0
snd_usbmidi_lib        30262  1 snd_usb_audio
snd_hwdep              13608  2 snd_usb_audio,snd_hda_codec
snd_rawmidi            31553  1 snd_usbmidi_lib
snd_seq                62774  0
snd_seq_device         14356  2 snd_seq,snd_rawmidi
snd_pcm               101339  4 snd_usb_audio,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer              30014  2 snd_pcm,snd_seq
snd                    83987  10 snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore              15047  1 snd
anyway aplay -l doesn't find any card
aplay: device_list:272: no soundcards found...

Any idea would be highly appreciated.

Thanks
-muecke77

muecke77
Posts: 2
Joined: 2021/01/30 09:51:30

Re: ugreen USB Sound is not recognized by alsa

Post by muecke77 » 2021/02/02 18:45:25

One additional information: When I plugin the USB-stick, the following messages show up in /var/log/messages

For me, it looks really ok. Any idea, how I could dig deeper?

Code: Select all

Feb  2 19:30:51 localhost kernel: usb 2-2: new full-speed USB device number 2 using xhci_hcd
Feb  2 19:30:53 localhost kernel: usb 2-2: New USB device found, idVendor=0bda, idProduct=48f0, bcdDevice= 0.03
Feb  2 19:30:53 localhost kernel: usb 2-2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
Feb  2 19:30:53 localhost kernel: usb 2-2: Product: USB Audio
Feb  2 19:30:53 localhost kernel: usb 2-2: Manufacturer: Generic
Feb  2 19:30:53 localhost kernel: input: Generic USB Audio as /devices/pci0000:00/0000:00:10.0/usb2/2-2/2-2:1.0/input/input2
Feb  2 19:30:53 localhost kernel: hid-generic 0003:0BDA:48F0.0001: input,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-0000:00:10.0-2/input0

Post Reply