在 Ubuntu 更新之一之后,我的以太网连接不受管理,并且在加载操作系统时无法工作。
\n我尝试了不同的解决方案,发布在互联网上:
\n无有线连接 - 有线非托管 ubuntu 18.04
\n https://superuser.com/questions/1429490/unmanagement-network-manager-in-ubuntu
\n https://forum。 linuxconfig.org/t/wired-unmanagement-ubuntu-desktop-issue/1574
\n网络管理器显示“设备未受管理”
\n以太网设备未受管理
他们都没有工作。
\n我还尝试使用nmtui
工具激活连接,但出现以下错误:
\xe2\x94\x82\xe2\x94\x82 Could not activate connection: \xe2\x94\x82 \xe2\x94\x82 \n\xe2\x94\x82\xe2\x94\x82 Connection \'Wired connection 1\' is \xe2\x94\x82 \xe2\x94\x82 \n\xe2\x94\x82\xe2\x94\x82 not available on device eth0 because \xe2\x94\x82 \xe2\x94\x82 \n\xe2\x94\x82\xe2\x94\x82 device is strictly unmanaged \xe2\x94\x82 \xe2\x94\x82 \n
Run Code Online (Sandbox Code Playgroud)\n为了提供更多上下文,以下是相关的系统配置信息:
\n~$ cat /etc/NetworkManager/NetworkManager.conf\n[main]\nplugins=ifupdown,keyfile\n\n[ifupdown]\nmanaged=true\n\n[device]\nwifi.scan-rand-mac-address=no\n\n[logging]\nlevel=TRACE\n\n~$ cat /etc/network/interfaces\n# interfaces(5) file used by ifup(8) and ifdown(8)\nauto lo\niface lo inet loopback\n\n~$ cat /etc/NetworkManager/conf.d/10-globally-managed-devices.conf …
Run Code Online (Sandbox Code Playgroud)