<?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=66.31.41.250</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=66.31.41.250"/>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php/Special:Contributions/66.31.41.250"/>
		<updated>2026-09-10T08:45:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2732</id>
		<title>LLA and Q Light Controller OSX Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2732"/>
				<updated>2009-05-14T07:48:56Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: Final Draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
To show the steps to get the Enttec DMX USB Pro interface working with the Linux Lighting Architecture under OS X. Also getting the Q Lighting Controller (QLC) to work with LLA. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
I have used the page [[LLA, OpenDMX USB and Q Light Controller Tutorial]] as a template because it was well written and made sense.&lt;br /&gt;
&lt;br /&gt;
Having used QLC in Linux with dmx4linux and an open dmx usb interface in the past I was excited to have a Mac OS X port of QLC and a DMX USB Pro interface with OS X drivers.&lt;br /&gt;
&lt;br /&gt;
==Operating System==&lt;br /&gt;
&lt;br /&gt;
This process was completed on a Mac OS X Leopard 10.5.6 and 10.5.7 system with Xcode 3.2.1 and Qt Framework 4.5.1&lt;br /&gt;
&lt;br /&gt;
== LLA and Q Light Controller on OSX ==&lt;br /&gt;
&lt;br /&gt;
This is a Tutorial for building and installing LLA and Q Light Controller with an Enttec USB Dmx Pro interface.&lt;br /&gt;
&lt;br /&gt;
==Prerequisite packages==&lt;br /&gt;
&lt;br /&gt;
=== XCode ===&lt;br /&gt;
XCode contains some of the necessary programs and libraries to compile LLA and QLC.&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/technology/xcode.html http://developer.apple.com/technology/xcode.html]&lt;br /&gt;
&lt;br /&gt;
=== Qt Framework ===&lt;br /&gt;
QLC uses the Qt Framework, so might as well have the newest one.&lt;br /&gt;
&lt;br /&gt;
[http://www.qtsoftware.com/downloads/mac-os-cpp http://www.qtsoftware.com/downloads/mac-os-cpp]&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
MacPorts is used as a source for many of the tools needed.&lt;br /&gt;
&lt;br /&gt;
[http://www.macports.org/install.php http://www.macports.org/install.php]&lt;br /&gt;
&lt;br /&gt;
Once you have these core packages installed, continue&lt;br /&gt;
&lt;br /&gt;
=== Helper progams ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo port install git-core pkgconfig protobuf-cpp cppunit unittest-cpp libtool wget&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download and Install the Enttec DMX USB Pro driver ==&lt;br /&gt;
&lt;br /&gt;
[http://www.ftdichip.com/Drivers/VCP.htm http://www.ftdichip.com/Drivers/VCP.htm]&lt;br /&gt;
&lt;br /&gt;
Install the correct driver depending on if you have an Intel or PPC architechiture machine.&lt;br /&gt;
&lt;br /&gt;
===Test the driver===&lt;br /&gt;
Plug in your dongle!!  Hopefully all will go well, and if you type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dmesg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FTDIUSBSerialDriver:        0  4036001 start - ok&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download and install LLA==&lt;br /&gt;
LLA is Linux Lighting Architecture, a general framework for lighting applications in Linux.  It's available as a live CD, but we're just using the package as a way to interface QLC with the USB driver.  More info about LLA on its webpage.&lt;br /&gt;
&lt;br /&gt;
===Install the packages===&lt;br /&gt;
&lt;br /&gt;
== Checkout LLA ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  mkdir svn&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
  cd lla&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fix libltdl/ ==&lt;br /&gt;
&lt;br /&gt;
Somehow this got broken. But this fixes it. For now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  glibtoolize --ltdl --force --copy&lt;br /&gt;
  cp /opt/local/share/aclocal/pkg.m4 config&lt;br /&gt;
  cp /opt/local/share/aclocal/* libltdl/m4/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If glibtoolize fails for some reason, make sure you have the libtool sources&lt;br /&gt;
&lt;br /&gt;
== Set some Environment Vars ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig&lt;br /&gt;
  export CPPFLAGS=&amp;quot;-I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/&amp;quot;&lt;br /&gt;
  export LDFLAGS=&amp;quot;-L/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/lib/ -L/usr/local/lib/ -L/opt/local/lib/&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run autoreconf==&lt;br /&gt;
&lt;br /&gt;
If this is the first time run with -i to install the missing files and --force to make up for ./libltdl wierdness&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 autoreconf -i --force&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Do the usual steps==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make check&lt;br /&gt;
 sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test the installation===&lt;br /&gt;
With your dongle connected as in section 3, you're now ready to test.  Connect a DMX device up to your dongle, make sure you know the channel number it's on, make sure it's working correctly, make sure you got the polarity in your DMX lead right, etc. etc.  Being sure that the dongle/hardware/software combination is the only weak link will save a lot of hair-pulling...&lt;br /&gt;
&lt;br /&gt;
Edit your ~/.lla/dmxusbpro.conf file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
vi lla-usbpro.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following string, replacing the X's for what you have listed in /dev&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
device = /dev/cu.usbserial-XXXXXXXX&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, start the daemon with debug mode on:&lt;br /&gt;
&lt;br /&gt;
 llad -d 3 -f -s&lt;br /&gt;
&lt;br /&gt;
Next, in another terminal find out what number the OpenDMX device is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should get something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you can't see 'Enttec Usb Pro Device' in there somewhere, then you haven't got the driver installed properly.&lt;br /&gt;
&lt;br /&gt;
Assuming everything is OK, you need to patch this device so we can use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -d2 -p1 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(replace -d2 with whichever device number is your Usb Pro)&lt;br /&gt;
&lt;br /&gt;
now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and it should say&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT, universe 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dmxconsole&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and play with the console!&lt;br /&gt;
&lt;br /&gt;
Don't forget to remove your test patch afterwards:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -r -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Build and Test QLC =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
svn co https://qlc.svn.sourceforge.net/svnroot/qlc qlc&lt;br /&gt;
cd qlc&lt;br /&gt;
qmake -spec macx-g++&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
lla_patch -d2 -p1 -u1&lt;br /&gt;
llad -s -f&lt;br /&gt;
/Applications/qlc.app/Contents/MacOS/qlc &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Click on Manager&lt;br /&gt;
*Select Outputs&lt;br /&gt;
*Double-click Universe 1&lt;br /&gt;
*Check the box under LLA Output Plugin for 'LLA Output 1'&lt;br /&gt;
*Click Ok&lt;br /&gt;
*Close the Output Manager&lt;br /&gt;
*Click the Parcan icon, add a fixtue, test it out in the console!&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2731</id>
		<title>LLA and Q Light Controller OSX Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2731"/>
				<updated>2009-05-14T07:47:28Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
To show the steps to get the Enttec DMX USB Pro interface working with the Linux Lighting Architecture under OS X. Also getting the Q Lighting Controller (QLC) to work with LLA. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
I have used the page [[LLA, OpenDMX USB and Q Light Controller Tutorial]] as a template because it was well written and made sense.&lt;br /&gt;
&lt;br /&gt;
Having used QLC in Linux with dmx4linux and an open dmx usb interface in the past I was excited to have a Mac OS X port of QLC and a DMX USB Pro interface with OS X drivers.&lt;br /&gt;
&lt;br /&gt;
==Operating System==&lt;br /&gt;
&lt;br /&gt;
This process was completed on a Mac OS X Leopard 10.5.6 and 10.5.7 system with Xcode 3.2.1 and Qt Framework 4.5.1&lt;br /&gt;
&lt;br /&gt;
== LLA and Q Light Controller on OSX ==&lt;br /&gt;
&lt;br /&gt;
This is a Tutorial for building and installing LLA and Q Light Controller with an Enttec USB Dmx Pro interface.&lt;br /&gt;
&lt;br /&gt;
==Prerequisite packages==&lt;br /&gt;
&lt;br /&gt;
=== XCode ===&lt;br /&gt;
XCode contains some of the necessary programs and libraries to compile LLA and QLC.&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/technology/xcode.html http://developer.apple.com/technology/xcode.html]&lt;br /&gt;
&lt;br /&gt;
=== Qt Framework ===&lt;br /&gt;
QLC uses the Qt Framework, so might as well have the newest one.&lt;br /&gt;
&lt;br /&gt;
[http://www.qtsoftware.com/downloads/mac-os-cpp http://www.qtsoftware.com/downloads/mac-os-cpp]&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
MacPorts is used as a source for many of the tools needed.&lt;br /&gt;
&lt;br /&gt;
[http://www.macports.org/install.php http://www.macports.org/install.php]&lt;br /&gt;
&lt;br /&gt;
Once you have these core packages installed, continue&lt;br /&gt;
&lt;br /&gt;
=== Helper progams ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo port install git-core pkgconfig protobuf-cpp cppunit unittest-cpp libtool wget&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download and Install the Enttec DMX USB Pro driver ==&lt;br /&gt;
&lt;br /&gt;
[http://www.ftdichip.com/Drivers/VCP.htm http://www.ftdichip.com/Drivers/VCP.htm]&lt;br /&gt;
&lt;br /&gt;
Install the correct driver depending on if you have an Intel or PPC architechiture machine.&lt;br /&gt;
&lt;br /&gt;
===Test the driver===&lt;br /&gt;
Plug in your dongle!!  Hopefully all will go well, and if you type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dmesg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FTDIUSBSerialDriver:        0  4036001 start - ok&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download and install LLA==&lt;br /&gt;
LLA is Linux Lighting Architecture, a general framework for lighting applications in Linux.  It's available as a live CD, but we're just using the package as a way to interface QLC with the USB driver.  More info about LLA on its webpage.&lt;br /&gt;
&lt;br /&gt;
===Install the packages===&lt;br /&gt;
&lt;br /&gt;
== Checkout LLA ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  mkdir svn&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
  cd lla&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fix libltdl/ ==&lt;br /&gt;
&lt;br /&gt;
Somehow this got broken. But this fixes it. For now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  glibtoolize --ltdl --force --copy&lt;br /&gt;
  cp /opt/local/share/aclocal/pkg.m4 config&lt;br /&gt;
  cp /opt/local/share/aclocal/* libltdl/m4/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If glibtoolize fails for some reason, make sure you have the libtool sources&lt;br /&gt;
&lt;br /&gt;
== Set some Environment Vars ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig&lt;br /&gt;
  export CPPFLAGS=&amp;quot;-I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/&amp;quot;&lt;br /&gt;
  export LDFLAGS=&amp;quot;-L/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/lib/ -L/usr/local/lib/ -L/opt/local/lib/&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run autoreconf==&lt;br /&gt;
&lt;br /&gt;
If this is the first time run with -i to install the missing files and --force to make up for ./libltdl wierdness&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 autoreconf -i --force&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Do the usual steps==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make check&lt;br /&gt;
 sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test the installation===&lt;br /&gt;
With your dongle connected as in section 3, you're now ready to test.  Connect a DMX device up to your dongle, make sure you know the channel number it's on, make sure it's working correctly, make sure you got the polarity in your DMX lead right, etc. etc.  Being sure that the dongle/hardware/software combination is the only weak link will save a lot of hair-pulling...&lt;br /&gt;
&lt;br /&gt;
Edit your ~/.lla/dmxusbpro.conf file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
vi lla-usbpro.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following string, replacing the X's for what you have listed in /dev&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
device = /dev/cu.usbserial-XXXXXXXX&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, start the daemon with debug mode on:&lt;br /&gt;
&lt;br /&gt;
 llad -d 3 -f -s&lt;br /&gt;
&lt;br /&gt;
Next, in another terminal find out what number the OpenDMX device is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should get something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you can't see 'Enttec Usb Pro Device' in there somewhere, then you haven't got the driver installed properly.&lt;br /&gt;
&lt;br /&gt;
Assuming everything is OK, you need to patch this device so we can use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -d2 -p1 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(replace -d2 with whichever device number is your Usb Pro)&lt;br /&gt;
&lt;br /&gt;
now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and it should say&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT, universe 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dmxconsole&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and play with the console!&lt;br /&gt;
&lt;br /&gt;
Don't forget to remove your test patch afterwards:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -r -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Build and Test QLC =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
svn co https://qlc.svn.sourceforge.net/svnroot/qlc qlc&lt;br /&gt;
cd qlc&lt;br /&gt;
qmake -spec macx-g++&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
lla_patch -d2 -p1 -u1&lt;br /&gt;
llad -s -f&lt;br /&gt;
/Applications/qlc.app/Contents/MacOS/qlc &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Manager&lt;br /&gt;
&amp;lt;li&amp;gt;Select Outputs&lt;br /&gt;
&amp;lt;li&amp;gt;Double-click Universe 1&lt;br /&gt;
&amp;lt;li&amp;gt;Check the box under LLA Output Plugin for 'LLA Output 1'&lt;br /&gt;
&amp;lt;li&amp;gt;Click Ok&lt;br /&gt;
&amp;lt;li&amp;gt;Close the Output Manager&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Parcan icon, add a fixtue, test it out in the console!&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=2730</id>
		<title>Open Lighting Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=2730"/>
				<updated>2009-05-14T07:45:53Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: Adding link to OS X / LLA / QLC Tuitorial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Link: http://www.nomis52.net/?section=projects&amp;amp;sect2=lla&amp;amp;page=llaintro &amp;lt;br&amp;gt;&lt;br /&gt;
{{Features|free=yes|tx=yes|rx=yes|linux=yes|osx=yes}}&lt;br /&gt;
[[Image:Llad_home.png|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LLA is a framework that allows applications to send and receive DMX, using various hardware devices and 'DMX over IP' protocols. It can make [[:Category:Controllers | software controllers]] talk to DMX hardware.&lt;br /&gt;
&lt;br /&gt;
LLA allows DMX sent using various DMX over IP protocols to be converted from one format to another. This enables devices from different manufacturers to talk to each another (for example a [[Strand_Lighting|Strand]] Console can send DMX to an [[Enttec]] [[DmxEtherGate MKII|EtherGate]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[LLA Live]] is a stand-alone bootable CD containing software from the Linux Lighting Architecture project.&lt;br /&gt;
&lt;br /&gt;
When combined with a physical DMX interface such as the [[DMX USB Pro]], LLA Live can send and receive data from traditional wired DMX networks.&lt;br /&gt;
&lt;br /&gt;
LLA can run on Linux with all its drivers, and on Mac OS X (but at the moment the drivers (LLA plugins) needs to be modified to work).&lt;br /&gt;
A port to Windows is feasible, if someone wants to add the necessary code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Bugs?&amp;lt;/b&amp;gt;: Check the bug tracker at http://code.google.com/p/linux-lighting/issues/list&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Questions?&amp;lt;/b&amp;gt;: See the news group at http://groups.google.com/group/linux-lighting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Supported Devices/Protocols:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! '''Driver'''!! Linux !! '''Mac OS X''' &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ArtNet|ArtNet]]   || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ShowNet|ShowNet]] || Yes || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ESP Net|ESP Net]] || Yes || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Sandnet|Sandnet]] || Yes || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[E1.31]] / [[ACN]] || underway || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX USB Pro]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[Open DMX USB]] || Yes || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[StageProfi]] || Yes || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Pathport|Pathport]]  || in testing || ??&lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX 4 Linux]] || Yes || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Getting Started&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start here if you've never used LLA before and read these in order.&lt;br /&gt;
* [[Download LLA]]&lt;br /&gt;
* [[Building LLA]] - How to get it compiled (old version)&lt;br /&gt;
* [[Using LLA]] - A basic introduction&lt;br /&gt;
* [[LLA Device Specific Configuration]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Documentation:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[LLA 0.3]] - The new release&lt;br /&gt;
* [[LLA developer info]] - about the source code and structure&lt;br /&gt;
* [[LLA Tips &amp;amp; Tricks]]&lt;br /&gt;
* [[Using the Python libraries]] - easy DMX programming&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[LLA Sandnet Tutorial]] - Setup Horizon using Sandnet and LLA&lt;br /&gt;
* [[LLA and Q Light Controller Ubuntu Tutorial]] - Setup LLA on Ubuntu/Debian-type distro with QLC&lt;br /&gt;
* [[LLA and Q Light Controller OSX Tutorial]] - Setup LLA on Mac OS X with QLC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LLA can also run on a wireless access point. [http://nomis52.net/?section=projects&amp;amp;sect2=artnet&amp;amp;page=node]&lt;br /&gt;
&lt;br /&gt;
There is a project underway to build packages for OpenWrt. See http://lists.culturebase.org/cgi-bin/mailman/listinfo/lla-openwrt for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ArtNet]]&lt;br /&gt;
[[Category:ESP Net]]&lt;br /&gt;
[[Category:Sandnet]]&lt;br /&gt;
[[Category:ShowNet]]&lt;br /&gt;
[[Category:Utilities]]&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2729</id>
		<title>LLA and Q Light Controller OSX Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2729"/>
				<updated>2009-05-14T07:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: Near-final draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
To show the steps to get the Enttec DMX USB Pro interface working with the Linux Lighting Architecture under OS X. Also getting the Q Lighting Controller (QLC) to work with LLA. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
I have used the page [ http://www.opendmx.net/index.php/LLA%2C_OpenDMX_USB_and_Q_Light_Controller_Tutorial] as a template because it was well written and made sense.&lt;br /&gt;
&lt;br /&gt;
Having used QLC in Linux with dmx4linux and an open dmx usb interface in the past I was excited to have a Mac OS X port of QLC and a DMX USB Pro interface with OS X drivers.&lt;br /&gt;
&lt;br /&gt;
==Operating System==&lt;br /&gt;
&lt;br /&gt;
This process was completed on a Mac OS X Leopard 10.5.6 and 10.5.7 system with Xcode 3.2.1 and Qt Framework 4.5.1&lt;br /&gt;
&lt;br /&gt;
== LLA and Q Light Controller on OSX ==&lt;br /&gt;
&lt;br /&gt;
This is a Tutorial for building and installing LLA and Q Light Controller with an Enttec USB Dmx Pro interface.&lt;br /&gt;
&lt;br /&gt;
==Prerequisite packages==&lt;br /&gt;
&lt;br /&gt;
=== XCode ===&lt;br /&gt;
XCode contains some of the necessary programs and libraries to compile LLA and QLC.&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/technology/xcode.html http://developer.apple.com/technology/xcode.html]&lt;br /&gt;
&lt;br /&gt;
=== Qt Framework ===&lt;br /&gt;
QLC uses the Qt Framework, so might as well have the newest one.&lt;br /&gt;
&lt;br /&gt;
[http://www.qtsoftware.com/downloads/mac-os-cpp http://www.qtsoftware.com/downloads/mac-os-cpp]&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
MacPorts is used as a source for many of the tools needed.&lt;br /&gt;
&lt;br /&gt;
[http://www.macports.org/install.php http://www.macports.org/install.php]&lt;br /&gt;
&lt;br /&gt;
Once you have these core packages installed, continue&lt;br /&gt;
&lt;br /&gt;
=== Helper progams ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo port install git-core pkgconfig protobuf-cpp cppunit unittest-cpp libtool wget&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download and Install the Enttec DMX USB Pro driver ==&lt;br /&gt;
&lt;br /&gt;
[http://www.ftdichip.com/Drivers/VCP.htm http://www.ftdichip.com/Drivers/VCP.htm]&lt;br /&gt;
&lt;br /&gt;
Install the correct driver depending on if you have an Intel or PPC architechiture machine.&lt;br /&gt;
&lt;br /&gt;
===Test the driver===&lt;br /&gt;
Plug in your dongle!!  Hopefully all will go well, and if you type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dmesg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FTDIUSBSerialDriver:        0  4036001 start - ok&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download and install LLA==&lt;br /&gt;
LLA is Linux Lighting Architecture, a general framework for lighting applications in Linux.  It's available as a live CD, but we're just using the package as a way to interface QLC with the USB driver.  More info about LLA on its webpage.&lt;br /&gt;
&lt;br /&gt;
===Install the packages===&lt;br /&gt;
&lt;br /&gt;
== Checkout LLA ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  mkdir svn&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
  cd lla&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fix libltdl/ ==&lt;br /&gt;
&lt;br /&gt;
Somehow this got broken. But this fixes it. For now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  glibtoolize --ltdl --force --copy&lt;br /&gt;
  cp /opt/local/share/aclocal/pkg.m4 config&lt;br /&gt;
  cp /opt/local/share/aclocal/* libltdl/m4/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If glibtoolize fails for some reason, make sure you have the libtool sources&lt;br /&gt;
&lt;br /&gt;
== Set some Environment Vars ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig&lt;br /&gt;
  export CPPFLAGS=&amp;quot;-I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/&amp;quot;&lt;br /&gt;
  export LDFLAGS=&amp;quot;-L/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/lib/ -L/usr/local/lib/ -L/opt/local/lib/&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run autoreconf==&lt;br /&gt;
&lt;br /&gt;
If this is the first time run with -i to install the missing files and --force to make up for ./libltdl wierdness&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 autoreconf -i --force&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Do the usual steps==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make check&lt;br /&gt;
 sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test the installation===&lt;br /&gt;
With your dongle connected as in section 3, you're now ready to test.  Connect a DMX device up to your dongle, make sure you know the channel number it's on, make sure it's working correctly, make sure you got the polarity in your DMX lead right, etc. etc.  Being sure that the dongle/hardware/software combination is the only weak link will save a lot of hair-pulling...&lt;br /&gt;
&lt;br /&gt;
Edit your ~/.lla/dmxusbpro.conf file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
vi lla-usbpro.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following string, replacing the X's for what you have listed in /dev&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
device = /dev/cu.usbserial-XXXXXXXX&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, start the daemon with debug mode on:&lt;br /&gt;
&lt;br /&gt;
 llad -d 3 -f -s&lt;br /&gt;
&lt;br /&gt;
Next, in another terminal find out what number the OpenDMX device is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should get something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you can't see 'Enttec Usb Pro Device' in there somewhere, then you haven't got the driver installed properly.&lt;br /&gt;
&lt;br /&gt;
Assuming everything is OK, you need to patch this device so we can use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -d2 -p1 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(replace -d2 with whichever device number is your Usb Pro)&lt;br /&gt;
&lt;br /&gt;
now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and it should say&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT, universe 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dmxconsole&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and play with the console!&lt;br /&gt;
&lt;br /&gt;
Don't forget to remove your test patch afterwards:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -r -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Build and Test QLC =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
svn co https://qlc.svn.sourceforge.net/svnroot/qlc qlc&lt;br /&gt;
cd qlc&lt;br /&gt;
qmake -spec macx-g++&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
lla_patch -d2 -p1 -u1&lt;br /&gt;
llad -s -f&lt;br /&gt;
/Applications/qlc.app/Contents/MacOS/qlc &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Manager&lt;br /&gt;
&amp;lt;li&amp;gt;Select Outputs&lt;br /&gt;
&amp;lt;li&amp;gt;Double-click Universe 1&lt;br /&gt;
&amp;lt;li&amp;gt;Check the box under LLA Output Plugin for 'LLA Output 1'&lt;br /&gt;
&amp;lt;li&amp;gt;Click Ok&lt;br /&gt;
&amp;lt;li&amp;gt;Close the Output Manager&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Parcan icon, add a fixtue, test it out in the console!&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2728</id>
		<title>LLA and Q Light Controller OSX Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2728"/>
				<updated>2009-05-14T07:37:46Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
To show the steps to get the Enttec DMX USB Pro interface working with the Linux Lighting Architecture under OS X. Also getting the Q Lighting Controller (QLC) to work with LLA. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
I have used the page [ http://www.opendmx.net/index.php/LLA%2C_OpenDMX_USB_and_Q_Light_Controller_Tutorial] as a template because it was well written and made sense.&lt;br /&gt;
&lt;br /&gt;
Having used QLC in Linux with dmx4linux and an open dmx usb interface in the past I was excited to have a Mac OS X port of QLC and a DMX USB Pro interface with OS X drivers.&lt;br /&gt;
&lt;br /&gt;
==Operating System==&lt;br /&gt;
&lt;br /&gt;
This process was completed on a Mac OS X Leopard 10.5.6 and 10.5.7 system with Xcode 3.2.1 and Qt Framework 4.5.1&lt;br /&gt;
&lt;br /&gt;
== LLA and Q Light Controller on OSX ==&lt;br /&gt;
&lt;br /&gt;
This is a Tutorial for building and installing LLA and Q Light Controller with an Enttec USB Dmx Pro interface.&lt;br /&gt;
&lt;br /&gt;
==Prerequisite packages==&lt;br /&gt;
&lt;br /&gt;
=== XCode ===&lt;br /&gt;
XCode contains some of the necessary programs and libraries to compile LLA and QLC.&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/technology/xcode.html http://developer.apple.com/technology/xcode.html]&lt;br /&gt;
&lt;br /&gt;
=== Qt Framework ===&lt;br /&gt;
QLC uses the Qt Framework, so might as well have the newest one.&lt;br /&gt;
&lt;br /&gt;
[http://www.qtsoftware.com/downloads/mac-os-cpp http://www.qtsoftware.com/downloads/mac-os-cpp]&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
MacPorts is used as a source for many of the tools needed.&lt;br /&gt;
&lt;br /&gt;
[http://www.macports.org/install.php http://www.macports.org/install.php]&lt;br /&gt;
&lt;br /&gt;
Once you have these core packages installed, continue&lt;br /&gt;
&lt;br /&gt;
=== Helper progams ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo port install git-core pkgconfig protobuf-cpp cppunit unittest-cpp libtool wget&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download and Install the Enttec DMX USB Pro driver ==&lt;br /&gt;
&lt;br /&gt;
[http://www.ftdichip.com/Drivers/VCP.htm http://www.ftdichip.com/Drivers/VCP.htm]&lt;br /&gt;
&lt;br /&gt;
Install the correct driver depending on if you have an Intel or PPC architechiture machine.&lt;br /&gt;
&lt;br /&gt;
===Test the driver===&lt;br /&gt;
Plug in your dongle!!  Hopefully all will go well, and if you type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dmesg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FTDIUSBSerialDriver:        0  4036001 start - ok&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download and install LLA==&lt;br /&gt;
LLA is Linux Lighting Architecture, a general framework for lighting applications in Linux.  It's available as a live CD, but we're just using the package as a way to interface QLC with the USB driver.  More info about LLA on its webpage.&lt;br /&gt;
&lt;br /&gt;
===Install the packages===&lt;br /&gt;
&lt;br /&gt;
== Checkout LLA ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  mkdir svn&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
  cd lla&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fix libltdl/ ==&lt;br /&gt;
&lt;br /&gt;
Somehow this got broken. But this fixes it. For now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  glibtoolize --ltdl --force --copy&lt;br /&gt;
  cp /opt/local/share/aclocal/pkg.m4 config&lt;br /&gt;
  cp /opt/local/share/aclocal/* libltdl/m4/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If glibtoolize fails for some reason, make sure you have the libtool sources&lt;br /&gt;
&lt;br /&gt;
== Set some Environment Vars ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig&lt;br /&gt;
  export CPPFLAGS=&amp;quot;-I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/&amp;quot;&lt;br /&gt;
  export LDFLAGS=&amp;quot;-L/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/lib/ -L/usr/local/lib/ -L/opt/local/lib/&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run autoreconf==&lt;br /&gt;
&lt;br /&gt;
If this is the first time run with -i to install the missing files and --force to make up for ./libltdl wierdness&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 autoreconf -i --force&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Do the usual steps==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make check&lt;br /&gt;
 sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test the installation===&lt;br /&gt;
With your dongle connected as in section 3, you're now ready to test.  Connect a DMX device up to your dongle, make sure you know the channel number it's on, make sure it's working correctly, make sure you got the polarity in your DMX lead right, etc. etc.  Being sure that the dongle/hardware/software combination is the only weak link will save a lot of hair-pulling...&lt;br /&gt;
&lt;br /&gt;
Edit your ~/.lla/dmxusbpro.conf file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
vi lla-usbpro.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following string, replacing the X's for what you have listed in /dev&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
device = /dev/cu.usbserial-XXXXXXXX&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, start the daemon with debug mode on:&lt;br /&gt;
&lt;br /&gt;
 llad -d 3 -f -s&lt;br /&gt;
&lt;br /&gt;
Next, in another terminal find out what number the OpenDMX device is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should get something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Open DMX USB Device&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you can't see 'Open DMX USB Device' in there somewhere, then you haven't got the kernel driver installed properly.  Go straight to jail, do not pass go.&lt;br /&gt;
&lt;br /&gt;
Assuming everything is OK, you need to patch this device so we can use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(replace -d2 with whichever device number is your Open DMX USB)&lt;br /&gt;
&lt;br /&gt;
now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and it should say&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Enttec Usb Pro Device&lt;br /&gt;
  port 0, capability IN&lt;br /&gt;
  port 1, capability OUT, universe 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dmxconsole&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and play with the console!&lt;br /&gt;
&lt;br /&gt;
Don't forget to remove your test patch afterwards:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -r -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Build and Test QLC =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
svn co https://qlc.svn.sourceforge.net/svnroot/qlc qlc&lt;br /&gt;
cd qlc&lt;br /&gt;
qmake -spec macx-g++&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
lla_patch -d2 -p1 -u1&lt;br /&gt;
llad -s -f&lt;br /&gt;
/Applications/qlc.app/Contents/MacOS/qlc &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Manager&lt;br /&gt;
&amp;lt;li&amp;gt;Select Outputs&lt;br /&gt;
&amp;lt;li&amp;gt;Double-click Universe 1&lt;br /&gt;
&amp;lt;li&amp;gt;Check the box under LLA Output Plugin for 'LLA Output 1'&lt;br /&gt;
&amp;lt;li&amp;gt;Click Ok&lt;br /&gt;
&amp;lt;li&amp;gt;Close the Output Manager&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Parcan icon, add a fixtue, test it out in the console!&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2727</id>
		<title>LLA and Q Light Controller OSX Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2727"/>
				<updated>2009-05-14T07:22:55Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
To show the steps to get the Enttec DMX USB Pro interface working with the Linux Lighting Architecture under OS X. Also getting the Q Lighting Controller (QLC) to work with LLA. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
I have used the page [ http://www.opendmx.net/index.php/LLA%2C_OpenDMX_USB_and_Q_Light_Controller_Tutorial] as a template because it was well written and made sense.&lt;br /&gt;
&lt;br /&gt;
Having used QLC in Linux with dmx4linux and an open dmx usb interface in the past I was excited to have a Mac OS X port of QLC and a DMX USB Pro interface with OS X drivers.&lt;br /&gt;
&lt;br /&gt;
==Operating System==&lt;br /&gt;
&lt;br /&gt;
This process was completed on a Mac OS X Leopard 10.5.6 and 10.5.7 system with Xcode 3.2.1 and Qt Framework 4.5.1&lt;br /&gt;
&lt;br /&gt;
== LLA and Q Light Controller on OSX ==&lt;br /&gt;
&lt;br /&gt;
This is a Tutorial for building and installing LLA and Q Light Controller with an Enttec USB Dmx Pro interface.&lt;br /&gt;
&lt;br /&gt;
==Prerequisite packages==&lt;br /&gt;
&lt;br /&gt;
=== XCode ===&lt;br /&gt;
XCode contains some of the necessary programs and libraries to compile LLA and QLC.&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/technology/xcode.html http://developer.apple.com/technology/xcode.html]&lt;br /&gt;
&lt;br /&gt;
=== Qt Framework ===&lt;br /&gt;
QLC uses the Qt Framework, so might as well have the newest one.&lt;br /&gt;
&lt;br /&gt;
[http://www.qtsoftware.com/downloads/mac-os-cpp http://www.qtsoftware.com/downloads/mac-os-cpp]&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
MacPorts is used as a source for many of the tools needed.&lt;br /&gt;
&lt;br /&gt;
[http://www.macports.org/install.php http://www.macports.org/install.php]&lt;br /&gt;
&lt;br /&gt;
Once you have these core packages installed, continue&lt;br /&gt;
&lt;br /&gt;
=== Helper progams ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo port install git-core pkgconfig protobuf-cpp cppunit unittest-cpp libtool wget&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download and Install the Enttec DMX USB Pro driver ==&lt;br /&gt;
&lt;br /&gt;
[http://www.ftdichip.com/Drivers/VCP.htm http://www.ftdichip.com/Drivers/VCP.htm]&lt;br /&gt;
&lt;br /&gt;
Install the correct driver depending on if you have an Intel or PPC architechiture machine.&lt;br /&gt;
&lt;br /&gt;
===Test the driver===&lt;br /&gt;
Plug in your dongle!!  Hopefully all will go well, and if you type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dmesg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FTDIUSBSerialDriver:        0  4036001 start - ok&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Download and install LLA==&lt;br /&gt;
LLA is Linux Lighting Architecture, a general framework for lighting applications in Linux.  It's available as a live CD, but we're just using the package as a way to interface QLC with the USB driver.  More info about LLA on its webpage.&lt;br /&gt;
&lt;br /&gt;
===Install the packages===&lt;br /&gt;
&lt;br /&gt;
== Checkout LLA ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  mkdir svn&lt;br /&gt;
  git clone http://www.nomis52.net/git/lla&lt;br /&gt;
  cd lla&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fix libltdl/ ==&lt;br /&gt;
&lt;br /&gt;
Somehow this got broken. But this fixes it. For now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  glibtoolize --ltdl --force --copy&lt;br /&gt;
  cp /opt/local/share/aclocal/pkg.m4 config&lt;br /&gt;
  cp /opt/local/share/aclocal/* libltdl/m4/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If glibtoolize fails for some reason, make sure you have the libtool sources&lt;br /&gt;
&lt;br /&gt;
== Set some Environment Vars ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig&lt;br /&gt;
  export CPPFLAGS=&amp;quot;-I/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/include/&amp;quot;&lt;br /&gt;
  export LDFLAGS=&amp;quot;-L/opt/local/var/macports/software/protobuf-cpp/2.0.3_0/opt/local/lib/ -L/usr/local/lib/ -L/opt/local/lib/&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run autoreconf==&lt;br /&gt;
&lt;br /&gt;
If this is the first time run with -i to install the missing files and --force to make up for ./libltdl wierdness&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 autoreconf -i --force&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Do the usual steps==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make check&lt;br /&gt;
 sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test the installation===&lt;br /&gt;
With your dongle connected as in section 3, you're now ready to test.  Connect a DMX device up to your dongle, make sure you know the channel number it's on, make sure it's working correctly, make sure you got the polarity in your DMX lead right, etc. etc.  Being sure that the dongle/hardware/software combination is the only weak link will save a lot of hair-pulling...&lt;br /&gt;
&lt;br /&gt;
Edit your ~/.lla/dmxusbpro.conf file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, start the daemon with debug mode on:&lt;br /&gt;
&lt;br /&gt;
 llad -d 3 -f -s&lt;br /&gt;
&lt;br /&gt;
Next, in another terminal find out what number the OpenDMX device is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you should get something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Open DMX USB Device&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you can't see 'Open DMX USB Device' in there somewhere, then you haven't got the kernel driver installed properly.  Go straight to jail, do not pass go.&lt;br /&gt;
&lt;br /&gt;
Assuming everything is OK, you need to patch this device so we can use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(replace -d2 with whichever device number is your Open DMX USB)&lt;br /&gt;
&lt;br /&gt;
now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dev_info&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and it should say&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Device 2: Open DMX USB Device&lt;br /&gt;
  port 0, cap OUT, universe 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_dmxconsole&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and play with the console!&lt;br /&gt;
&lt;br /&gt;
Don't forget to remove your test patch afterwards:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
lla_patch -r -d2 -p0 -u0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Build QLC =&lt;br /&gt;
&lt;br /&gt;
= Install DMX USB Pro Drivers =&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2726</id>
		<title>LLA and Q Light Controller OSX Tutorial</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=LLA_and_Q_Light_Controller_OSX_Tutorial&amp;diff=2726"/>
				<updated>2009-05-14T05:31:54Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: Tuitorial to document the steps needed to install QLC, LLA and Enttec DMX USB Pro on Mac OS X&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
To show the steps to get the Enttec DMX USB Pro interface working with the Linux Lighting Architecture under OS X. Also getting the Q Lighting Controller (QLC) to work with LLA. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
I have used the page [ http://www.opendmx.net/index.php/LLA%2C_OpenDMX_USB_and_Q_Light_Controller_Tutorial] as a template because it was well written and made sense.&lt;br /&gt;
&lt;br /&gt;
Having used QLC in Linux with dmx4linux and an open dmx usb interface in the past I was excited to have a Mac OS X port of QLC and a DMX USB Pro interface with OS X drivers.&lt;br /&gt;
&lt;br /&gt;
==Operating System==&lt;br /&gt;
&lt;br /&gt;
This process was completed on a Mac OS X Leopard 10.5.6 and 10.5.7 system with Xcode 3.2.1 and Qt Framework 4.5.1&lt;br /&gt;
&lt;br /&gt;
== LLA and Q Light Controller on OSX ==&lt;br /&gt;
&lt;br /&gt;
This is a Tutorial for building and installing LLA and Q Light Controller with an Enttec USB Dmx Pro interface.&lt;br /&gt;
&lt;br /&gt;
==Prerequisite packages==&lt;br /&gt;
&lt;br /&gt;
=== XCode ===&lt;br /&gt;
XCode contains some of the necessary programs and libraries to compile LLA and QLC.&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/technology/xcode.html http://developer.apple.com/technology/xcode.html]&lt;br /&gt;
&lt;br /&gt;
=== Qt Framework ===&lt;br /&gt;
QLC uses the Qt Framework, so might as well have the newest one.&lt;br /&gt;
&lt;br /&gt;
[http://www.qtsoftware.com/downloads/mac-os-cpp http://www.qtsoftware.com/downloads/mac-os-cpp]&lt;br /&gt;
&lt;br /&gt;
=== MacPorts ===&lt;br /&gt;
MacPorts is used as a source for many of the tools needed.&lt;br /&gt;
&lt;br /&gt;
[http://www.macports.org/install.php http://www.macports.org/install.php]&lt;br /&gt;
&lt;br /&gt;
Once you have these core packages installed, continue&lt;br /&gt;
&lt;br /&gt;
=== GIT ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo port install git-core&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Build LLA =&lt;br /&gt;
&lt;br /&gt;
= Build QLC =&lt;br /&gt;
&lt;br /&gt;
= Install DMX USB Pro Drivers =&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Building_LLA_for_OS_X&amp;diff=2724</id>
		<title>Building LLA for OS X</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Building_LLA_for_OS_X&amp;diff=2724"/>
				<updated>2009-05-09T18:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: /* Build Dependencies */  PKG_CONFIG_PATH was incorrect.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also: [[Building LLA]] and the [[LLA| main article about LLA]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Base Development Tools==&lt;br /&gt;
&lt;br /&gt;
Download &amp;amp; install Xcode from http://developer.apple.com/tools/&lt;br /&gt;
&lt;br /&gt;
Download &amp;amp; install fink from http://finkproject.org/&lt;br /&gt;
&lt;br /&gt;
== Install Git ==&lt;br /&gt;
&lt;br /&gt;
If you want to use the git repos, you'll need to install git. If you're just going to use tarballs you can skip this step.&lt;br /&gt;
&lt;br /&gt;
Git requires expat so download &amp;amp; install: http://sourceforge.net/projects/expat/ &lt;br /&gt;
Download &amp;amp; install git: http://git.or.cz/&lt;br /&gt;
&lt;br /&gt;
Add the following to your .bashrc file:&lt;br /&gt;
&lt;br /&gt;
  PATH=$PATH:/usr/local/bin:~/bin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build Dependencies ==&lt;br /&gt;
&lt;br /&gt;
  apt-get install libtool make automake autoconf wget m4 pkgconfig&lt;br /&gt;
&lt;br /&gt;
edit /sw/share/aclocal/pkg.m4 and replace&lt;br /&gt;
&lt;br /&gt;
  AC_DEFUN(PKG_CHECK_MODULES, [&lt;br /&gt;
&lt;br /&gt;
with&lt;br /&gt;
&lt;br /&gt;
  AC_DEFUN([PKG_CHECK_MODULES], [&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add the following to your .profile&lt;br /&gt;
&lt;br /&gt;
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
&lt;br /&gt;
== LLA Dependencies ==&lt;br /&gt;
&lt;br /&gt;
Install Template.pm:&lt;br /&gt;
&lt;br /&gt;
  apt-get install template-pm586&lt;br /&gt;
&lt;br /&gt;
Install XML::Simple&lt;br /&gt;
&lt;br /&gt;
  sudo perl -MCPAN -e shell;&lt;br /&gt;
    install XML::Simple&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Talk:OLA_on_OS_X&amp;diff=2723</id>
		<title>Talk:OLA on OS X</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Talk:OLA_on_OS_X&amp;diff=2723"/>
				<updated>2009-05-09T16:21:44Z</updated>
		
		<summary type="html">&lt;p&gt;66.31.41.250: New page: Are there any instructions for building lla-examples?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Are there any instructions for building lla-examples?&lt;/div&gt;</summary>
		<author><name>66.31.41.250</name></author>	</entry>

	</feed>