-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
I'm trying to use this package, but I get an error: libusb: bad access [code -3]
I checked here, http://libusb.sourceforge.net/api-1.0/group__misc.html#ggab2323aa0f04bc22038e7e1740b2f29efa131f3c2f6f2bb40bc6fb60ccb6f3152f
the libusb docs, and I see that this bad access means I have insufficient permissions. I can't seem to find the file that libusb is trying to access. Normally I've been working with either: /dev/usb/hiddev0 or /dev/bus/usb/001/0XX, and that's where the device is connecting to my machine, but relaxing the permissions in these directories/files doesn't change this error code.
The device Path is like this 05f3:00ff:01.02, which is the Vendor and Product numbers, (with two other bits I don't know are about), is this 'path' what I should be looking into?
I'm running Arch Linux.