Thank you for your answer.
After a couple of tries I managed to install ola 0.9.8. (git clone etc. -> make install) A couple of questions remain:
* olad is not starting at boot. I start it manually in a terminal with olad -f or olad -l 3. How can I start olad on boot?
* The config directory moved from /var/lib/ola/conf to ~/.ola. Can I delete the folder /var/lib/ola/conf?
* On the webpage localhost:9090 I make a universe and add ports. To get Enttec dmx usb pro or dmxKing is not possible. I checked in the terminal windows and found these messages:
common/io/Serial.cpp:181: Acquired /var/lock/LCK..ttyUSB0
common/io/IOUtils.cpp:48: open(/dev/ttyUSB0): Permission denied
plugins/usbpro/WidgetDetectorThread.cpp:215: Found potential USB Serial device at /dev/ttyUSB0
common/io/Serial.cpp:181: Acquired /var/lock/LCK..ttyUSB0
common/io/IOUtils.cpp:48: open(/dev/ttyUSB0): Permission denied
It seems that I don't have the correct permissions for using the usb devices.
I found (
http://opendmx.net/index.php/The_Newbie_Guide_for_OLA_on_Ubuntu) your suggestion to check permissions.
With cat /etc/group | grep gunther
I get:
dialout:x:20:olad,gunther
cdrom:x:24:gunther
floppy:x:25:gunther
audio:x:29:pulse,gunther
dip:x:30:gunther
video:x:44:gunther
plugdev:x:46:gunther,olad
scanner:x:106:saned,gunther
bluetooth:x:111:gunther
netdev:x:113:gunther
gunther:x:1000:
olad:x:123:gunther
The permissions you suggested are included.
After Device setup, Option 1 from the webpage metioned above, the Enttec works!
Conclusion: It took me hours of searching on different webpages to get OLA working. I'm usualy a Windows user and not fit in Linux, so it's much try and error. Obviously, OLA isn't a plug and play software, but it takes too many tries to get it working! (At least for people like me who are not Linux experts)
Many thanks for this excellent software and your help!
gunther