Skip to content

usb.core.USBError: [Errno 19] No such device (mac os M1) #482

Closed Answered by mcuee
chavilaw asked this question in Q&A
Discussion options

You must be logged in to vote

What is this device? If this device has already a kernel driver or application which has exclusive access to the device, then you can not use libusb/pyusb with the device. You will find the device but you can not really carrying out USB transfers. Your dev.set_configuration() call will fail.

You can try libusb example program like xusb to see if that works or not.

Reference:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mcuee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #476 on June 05, 2023 14:25.