mcuee

Results 3052 comments of mcuee

> Yes, that is probably the same underlying issue, in the same context of detach/reattach kernel drivers. It was acknowledged in the bug fix that there still could be something...

> > * Not everyone has a spare Raspberry Pi lying around so I'm experimenting with Crusader installed directly on the router > > It's probably more likely that users...

Maybe using a container like the following and add iperf3/flent/crusader and OOkla SpeedTest CLI to the container will help. No need to mesh with the host system. https://hub.docker.com/r/nicolaka/netshoot BTW, the...

The above setup is what I liked to last time since I used to have two public IPv4 addresses and two /56 IPv6 prefixes delegation with my old 1Gbos Fibre...

Is the device recognized by Windows as a valid USB device? 000 is not a valid vendor ID.

I think it is easier to use CMake command line option to disable the Python binding. Let me try and give an option later. As for installation of Python bindings,...

I was hoping `./build.sh -f "-D HAVE_SWIG=0"` will work to disable Python bindings but it does not work. * https://github.com/avrdudes/avrdude/issues/1920#issuecomment-2323106825

@leventelist and @ndim I think there is kind of a bug here that the Python binding has kind of hard-coded path which does not honor CMAKE option: `-D CMAKE_INSTALL_PREFIX:PATH=/home/mcuee/bin`. ```...

BTW, mostly Windows users using MSVC has to manually install the Python extension. I tend to believe it is the same for macOS Homebrew users. Homebrew avrdude formula does not...

Swig and Python detection may also need to be improved. The following is from my Mac Mini M1 running the latest macOS 15.0 and Homebrew. It detects the wrong default...