<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Modartt user forum - USB-Midi Driver for Linux]]></title>
	<link rel="self" href="https://forum.modartt.com/extern.php?action=feed&amp;tid=3478&amp;type=atom"/>
	<updated>2014-08-16T17:14:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.modartt.com/viewtopic.php?id=3478</id>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934195#p934195"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[mwinthrop]]></name>
				<uri>https://forum.modartt.com/profile.php?id=156</uri>
			</author>
			<updated>2014-08-16T17:14:18Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934195#p934195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934191#p934191"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dracayr]]></name>
				<uri>https://forum.modartt.com/profile.php?id=4066</uri>
			</author>
			<updated>2014-08-16T09:33:05Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934191#p934191</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934189#p934189"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Didymos]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3917</uri>
			</author>
			<updated>2014-08-15T23:20:27Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934189#p934189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934188#p934188"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Didymos]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3917</uri>
			</author>
			<updated>2014-08-15T23:17:53Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934188#p934188</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934187#p934187"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[groovy]]></name>
				<uri>https://forum.modartt.com/profile.php?id=1021</uri>
			</author>
			<updated>2014-08-15T18:10:32Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934187#p934187</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934186#p934186"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Didymos]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3917</uri>
			</author>
			<updated>2014-08-15T16:49:03Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934186#p934186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934185#p934185"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Didymos]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3917</uri>
			</author>
			<updated>2014-08-15T16:47:32Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934185#p934185</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934180#p934180"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[stamkorg]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3941</uri>
			</author>
			<updated>2014-08-15T11:08:37Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934180#p934180</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934179#p934179"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[groovy]]></name>
				<uri>https://forum.modartt.com/profile.php?id=1021</uri>
			</author>
			<updated>2014-08-15T07:46:17Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934179#p934179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[USB-Midi Driver for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934175#p934175"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Didymos]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3917</uri>
			</author>
			<updated>2014-08-15T02:11:13Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934175#p934175</id>
		</entry>
</feed>
