First of all thank you so much for this cool Software! I'm really amazed and very happy about it!
I'm using the latest Raspberry Pi Image (4.10.2b) and trying to get QLC+ working with my brand-new DMX4ALL NanoDMX interface. However, it seems that the interface can not be initialized:
Code: Select all
root@raspberry-pi:~# /usr/bin/qlcplus --web --operate --overscan --kiosk --debug 0 --open /root/.qlcplus/autostart.qxw
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
Q Light Controller Plus version 4.10.2b
This program is licensed under the terms of the Apache 2.0 license.
Copyright (c) Heikki Junnila (hjunnila@users.sf.net)
Copyright (c) Massimo Callegari (massimocallegari@yahoo.it)
"/usr/share/qlcplus/fixtures/BoomToneDJ_Slim_PAR_7x3W_LED_RGB.qxf" not in FixturesMap.xml
bool QLCFixtureDefCache::addFixtureDef(QLCFixtureDef*) Cache already contains "BoomToneDJ Slim PAR 7x3W LED RGB"
"/usr/share/qlcplus/fixtures/Showtec-Atmos-F350.qxf" not in FixturesMap.xml
OLA: common/network/TCPSocket.cpp:158: connect(127.0.0.1:9010): Connection refused
olaout: Connect failed, is OLAD running?
[OLA] Start thread failed
virtual bool LibFTDIInterface::openByPID(int) "NanoDMX Interface" device not found
virtual bool LibFTDIInterface::write(const QByteArray&) "NanoDMX Interface" USB device unavailable
virtual bool Stageprofi::open(quint32, bool) "NanoDMX Interface" Initialization failed
virtual bool LibFTDIInterface::write(const QByteArray&) "NanoDMX Interface" USB device unavailable
virtual bool LibFTDIInterface::openByPID(int) "NanoDMX Interface" device not found
virtual bool LibFTDIInterface::write(const QByteArray&) "NanoDMX Interface" USB device unavailable
virtual bool Stageprofi::open(quint32, bool) "NanoDMX Interface" Initialization failed
virtual bool LibFTDIInterface::write(const QByteArray&) "NanoDMX Interface" USB device unavailable
Code: Select all
[ 850.347282] usb 1-1.4: new full-speed USB device number 7 using dwc_otg
[ 850.460835] usb 1-1.4: New USB device found, idVendor=03eb, idProduct=2018
[ 850.460861] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 850.460879] usb 1-1.4: Product: NanoDMX Interface
[ 850.460895] usb 1-1.4: Manufacturer: DMX4ALL
[ 850.462194] cdc_acm 1-1.4:1.0: ttyACM0: USB ACM device
Code: Select all
case DMXUSBWidget::DMX4ALL:
widgetList << new Stageprofi(iface, output_id++);
break;
Lust but not least what also puzzles me quite a bit: On my MacBook Air with QLC+ 4.10.2b, the NanoDMX works like a charm. How is this possible, since it should be built from the same source I guess?
Many thanks for your suggestions & comments!