0

I have two Ubuntu 18.04 systems. One on laptop, and other on PC.

I have got external soundcard Yamaha UR22 Steinberg and trying to plug in it to PC. Ubuntu on laptop see it without any problems. But Ubuntu on PC doesn't see it. It shows it in lsusb, but not in alsamixer and pavucontrol.

I tried general recommendations when sound card not detecting (Sound card not detecting), but it didn't help.

How I can troubleshoot it? Any ideas?

Thank you.

unDEFER
  • 21
  • 2

1 Answers1

0

I have found that there wasn't installed snd_usb_audio kernel module.

sudo apt install linux-modules-extra-4.15.0-43-generic

decided the problem

unDEFER
  • 21
  • 2