<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Linux</title><link>https://sourceforge.net/p/jaer/wiki/Linux/</link><description>Recent changes to Linux</description><atom:link href="https://sourceforge.net/p/jaer/wiki/Linux/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 06 Jun 2014 16:33:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jaer/wiki/Linux/feed" rel="self" type="application/rss+xml"/><item><title>Linux modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/Linux/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 # Linux support in jAER.

-jAER builds and runs under Linux because it's written in Java.
+jAER 1.5 builds and runs under Linux, since it's written entirely in Java.
 We use the libusb library to interface to USB devices without requiring any particular driver or kernel module to be compiled and/or installed.

 Please take a look at the [developer installation page](Developer Setup Linux) for more details on running current jAER under Linux.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Fri, 06 Jun 2014 16:33:32 -0000</pubDate><guid>https://sourceforge.nete8825f66f2f552424fda4e3cd5030b56fc9b2256</guid></item><item><title>Linux modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/Linux/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,34 +1,6 @@
 # Linux support in jAER.

-jAER builds and runs under linux since it is mostly pure java. However, USB support is spotty. At present only the DVS128 retina can be used with Linux.
+jAER builds and runs under Linux because it's written in Java.
+We use the libusb library to interface to USB devices without requiring any particular driver or kernel module to be compiled and/or installed.

-## Driver build and install
-
-Plug in the camera only after the driver installation.
-
-The linux driver is in _/drivers/driverRetinaLinux_.
-
-You may need to make some minor modifications in the Makefile to make it work. The one in the repository was written for Ubuntu distribution. If you figure anything out about making the driver build under other distros, please make notes here!
-
-To install the driver you need to be root. Follow the lines in the make file. 
-
-After you compiled the stuff type the following lines (47-50 in the Makefile)
-
-    @cp retina.ko ///lib/modules///`uname -r`/kernel/drivers/video
-    @depmod -a
-    @cp 88-retina.rules /etc/udev/rules.d
-    @modprobe retina
-
-### Sample output from driver build/install
-
-Here is sample output from a driver build/install.
-
-    TODO
-
-## FAQ
-The driver build fails, complaining about missing libraries. What do I do?
-
-TODO
-
-## JOGL under linux
-The jAER checkout includes some version of the JOGL libraries, but this may not be up to date.
+Please take a look at the [developer installation page](Developer Setup Linux) for more details on running current jAER under Linux.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Fri, 06 Jun 2014 16:12:04 -0000</pubDate><guid>https://sourceforge.netc5a08e381f03c5aa779642b2c5f1a7278875dacd</guid></item><item><title>Linux modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/Linux/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="linux-support-in-jaer"&gt;Linux support in jAER.&lt;/h1&gt;
&lt;p&gt;jAER builds and runs under linux since it is mostly pure java. However, USB support is spotty. At present only the DVS128 retina can be used with Linux.&lt;/p&gt;
&lt;h2 id="driver-build-and-install"&gt;Driver build and install&lt;/h2&gt;
&lt;p&gt;Plug in the camera only after the driver installation.&lt;/p&gt;
&lt;p&gt;The linux driver is in &lt;em&gt;/drivers/driverRetinaLinux&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;You may need to make some minor modifications in the Makefile to make it work. The one in the repository was written for Ubuntu distribution. If you figure anything out about making the driver build under other distros, please make notes here!&lt;/p&gt;
&lt;p&gt;To install the driver you need to be root. Follow the lines in the make file. &lt;/p&gt;
&lt;p&gt;After you compiled the stuff type the following lines (47-50 in the Makefile)&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;cp&lt;/span&gt; &lt;span class="n"&gt;retina&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ko&lt;/span&gt; &lt;span class="c1"&gt;///lib/modules///`uname -r`/kernel/drivers/video&lt;/span&gt;
&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;depmod&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;a&lt;/span&gt;
&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;cp&lt;/span&gt; &lt;span class="mi"&gt;88&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;retina&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;rules&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;etc&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;udev&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;rules&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;d&lt;/span&gt;
&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;modprobe&lt;/span&gt; &lt;span class="n"&gt;retina&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="sample-output-from-driver-buildinstall"&gt;Sample output from driver build/install&lt;/h3&gt;
&lt;p&gt;Here is sample output from a driver build/install.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;TODO&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="faq"&gt;FAQ&lt;/h2&gt;
&lt;p&gt;The driver build fails, complaining about missing libraries. What do I do?&lt;/p&gt;
&lt;p&gt;TODO&lt;/p&gt;
&lt;h2 id="jogl-under-linux"&gt;JOGL under linux&lt;/h2&gt;
&lt;p&gt;The jAER checkout includes some version of the JOGL libraries, but this may not be up to date.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Tue, 25 Jun 2013 08:47:38 -0000</pubDate><guid>https://sourceforge.net47911e2572450469b924d1095387b4aa42aa7374</guid></item></channel></rss>