I upgraded from ubuntu 16.04 to 22.04.
In ubuntu 16.04 I would just plug in my phone to charge, and I could tether internet very easily. The phone just asks for the pin and it worked.
In ubuntu 22.04, I can't make it work.
I have installed: ipheth-utils, libimobiledevice-dev and libimobiledevice-utils following these commands:
sudo apt-get install ipheth-utils
sudo apt-get install libimobiledevice-dev
sudo apt-get install libimobiledevice-utils
which I found on this tutorial, https://www.youtube.com/watch?v=hGx8JeyGKtk
I also tried to unpair the device and pair it again with
me@mycomputer:~$ idevicepair unpair
No device found.
me@mycomputer:~$ idevicepair pair
No device found.
Also, there is a solution here
tethering iphone 6s and ubuntu 20.04 - not working
saying that one has to upgrade the kernel. Is there a way to avoid upgrading the kernel?
Any ideas are appreciated.
