[email protected] wrote: > when I start the software (usb-dongle connected) it throws a > usb_claim_interface error -5
$ grep -- -5 src/libusb/libusb/libusb.h
LIBUSB_ERROR_NOT_FOUND = -5,
>From the log: (thanks)
ioctl(5, USBDEVFS_CLAIMINTERFACE, 0x7fd063c4) = -1 ENOENT (No such file or
directory)
The kernel is saying that the interface doesn't exist.
lsusb -v for this device run on the fritzbox would be interesting.
//Peter
