potato1992 / Iphone_usb_tethering_fix

Quick fix to iphone usb tethering with ios14 or higher for Linux kernel lower than 5.10.4
30 stars 2 forks source link

Didn't work for me #4

Closed SarahH12099 closed 1 year ago

SarahH12099 commented 3 years ago

Hello, so I ran your script then rebooted once it is complete and it still didn't work for me via Tethering using TetherMe (A tether tool for ios jb).

Details: Operating System: Linux Distro: Linux Mint 20.1 Cinnamon Kernel: 5.4.0-70-generic

Does it not work after a reboot?

potato1992 commented 3 years ago

Hello, it should work after a reboot. I do not know how does the TetherMe work or whether it relies on the ipheth module. Can you test with libimobiledevice to test whether the tethering is working properly? If your os is based on Debian, just install libimobiledevice with:

sudo apt-get install ipheth-utils libimobiledevice-dev libimobiledevice-utils

IOS does not require any third-party software for usb-tethering to work properly. Just open the hotspot in setttings and plug in the usb cable.

update: I found that on one of my device I have to install usbmuxd:

sudo apt-get install usbmuxd
potato1992 commented 1 year ago

I am closing this issue as no response has been received for 2 years.