Hello all,
I'm trying to get some basic functionality working with my lighting solution. I have a DMX-enabled light system connected through an Enttec OpenDMX USB bridge into an Arch Linux system.
I installed OLA, but I get the following when I run olad -l 4:
plugins/usbpro/WidgetDetectorThread.cpp:215: Found potential USB Serial device at /dev/ttyUSB0
common/io/Serial.cpp:158: Checking for /var/lock/LCK..ttyUSB0
common/io/Serial.cpp:199: Acquired /var/lock/LCK..ttyUSB0
plugins/usbpro/WidgetDetectorThread.cpp:221: New descriptor @ 0x7f9ea8000fe0 for /dev/ttyUSB0
plugins/usbpro/WidgetDetectorThread.cpp:384: trying stage 0 for 0x7f9ea8000fe0
common/io/EPoller.cpp:82: EPOLL_CTL_ADD 26, events 2001, descriptor: 0x7f9ea8002bb0
common/io/EPoller.cpp:306: ss process time was 0.000001
common/io/EPoller.cpp:306: ss process time was 0.000003
common/io/EPoller.cpp:306: ss process time was 0.000001
common/io/EPoller.cpp:306: ss process time was 0.000004
common/io/EPoller.cpp:306: ss process time was 0.000001
common/io/EPoller.cpp:306: ss process time was 0.000003
plugins/usbpro/UsbProWidgetDetector.cpp:323: USB Widget didn't respond to messages, esta id 0, device id 0
plugins/usbpro/UsbProWidgetDetector.cpp:326: Is device in USB Controller mode if it's a Goddard?
common/io/EPoller.cpp:116: EPOLL_CTL_DEL 26
plugins/usbpro/WidgetDetectorThread.cpp:384: trying stage 1 for 0x7f9ea8000fe0
common/io/EPoller.cpp:82: EPOLL_CTL_ADD 26, events 2001, descriptor: 0x7f9ea8002ac0
common/io/EPoller.cpp:306: ss process time was 0.000001
common/io/EPoller.cpp:306: ss process time was 0.000002
common/io/TimeoutManager.cpp:92: timeout 0x7f9ea8000d88 already in remove set
common/io/EPoller.cpp:116: EPOLL_CTL_DEL 26
plugins/usbpro/WidgetDetectorThread.cpp:381: no more detectors to try for 0x7f9ea8000fe0
common/io/Serial.cpp:247: Released /var/lock/LCK..ttyUSB0
common/io/EPoller.cpp:306: ss process time was 0.000001
So it seems like that's not working.
I also tried using the D2XX drivers from FTDI (which requires me to unload the usbserial module). I had reasonable success with the sample programs but couldn't get anything more advanced to work, so I decided to try the OLA route instead and that's what got me down this particular rabbit hole.
If anyone can help me find the quickest path to getting basic DMX functionality working, that would be MUCH appreciated.
Thanks!
Nathan