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

Well done! It works well on Ubuntu 20.04 LTS with Linux 5.4.0-72-generic & ios 14.5.1 #6

Open wyipeng123 opened 3 years ago

wyipeng123 commented 3 years ago

As a Linux new player, firstly i met a error when building. It says there has no build folder in lib/modules/uname, and finally i have found that usually ubuntu didn't install header and modules of kernel for us so that we should install them manually.

All in all, thanks for your contribution!

potato1992 commented 3 years ago

As a Linux new player, firstly i met a error when building. It says there has no build folder in lib/modules/uname, and finally i have found that usually ubuntu didn't install header and modules of kernel for us so that we should install them manually.

All in all, thanks for your contribution!

So have you solved your problem? It should not be hard for ubuntu to install the Header and continue applying the patch.

wyipeng123 commented 3 years ago

Yes, i have solved my problem, thank you for your comments