-
Notifications
You must be signed in to change notification settings - Fork 72
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
Make utility work in the face of 2 issues found on Ubuntu 16.04 #44
base: master
Are you sure you want to change the base?
Conversation
…s 2 instead of 0. I expect this will break it for people who don't suffer from this issue.
Not working for me, on Ubuntu 16.04. iPad starts to charge, but then is disconnected immediately and reattached. 645518.622571 Dmesg output; attach:
On using ipadcharge:
Error message I think is: |
It seems like your ipad is setup for tethering and that a related failure is resulting in a disconnect. This fix is not geared at fixing this new issue. |
My iPad doesn't even have a cellular chip, it's a wifi-only one. No tethering options show up in the pad's settings. I can't test the patch, because my Pad refuses to charge with it. It does appear to be getting further than the current version, however, yes. |
@jpptinsley can you please send the "lsusb -v" output from your setup with the ipad connected, maybe there's a clue there |
I'm wondering if this has to do with usbmuxd or ipheth. My pull request #48 tries to solve this issue but I do not think it does quite yet. It waits for |
This fork worked fine for me. 👍 |
Please follow my fork here: https://github.com/Tatsh/ipad_charge/ I will be supporting it. |
I hit 2 issues:
I also added some output to help future failures easier to diagnose (I think). Arguably those should be put behind a 'quiet' flag. While doing this I formatted the errors (for the better I believe).
This fixed issues [error -6] on Ubuntu 16.04 #42 (for me) and perhaps issue Doesn't work on Ubuntu 15.04 #34