Page 1 of 1

Hotplug for unstable USB-connections

Posted: Tue Jul 17, 2018 12:46 pm
by athomsen
Arch Linux, latest QLC+4 (qt5 build).

I've struggling with my Enttec USB DMX pro sometimes disconnecting and reconnecting < seconds after. I believe it has to do with a fog machine making noise in the laptop power supply or something - whatever.

I was hoping that the hotplug function in QLC would reconnect the device, but what I can read from the code it only populates the device list in QLC, correct?

It should be possible to implement a feature so that if a device (identified by serial number) is disconnected and reconnected (perhaps within a limited time) it is automatically patched in?

Re: Hotplug for unstable USB-connections

Posted: Tue Jul 17, 2018 1:18 pm
by mcallegari
It should be possible to implement a feature so that if a device (identified by serial number) is disconnected and reconnected (perhaps within a limited time) it is automatically patched in?
It already does that. Try manually

Re: Hotplug for unstable USB-connections

Posted: Wed Jul 18, 2018 4:02 pm
by athomsen
Yes, I gathered that.

Moved to github :-) https://github.com/mcallegari/qlcplus/issues/1086