Hi,
I'm working on an artistic project based on changing light effects with some DMX LED projector so I've bought an Enttec USB DMX Pro (http://www.enttec.com/?main_menu=Products&pn=70304).
Now I'm trying to setup the dmx interface with the Open Light Architecture projcet : https://www.openlighting.org/ but without success.
I've compiled ola-git from aur and installed optional dependencies.
When I plug the enttec dmx interface it appears on /dev/ttyUSB0, so I think it's not a udev problem. But when I start ola daemon :
$this->bbcode_second_pass_code('', 'olad -l 4') no enttec usb dmx is recognized.
I've this :
$this->bbcode_second_pass_code('', '
[.....]
common/io/EPoller.cpp:306: ss process time was 0.000006
common/io/EPoller.cpp:306: ss process time was 0.000004
common/io/EPoller.cpp:306: ss process time was 0.000002
common/io/Serial.cpp:135: Checking for /var/lock/LCK..ttyUSB0
common/io/EPoller.cpp:306: ss process time was 0.000003
plugins/usbpro/WidgetDetectorThread.cpp:215: Found potential USB Serial device at /dev/ttyUSB0
common/io/Serial.cpp:135: Checking for /var/lock/LCK..ttyUSB0
plugins/sandnet/SandNetDevice.cpp:151: Sending Sandnet advertisement
plugins/usbpro/WidgetDetectorThread.cpp:215: Found potential USB Serial device at /dev/ttyUSB0
common/io/Serial.cpp:135: Checking for /var/lock/LCK..ttyUSB0
common/io/EPoller.cpp:306: ss process time was 0.000004
common/io/EPoller.cpp:306: ss process time was 0.000004
plugins/pathport/PathportDevice.cpp:144: Sending pathport arp reply
common/io/EPoller.cpp:306: ss process time was 0.000004
plugins/sandnet/SandNetDevice.cpp:151: Sending Sandnet advertisement
common/io/EPoller.cpp:306: ss process time was 0.000004
common/io/SelectPoller.cpp:233: ss process time was 0.000330
[.....]')
ola_dev_info command dosen't show me any enttec dmx interface ...
I've searched on the web but there no real documentation on how to setup manually a dmx interface.
Any help is appreciated.
Thank you.