nut
nut copied to clipboard
Please document how to run with LIBUSB_DEBUG=x or enable libusb debug output with nut debug options
To investigate USB issues it is important to see the debug output from libusb. Either the env var LIBUSB_DEBUG must be set to e.g. 4, or the program can call libusb_set_debug() to set debug level per libusb context.