<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - USB-Midi Driver for Linux]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=3478</link>
		<description><![CDATA[The most recent posts in USB-Midi Driver for Linux.]]></description>
		<lastBuildDate>Sat, 16 Aug 2014 17:14:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934195#p934195</link>
			<description><![CDATA[<p>If you are using an M-audio midisport USB to Midi connector, you may need to install &quot;midisport-firmware.&quot;&nbsp; In Ubuntu, you can install it directly from the Ubuntu software center.&nbsp; I don&#039;t know if other distributions will allow you to install it directly or not.&nbsp; Alternatively, this website might help: <a href="http://usb-midi-fw.sourceforge.net/">http://usb-midi-fw.sourceforge.net/</a></p>]]></description>
			<author><![CDATA[null@example.com (mwinthrop)]]></author>
			<pubDate>Sat, 16 Aug 2014 17:14:18 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934195#p934195</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934191#p934191</link>
			<description><![CDATA[<p>Hi,</p><p>take a look at this page: <a href="https://wiki.archlinux.org/index.php/USB_Midi_Keyboards">https://wiki.archlinux.org/index.php/USB_Midi_Keyboards</a> (even if you&#039;re not on arch, the Arch wiki is always a good resource)</p><p>Essentially, these are the things you can check:</p><p>1. Check whether the usb device is recognized with the command &#039;lsusb&#039;<br />If not, then you have a problem with your usb ports or drivers.<br />If it is recognised, you will get something like this:<br />Bus 002 Device 002: ID 0a4d:00a0 Evolution Electronics, Ltd<br />Although with some no-name usb-midi converters the actual device name might be blank. The two numbers xxxx:xxxx uniquely identify your usb device. If all else fails, try searching for them on google.</p><p>2. While the cable is plugged in, check whether the appropriate kernel modules are loaded (something like usb_midi or snd_usbmidi_lib or the like. you can check with &#039;lsmod|grep midi&#039;).<br />If not, try loading them with &#039;sudo modprobe module_name&#039;</p><p>3. Take a look at the ALSA inputs and outputs and connect those where necessary by using &#039;aconnect -i&#039; to list inputs, &#039;aconnect -o&#039; to list outputs and &#039;aconnect in_port out_port&#039; to connect inputs and outputs.<br />You can also verify that an input gives us the right MIDI messages using &#039;aseqdump -p in_port&#039;</p>]]></description>
			<author><![CDATA[null@example.com (dracayr)]]></author>
			<pubDate>Sat, 16 Aug 2014 09:33:05 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934191#p934191</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934189#p934189</link>
			<description><![CDATA[<div class="quotebox"><cite>groovy wrote:</cite><blockquote><p>Hi Didymos,</p><p>I saw a picture of the Yamaha YPG-235 and it just seems to have an USB-output. It should be possible to connect it directly with an USB-Port of your PC. Sometimes it works better with an USB 3.0 Port, which has a higher current than 1.1/2.0. Wherefore did you use a &quot;USB-to-Midi&quot;-converter?</p><p>Have you any MIDI-devices listed in Pianoteq&#039;s Option-Menue, when you connect keyboard and PC? (first connect, than start Pianoteq).</p><p>tango studio, ubuntu studio, kx studio... are just distributions like your ubuntu. An environment around the Linux-kernel. They are just more specialized for audio-purposes an have more audio-relevant Packages preinstalled.</p><p>I for example use the debian linux distribution, which is one of the most universal and &quot;unspecialized&quot; distros, but I have best latencies and performance together with Pianoteq.</p><p>You can watch, what happens in the moment when you plugin the USB-cable. Open a terminal window before that, login as user &#039;root&#039; or sudo to it. Then type &#039;tail -f /var/log/syslog&#039; and watch for the new usb-devices appearing.</p><p>cheers</p></blockquote></div><p>Thanks, groovy. I&#039;ll give it a try and let you know how it goes.</p>]]></description>
			<author><![CDATA[null@example.com (Didymos)]]></author>
			<pubDate>Fri, 15 Aug 2014 23:20:27 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934189#p934189</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934188#p934188</link>
			<description><![CDATA[<div class="quotebox"><cite>groovy wrote:</cite><blockquote><p>Hi Didymos,</p><p>I saw a picture of the Yamaha YPG-235 and it just seems to have an USB-output. It should be possible to connect it directly with an USB-Port of your PC. Sometimes it works better with an USB 3.0 Port, which has a higher current than 1.1/2.0. Wherefore did you use a &quot;USB-to-Midi&quot;-converter?</p><p>Have you any MIDI-devices listed in Pianoteq&#039;s Option-Menue, when you connect keyboard and PC? (first connect, than start Pianoteq).</p><p>tango studio, ubuntu studio, kx studio... are just distributions like your ubuntu. An environment around the Linux-kernel. They are just more specialized for audio-purposes an have more audio-relevant Packages preinstalled.</p><p>I for example use the debian linux distribution, which is one of the most universal and &quot;unspecialized&quot; distros, but I have best latencies and performance together with Pianoteq.</p><p>You can watch, what happens in the moment when you plugin the USB-cable. Open a terminal window before that, login as user &#039;root&#039; or sudo to it. Then type &#039;tail -f /var/log/syslog&#039; and watch for the new usb-devices appearing.</p><p>cheers</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Didymos)]]></author>
			<pubDate>Fri, 15 Aug 2014 23:17:53 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934188#p934188</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934187#p934187</link>
			<description><![CDATA[<p>Hi Didymos,</p><p>I saw a picture of the Yamaha YPG-235 and it just seems to have an USB-output. It should be possible to connect it directly with an USB-Port of your PC. Sometimes it works better with an USB 3.0 Port, which has a higher current than 1.1/2.0. Wherefore did you use a &quot;USB-to-Midi&quot;-converter?</p><p>Have you any MIDI-devices listed in Pianoteq&#039;s Option-Menue, when you connect keyboard and PC? (first connect, than start Pianoteq).</p><p>tango studio, ubuntu studio, kx studio... are just distributions like your ubuntu. An environment around the Linux-kernel. They are just more specialized for audio-purposes an have more audio-relevant Packages preinstalled.</p><p>I for example use the debian linux distribution, which is one of the most universal and &quot;unspecialized&quot; distros, but I have best latencies and performance together with Pianoteq.</p><p>You can watch, what happens in the moment when you plugin the USB-cable. Open a terminal window before that, login as user &#039;root&#039; or sudo to it. Then type &#039;tail -f /var/log/syslog&#039; and watch for the new usb-devices appearing.</p><p>cheers</p>]]></description>
			<author><![CDATA[null@example.com (groovy)]]></author>
			<pubDate>Fri, 15 Aug 2014 18:10:32 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934187#p934187</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934186#p934186</link>
			<description><![CDATA[<div class="quotebox"><cite>stamkorg wrote:</cite><blockquote><p>It should be recognized without external intervention.<br />If you want to make music on linux I suggest you to install a music oriented distribution (tango studio, ubuntu studio, kx studio...)</p></blockquote></div><p>Thanks.</p><p>Do you mean using one of those programs in place of PianoTeq?</p><p>I&#039;m using a USB-to-Midi cable, as I did before on this machine when I was running Windows XP. The reason I assume I need a driver is that there is no audio or _visual_ response after I hook everything up and load PianoTeq -- by which I mean the graphic in the PianoTeq window that would show the keys on my YPG-235 are being depressed. In other words, it seems as if PianoTeq is not recognizing any connection to the keyboard.</p>]]></description>
			<author><![CDATA[null@example.com (Didymos)]]></author>
			<pubDate>Fri, 15 Aug 2014 16:49:03 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934186#p934186</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934185#p934185</link>
			<description><![CDATA[<div class="quotebox"><cite>groovy wrote:</cite><blockquote><div class="quotebox"><cite>Didymos wrote:</cite><blockquote><p>I&#039;d like to use up my Yamaha YPG-235 running Linux (Ubuntu 12.X). Yamaha does not offer any Linux driver for the 235, though. Any way to work around this? Thanks.</p></blockquote></div><p>Hi,<br />I don&#039;t&nbsp; know, if I understand you correctly, but if you want to use the keyboard just as a MIDI-Controller, all drivers are already contained in your Linux distribution (&quot;alsa-drivers&quot;). No vendor specific drivers are needed. USB-to-MIDI is class compliant normally.</p><p>Some keyboards can directly be connected with an USB-cable to your PC for MIDI. Others need a small Konverter like Miditech MIDIFACE II just for example.</p><p>cheers</p></blockquote></div><p>Hi, and thanks.</p><p>I&#039;m using a USB-to-Midi cable, as I did before on this machine when I was running Windows XP. The reason I assume I need a driver is that there is no audio or _visual_ response after I hook everything up and load PianoTeq -- by which I mean the graphic in the PianoTeq window that would show the keys on my YPG-235 are being depressed. In other words, it seems as if PianoTeq is not recognizing any connection to the keyboard.</p>]]></description>
			<author><![CDATA[null@example.com (Didymos)]]></author>
			<pubDate>Fri, 15 Aug 2014 16:47:32 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934185#p934185</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934180#p934180</link>
			<description><![CDATA[<p>It should be recognized without external intervention.<br />If you want to make music on linux I suggest you to install a music oriented distribution (tango studio, ubuntu studio, kx studio...)</p>]]></description>
			<author><![CDATA[null@example.com (stamkorg)]]></author>
			<pubDate>Fri, 15 Aug 2014 11:08:37 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934180#p934180</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934179#p934179</link>
			<description><![CDATA[<div class="quotebox"><cite>Didymos wrote:</cite><blockquote><p>I&#039;d like to use up my Yamaha YPG-235 running Linux (Ubuntu 12.X). Yamaha does not offer any Linux driver for the 235, though. Any way to work around this? Thanks.</p></blockquote></div><p>Hi,<br />I don&#039;t&nbsp; know, if I understand you correctly, but if you want to use the keyboard just as a MIDI-Controller, all drivers are already contained in your Linux distribution (&quot;alsa-drivers&quot;). No vendor specific drivers are needed. USB-to-MIDI is class compliant normally.</p><p>Some keyboards can directly be connected with an USB-cable to your PC for MIDI. Others need a small Konverter like Miditech MIDIFACE II just for example.</p><p>cheers</p>]]></description>
			<author><![CDATA[null@example.com (groovy)]]></author>
			<pubDate>Fri, 15 Aug 2014 07:46:17 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934179#p934179</guid>
		</item>
		<item>
			<title><![CDATA[USB-Midi Driver for Linux]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=934175#p934175</link>
			<description><![CDATA[<p>I&#039;d like to use up my Yamaha YPG-235 running Linux (Ubuntu 12.X). Yamaha does not offer any Linux driver for the 235, though. Any way to work around this? Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (Didymos)]]></author>
			<pubDate>Fri, 15 Aug 2014 02:11:13 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=934175#p934175</guid>
		</item>
	</channel>
</rss>
