The Set Up
- Phone - Moto z3 - developer mode ON, debugging mode ON
- easytether - v 1.1.19
- Ubuntu - 18.04.2
Actions taken
- installed easytether Pro
- installed drivers (easytether_0.8.9_amd64.deb)
dpkg -i easytether_0.8.9_amd64.deb
- ran following cmd
sudo easytether-usb
returns error message
interface tun-easytether is used by another process (hotplug?)
What I've Tried
- Restarting both phone and laptop.
- Turned wi-fi on and off
- Restarted the network manager
sudo systemctl restart network-manager.service
- Restarted the ModemManager
sudo systemctl restart ModemManager-manager.service
- Even though it states it's for 16.04 I added
source-directory interfaces.d
to myetc/network/interfaces
file. - As per easytether pro documentation tried running the following commands
# systemctl enable systemd-networkd
# systemctl start systemd-networkd
systemd-networkd not found?
The questions
- Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?
- If the process lock isn't my issue, where should I logically looking?