Jasem Mutlaq
Jasem Mutlaq
Btw, x86_32 support is pretty much dropped. Only armhf is remaining but even that is not as supported build-wise as arm64 and x86_64 which will be the dominating architectures in...
Can you please check if the issue is resolved?
INDI 1.9.9 is due Nov 30th so it would be great if this is resolved before then. Two weeks left.
Yes we can add to core. Submit a PR at INDI core and I'll help with the merge if there are any issue.
Yes bullseye, it works fine without any issues.
would this make it possible to programatically retrieve ID + password as well for unattended devices?
Yes that doesn't even at all, it needs to be this: ``` connection.socket.onmessage = function (data) { store.dispatch(createMessageAction(endpoint, data)) } connection.socket.onopen = function () { store.dispatch(createConnectionAction(endpoint)) } connection.socket.onclose = function...
The system just reads whatever XML files are in /usr/share/indi so you probably have both in there?
Custom drivers should be synced from the client to web manager. Maybe the web manager is bugged and does not reflect all the custom drivers?
Thank you, there was a discussion on this issue here https://github.com/raspberrypi/linux/issues/5552 Right now, `CONFIG_USB_CONFIGFS_F_FS` is apparently used. I don't think works with umtp-responder.