设置
- 手机 - Moto z3 - 开发者模式开启,调试模式开启
- easytether - v 1.1.19
- Ubuntu - 18.04.2
所采取的行动
- 安装了easytether Pro
- 安装的驱动程序(easytether_0.8.9_amd64.deb)
dpkg -i easytether_0.8.9_amd64.deb
- 运行以下 cmd
sudo easytether-usb
返回错误消息
interface tun-easytether is used by another process (hotplug?)
我试过的
- 重启手机和笔记本电脑。
- 打开和关闭 wi-fi
- 重新启动网络管理器
sudo systemctl restart network-manager.service
- 重新启动调制解调器管理器
sudo systemctl restart ModemManager-manager.service
- 即使它声明它是针对 16.04 我添加
source-directory interfaces.d
到我的etc/network/interfaces
文件中的。 - 根据easytether pro文档尝试运行以下命令
# systemctl enable systemd-networkd
# systemctl start systemd-networkd
系统网络未找到?
问题
- 使用 tun-easytether 接口是否存在问题?如果是,我怎样才能知道它有什么吸引人的地方?
- 如果进程锁定不是我的问题,我应该从逻辑上看哪里?
再次查看 easytether-pro 文档并在 Ubuntu 18.04 下它指示用户启用/启动
systemd-networkd
这次我对字符串“systemd”使用了命令行补全,结果之一是
systemd-networkd.service
对于 18.06 来说,末尾有“.service”似乎是新的。
任何我在线上的人都是最重要的。希望这对其他人有帮助。