系统的网络服务与此版本的网络管理器不兼容《==
First open Terminal and log in as root.
# su
After that go the correct folder.
# cd /etc/NetworkManager/system-connections/
Now take a look at the content of this folder. If you had a VPN connection e.g. there must be a file with the name of that connection.
# ls -la
Now you can remove that file or you can move it to another folder (so you can set it back if this solution does not work for your problem).
To move the file to your personal folder use the following command:
# mv <filename> /home/<username>/ #username是你的用户名
Now the only thing left is starting the Network Manager:
# NetworkManager
# su
After that go the correct folder.
# cd /etc/NetworkManager/system-connections/
Now take a look at the content of this folder. If you had a VPN connection e.g. there must be a file with the name of that connection.
# ls -la
Now you can remove that file or you can move it to another folder (so you can set it back if this solution does not work for your problem).
To move the file to your personal folder use the following command:
# mv <filename> /home/<username>/ #username是你的用户名
Now the only thing left is starting the Network Manager:
# NetworkManager
本文提供了解决系统网络服务与网络管理器版本不兼容的方法,包括登录为root用户、进入配置文件目录、查看并移除或移动特定文件,以及启动网络管理器。适用于遇到网络连接问题时的排查与修复。

被折叠的 条评论
为什么被折叠?



