DMX4Linux is a DMX device driver package for Linux. DMX is the industry standard for controlling lighting devices. DMX4Linux gives you access to a wide range of DMX interfaces with the Linux operating system.
Installation:
./configure
make
Type the following as root:
make install
make devinodes (to create device inodes in /dev. If your system uses udev you don't need this step.)
If you have trouble compiling the "dmxconsole" application in the tools/ directory the ncurses development files are probably missing on your installation. You can install them with something like "apt-get install libncurses5-dev"
If you can't compile the drivers because of missing headers try something like "apt-get install kernel-build-2.4.27-2".
What's New in This Release:
· The first release to support linux 2.6 kernels, but not all drivers have been ported yet.
Product's homepage