waiting for network configuration 升级11.10 出现问题,无线找不到网络

 
 不知道什么时候升级11.10,然后发现电脑启动就一直停在ubuntu 界面上,然后出现 waiting for network configuration,然后 接着是 waiting up to more than 60s for network configuration 。然后半天后进入桌面,发现无线找不到网络,后来一番谷歌,终于几个帖子找到了答案 
 

1 https://bugs.launchpad.net/ubuntu/+s...us/+bug/811441

Post #24 

2 http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=348923

Post #9


我也按照1做了一边,不过没用,后来看到了2的做法,我立马试了一下,果然好了,我的情况是用了DSL拨号,所以产生了这个问题,解决方法如下:

sudo gedit /etc/network/interfaces

change

iface lo inet loopback

to 

iface lo inet manual


你可能感兴趣的:(网络,ubuntu,UP,NetWork)