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

ERROR: No device found! #91

Open
WhyNotHugo opened this issue Aug 12, 2023 · 2 comments · May be fixed by #92
Open

ERROR: No device found! #91

WhyNotHugo opened this issue Aug 12, 2023 · 2 comments · May be fixed by #92

Comments

@WhyNotHugo
Copy link

> ifuse --list-apps
ERROR: No device found!
Is the device properly connected?
If it is make sure that your user has permissions to access the raw USB device.
If you're still having issues try unplugging the device and reconnecting it.

Checking dmesg indicates that the device is detected:

[162142.406033] usb 1-5: new high-speed USB device number 27 using xhci_hcd
[162142.535752] usb 1-5: New USB device found, idVendor=05ac, idProduct=12a8, bcdDevice=14.06
[162142.535755] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[162142.535756] usb 1-5: Product: iPhone
[162142.535756] usb 1-5: Manufacturer: Apple Inc.
[162142.535757] usb 1-5: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXX

I don't see any reason why my user would have access to the raw device. I installed ifuse via my distribution (Alpine) packages, and the package doesn't include any udev rule which would grant my permissions to access the device node.

I tried doas chown hugo /dev/bus/usb/001/005, but that didn't solve the issue (it's an ugly approach, but I did expect it to work).

Any ideas what might be wrong?

WhyNotHugo added a commit to WhyNotHugo/ifuse that referenced this issue Aug 13, 2023
@WhyNotHugo WhyNotHugo linked a pull request Aug 13, 2023 that will close this issue
@rishabh96b
Copy link

I'm facing the same issue as well. It was working fine on iOS 16 but not in iOS 17. Although lsusb shows that apple device is connected.

@WhyNotHugo
Copy link
Author

The cause in my case was that I wasn't running usbmuxd. If a different device worked, I suspect you might be seeing some other issue.

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

Successfully merging a pull request may close this issue.

2 participants