nut icon indicating copy to clipboard operation
nut copied to clipboard

Please document how to run with LIBUSB_DEBUG=x or enable libusb debug output with nut debug options

Open tormodvolden opened this issue 5 months ago • 11 comments

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.

tormodvolden avatar Sep 03 '24 21:09 tormodvolden