USB reset fails when using a LimeSDR Mini on FreeBSD
Hans Petter Selasky
hps at selasky.org
Fri Jun 26 12:47:43 UTC 2020
Hi,
On 2020-06-26 13:51, Jan Behrens wrote:
> I made the discovery that running the library as root works just fine!
The libusb_reset_device() function needs root permissions! This is
expected. There are specific checks in the kernel for this.
Can you run this app as root, and then change to non-root after
libusb_reset_device() has been executed?
--HPS
More information about the freebsd-usb
mailing list