当我进入恢复模式并想要激活网络时,我通常会输入:
dhclient eth0
此后,我就可以 ping 到 www.google.com。
但是,我收到以下错误:
RTNETLINK answers: File exists
resolvconf: Error: /run/resolvconf/interface either does not exist or is not a directory
谢谢你的帮助!
答案1
打开终端并输入
sudo dpkg-reconfigure resolvconf
然后再试一次。