Midi Input with Steinberg UR22 in KXStudio

Talk about your MIDI interfaces, microphones, keyboards...

Moderators: MattKingUSA, khz

Post Reply
ScoreEditor
Posts: 1
Joined: Thu Dec 21, 2017 1:25 pm

Midi Input with Steinberg UR22 in KXStudio

Post by ScoreEditor »

To set up the Steinberg UR22, I used the following instruction. Everything worked just fine. I still did not make it, to input Midi data in Rosegarden, Muse, Musescore, and so on. What am I doing wrong?



This works well:




# Setting up the "Steinberg UR22" Audio Interface in Linux
# For step 7 and 10 there is written “3.13.0-39-generic”. Substitute this with your own kernel version.
# Show the Kernel version
# uname -r

# Source of this instruction: Steinberg-Forum: http://www.steinberg.net/forums/viewtop ... 90#p382266

# 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-3.13.0/linux-source-3.13.0.tar.bz2
# 5.
cd /usr/src/linux-source-3.13.0/sound/usb
# 6.
patch < /usr/src/ur22.patch
# 7.
cd /lib/modules/4.4.0-21-generic/build/
# 8.
make M=/usr/src/linux-source-3.13.0/sound/usb
# 9.
# If the operating system reports an error, ignore that. It works after restarting the the PC.
rmmod snd-usb-audio
# 10.
rsync -avm --include='*.ko' -f 'hide,! */' /usr/src/linux-source-3.13.0/sound/usb/ /lib/modules/4.4.0-21-generic/kernel/sound/usb/
# 11.
modprobe snd-usb-audio
lordmusician
Posts: 2
Joined: Sat Dec 30, 2017 8:09 pm

Re: Midi Input with Steinberg UR22 in KXStudio

Post by lordmusician »

If you are using hardware, then you must use jack. I recommend using Qjackctl, which helped me to connect a CASIO keyboard into Ardour and other programs. Check online, there are several sources you can get instructions from.
Post Reply