Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone SE (2016) NoBackend Error. Libusb is installed #305

Open
JSwamie opened this issue Jun 8, 2022 · 1 comment
Open

iPhone SE (2016) NoBackend Error. Libusb is installed #305

JSwamie opened this issue Jun 8, 2022 · 1 comment

Comments

@JSwamie
Copy link

JSwamie commented Jun 8, 2022

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
@JSwamie
Copy link
Author

JSwamie commented Jun 8, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant