<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Imlach</id>
		<title>wiki.openlighting.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Imlach"/>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php/Special:Contributions/Imlach"/>
		<updated>2026-04-28T21:05:15Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OLA_Debian_/_Ubuntu&amp;diff=4575</id>
		<title>OLA Debian / Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OLA_Debian_/_Ubuntu&amp;diff=4575"/>
				<updated>2012-11-29T15:08:45Z</updated>
		
		<summary type="html">&lt;p&gt;Imlach: /* Logs */  Removed unecesarry cat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Packages are hosted at http://apt.openlighting.org&lt;br /&gt;
&lt;br /&gt;
= Edit sources.list =&lt;br /&gt;
&lt;br /&gt;
Add the relevant line to your /etc/apt/sources.list file&lt;br /&gt;
 &lt;br /&gt;
== Debian ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb   http://apt.openlighting.org/debian  squeeze main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Raspbian ==&lt;br /&gt;
&lt;br /&gt;
Only the hardware optimized platform is supported (armhf) rather than the soft-float version (armel).&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb   http://apt.openlighting.org/raspbian  wheezy main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu Precise 12.04 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb   http://apt.openlighting.org/ubuntu  precise main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu Natty 11.04 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb   http://apt.openlighting.org/ubuntu  natty main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install ola&lt;br /&gt;
#Optional:&lt;br /&gt;
apt-get install ola-python ola-rdm-tests&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
&lt;br /&gt;
== OLA daemon ==&lt;br /&gt;
&lt;br /&gt;
Since ola-0.8.23, you can choose to start olad at boot.&lt;br /&gt;
The question is asked the first time you install ola.&lt;br /&gt;
If you chose 'No', you can change it with:&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo dpkg-reconfigure ola&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since you choose 'Yes', the init script will be active and you will get the advantages below.&lt;br /&gt;
Take care, if you start olad manually in a terminal, you will loose these advantages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control the olad process with:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/olad start&lt;br /&gt;
sudo /etc/init.d/olad stop&lt;br /&gt;
sudo /etc/init.d/olad restart&lt;br /&gt;
sudo /etc/init.d/olad status&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*olad is started by the 'olad' system user (automatically created and added to groups dialout and plugdev).&lt;br /&gt;
So olad is ready to use USB devices (thanks to udev rules).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== RDM Test Server ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since ola-0.8.25, you can choose to start rdm_test_server at boot.&lt;br /&gt;
The question is asked the first time you install ola-rdm-tests.&lt;br /&gt;
If you chose 'No', you can change it with:&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo dpkg-reconfigure ola-rdm-tests&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since you choose 'Yes', the init script will be active.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control the rdm_test_server process with:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /etc/init.d/rdm_test_server start&lt;br /&gt;
sudo /etc/init.d/rdm_test_server stop&lt;br /&gt;
sudo /etc/init.d/rdm_test_server restart&lt;br /&gt;
sudo /etc/init.d/rdm_test_server status&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
*conf files are in /var/lib/ola/conf/ and owned by 'olad'.&lt;br /&gt;
To configure the plugins, you need to add yourself to the olad group.&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo adduser renzo olad&amp;lt;/pre&amp;gt;&lt;br /&gt;
then logout and login again (you need to do it only once).&lt;br /&gt;
&lt;br /&gt;
You are now able to edit the conf files, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;gedit /var/lib/ola/conf/ola-artnet.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*You can try my bash script to set the plugins easily&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install ola-conf-plugins&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check the conf path with:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sh ola_conf_plugins.sh&lt;br /&gt;
---&lt;br /&gt;
settings path is:&lt;br /&gt;
/var/lib/ola/conf&lt;br /&gt;
---&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use ftdidmx plugin (for opendmx and so), you need to do:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sh ola_conf_plugins.sh disable all&lt;br /&gt;
sh ola_conf_plugins.sh enable ftdi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Logs =&lt;br /&gt;
&lt;br /&gt;
*Read the olad logs with:&lt;br /&gt;
&amp;lt;pre&amp;gt;grep olad /var/log/syslog&amp;lt;/pre&amp;gt;&lt;br /&gt;
if you want to see the 20 last lines (including system messages like usb ones):&lt;br /&gt;
&amp;lt;pre&amp;gt;tail -n20 /var/log/syslog&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
[[Notes on Building Debian Packages]]&lt;/div&gt;</summary>
		<author><name>Imlach</name></author>	</entry>

	</feed>