poulti
poulti
Hello, I got the same issue with a Coral USB device on WSL2 Ubuntu 22.04 and accessed by a Frigate in a docker container. Can I help diagnose the issue?
> @poulti Can you do the plan in [#423 (comment)](https://github.com/dorssel/usbipd-win/issues/423#issuecomment-1186507849)? Still on my todo-list, lots on at the moment - bear with me :)
I looked at paho.mqtt.client (python library to connect to mqtt brokers, the one used by Frigate) A code snippet in the connect_srv method reveals: In client.py, line 933 ```py try:...
Linked to issue https://github.com/jakowenko/double-take/issues/294 And two pull requests to fix it: PR https://github.com/jakowenko/double-take/pull/295 and/or? PR https://github.com/jakowenko/double-take/pull/304 Could one or the other be merged? (looks like they are doing the same...
Hello, Thanks for replying. I noticed when the led is back on (on the device) the mmWave led switch is still in "off" state. I have to tap the "on"...
Could you please detail what you changed in the config file? Thanks
Thanks. I'm interested to understand what triggered this strange behaviour, but in the meantime, I'll deactivate the mmWave LED. Edit: commenting the code above does not deactivate the LED, just...
Updated to latest config + commented the mmWave switch part - still lights up from time to time. It just lit up now, and in the dashboard/log I see "mmWave...
> It works if network is routed, i.e. with `--gateway` specified: > > ``` > $ docker network create -d macvlan \ > --subnet 192.168.34.0/24 \ > --gateway 192.168.34.1 \...