zoukankan      html  css  js  c++  java
  • 解决Ubuntu 12.04更新后 ”系统的网络服务与此版本的网络管理器不兼容“问题

    还是手贱,在修改了网络配置和更新后,开机,机子木有无线网卡了,有线网卡也非常诡异,必须要restart network才能连出去。

    在打开系统的网络连接面板时,出现系统的网络服务与此版本的网络管理器不兼容的错误。

    利用万能的Google,找到了解决办法。方法比较匪夷所思,我反正木有理解,但是就这么成了。。。

    方法就是4步走,看下面的引用:

    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
    

    附上此文链接:http://www.surfer07.be/fedora/

    当~~~你的网络管理界面里出现了久违的无线网卡~LOL

    PS:可能会出现未配置的情况,请reboot一下

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

    $ sudo su

       $ cd /etc/NetworkManager/system-connections/

       (查看你的网络设置的链接)

       $cd ..

       (进入上一层的文件夹-NetworkManager)

       $mv system-connectinos /home/Username

       (移到你可以找到文件夹)

       $mkdir system-connnections

       (这个时候应该就可以连接了)

       再可以试试连接,不行的话就把文件移回去

       $cd /home/Username

       $mv system-connections /etc/NetworkManager

  • 相关阅读:
    《一个医生的故事》:协和妇产科主任文艺散文集,三星
    《睡眠正能量》:《正能量》作者关于睡眠的科学研究的科普与综述,三星
    [miniApp] WeChat user login code
    [Vue @Component] Pass Vue Render Functions as Props for Powerful Patterns
    [Vue @Component] Write Vue Functional Components Inline
    [Vue @Component] Control Template Contents with Vue's Render Function
    [Vue @Component] Pass Props to Vue Functional Templates
    [JavaEE] Bootstrapping a JavaEE Application
    [Vue @Component] Place Content in Components with Vue Slots
    [Vue @Component] Define Props on a Vue Class with vue-property-decorator
  • 原文地址:https://www.cnblogs.com/yuxc/p/2613974.html
Copyright © 2011-2022 走看看