TuX as LLG logo
Software
DMX4Linux
Driver Suite for Linux
csv2iif.pl suite
convert PayPal transactions to IIF, OFX, QIF
Hardware
DMX30 Interface
128Ch SPP
DMX43 Interface
2out 2in EPP
LED Hardware
for Linux and Windows
EPROM Sampler
for 8 bits of sound
Misc
CatWeasel
Linux drivers for MK3/4 PCI
pg_trompe
PostgreSQL replication
trycatch
C exception/signal handling lib
Patches
to various software
Tools
and small scripts
Docs
misc documents
Links
to lighting stuff
DMX4Linux 2.6 - A DMX device driver package for Linux
Home Installation Documentation Interfaces Coding

Getting started

If you have successfully compiled and installed DMX4Linux you can try the following steps (as root) to test your installation.

  1. Insert the dummy module: modprobe dmxdummy. You should see some messages in your system logs telling you everything went well.
  2. Start the Curses DMX console in the tools/dmxconsole directory. You should be able to alter some channels.
  3. Start a second curses console. You should see updates from the other running program.
  4. If everything went all right you may try loading your hardware driver. Remove the dummy driver: modprobe -r dmxdummy
  5. Now load your hardware driver, for example modprobe dmxsoundlight or modprobe usb2dmx
  6. Now you should be able to control your lighting hardware with the applications

Working with dmx as a user

The driver will add a new group to your system named dmx (see file /etc/group). The two device nodes /etc/dmx and /etc/dmxin belong to this group. If you want to use your DMX applications with a user other than root, you should add that user to the group dmx with the following command (as root) usermod -G dmx <username>.

DMX4Linux - FAQ

Can be found on the FAQ Page

DMX4Linux applications

The following applications are part the DMX4Linux distribution. These are simple applications to control your dmx universes.
dmxconsole curses dmx application
midi2dmx converts midi messages to dmx slots


Search:
https://llg.cubic.org/dmx4linux © 2001-2024 by Dirk Jagdmann and Michael Stickel