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 - FAQ
Today I investigated a little further, and I found that the
kernel-sources were not installed. After I installed them, and after I
made the configurations suggested in that version.h file, I recomiled.
Now I get an error that modversions.h is not found (referenced by
dmx_dev.c). I can't find such a file. Any hints were I could find it ?
Im looking at the Non-Blocking read and it takes two parameters. What would I pass into it? The same is done by DMXINdev but with --dmxin If it fails for you, check if the special files /dev/dmx and /dev/dmxin or /dev/misc/dmx and /dev/misc/dmxin
do exists. [michael@starbase htmlexamples]$ ls -l /dev/dmx* crw-rw-rw- 1 root root 10, 223 Oct 28 11:42 /dev/dmx crw-rw-rw- 1 root root 10, 224 Oct 28 11:42 /dev/dmxin If they exist but it fails anyway try to set the access rights: |