UR22 MKII Ubuntu Support (5.0.0-32)

Hey There,

i purchased the UR22 last year and i am quite satisfied (works well with reaper in Win). But i wanted to make it work on my Ubuntu as well.

The mic input and midi works well. But i have no output on the headphones or the through the monitor output. Is there something i can do?

I found this Thread:

But it seems that this is not working anymore.

This is what i have done:

 
 1. sudo -s
 2. apt-get install build-essential linux-source kernel-package fakeroot libncurses5-dev nano
 3. wget http://pastebin.com/raw.php?i=6H5fkYMV -O /usr/src/ur22.patch
 4. tar -C /usr/src/ -xjvf /usr/src/linux-source-5.0.0/linux-source-5.0.0.tar.bz2
 5. cd /usr/src/linux-source-5.0.0/sound/usb/
 6. patch < /usr/src/ur22.patch
 7. cd /lib/modules/5.0.0-32-generic/build/
 8. make M=/usr/src/linux-source-5.0.0/sound/usb/
 9. rmmod snd-usb-audio
10. rsync -avm --include='*.ko' -f 'hide,! */' /usr/src/linux-source-5.0.0/sound/usb/ /lib/modules/5.0.0-32-generic/kernel/sound/usb/
11. modprobe snd-usb-audio

Kernel version: 5.0.0-32-generic
on Ubuntu 18.04.3 LTS (Mate)

Thanks! :slight_smile: