Hi Peter
Thank you for your quick answer!
I can see the DMX-controller as /dev/ttyUSB0
ls -al /dev/dmx* did not list any devices, so I created '/etc/udev/rules.d/10-local.rules' and filled it with:
---
# udev rules for ftdi devices
SUBSYSTEM=="usb|usb_device", ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", GROUP="plugdev"
---
then I rebooted the Raspi and started OLAD -l 4 again.
I see a
'PluginManager.cpp:112: Started Enttec
Open DMX'
which should mean that OLA is working with the Enttec Open DMX.
In the DMX-control (web-UI) I put the needed channels up(255) but nothing happened.
Then I set all channels to 255 - no reaction!
(The same configuration works under windows with freestyle as a charm. => hardware ok!)
What did I not understand?
Wolfgang