You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jonah@Jonahs-MBP ipwndfu-master % ./ipwndfu -p
Traceback (most recent call last):
File "./ipwndfu", line 48, in <module>
device = dfu.acquire_device()
File "/Users/jonah/Downloads/ipwndfu-master/dfu.py", line 16, in acquire_device
for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend):
File "/Users/jonah/Downloads/ipwndfu-master/usb/core.py", line 1263, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
The text was updated successfully, but these errors were encountered:
Please don't suggest I install libusb since I have already run brew install libusb a few times with no success. Unless there is another method of installing it. I checked other tutorials that use apt-get to install it but I can't do that on Mac.
The text was updated successfully, but these errors were encountered: