The following change in libusb broke it apparently: commit 6853291ed0c7a783d01be3f8813988fc6e5c5ac3 Author: Nathan Hjelm <hjelmn@me.com> Date: Thu Nov 29 16:14:03 2012 -0700 Add hotplug support to the Linux backend. There are two ways to configure hotplug support for Linux: udev, and netlink. It is strongly recommened that udev support is used on systems that utilize udev. We reenforce this recommendation by defaulting to --with-udev=yes at configure time. To enable netlink support run configure with --with-udev=no. If udev support is enabled all device enumeration is done with udev. Signed-off-by: Hans de Goede <hdegoede@redhat.com> I've got some feedback from upstream that there is currently no solution available as it's caused by conflicting resource sharing which is now implemented in libusb but also in the cyberjack driver. Just removing the cyberjack implementation does not fix the issue but causes a different error.