我在Ubuntu12.04,64位,新安装.我有一个有线连接(eth1接口),IP地址由DHCP分配,并设置PEAP身份验证(wpa_supplicant)。
我的问题是,网络不会在启动时启动。我必须在没有互联网连接的情况下登录,然后我必须手动启动网络管理器(sudo start网络管理器)。它起作用了,连接开始了,我在线了。
所以我的问题是为什么网络管理器没有在引导时启动?在/var/log/syslog中,我发现了以下消息:
init: network-interface (lo) pre-start process (589) terminated with status 1
init: network-interface (eth1) pre-start process (590) terminated with status 1
init: network-interface (lo) post-stop process (604) terminated with status 1
init: network-interface (eth1) post-stop process (606) terminated with status 1再往前走一点
init: networking main process (873) terminated with status 1我是Ubuntu的新手,我试图自己找到解决方案,但我完全失败了。拜托,有人能帮忙吗?
发布于 2012-11-22 02:19:49
您的接口配置脚本中可能有错误。看看/etc/network/interfaces,保持简单,网络管理器将管理接口.
贝娄,你有一个工作配置的例子。只要第一行就足够了,但是如果您愿意的话,可以尝试添加最后两行。
auto lo iface lo inet loopback
auto eth0
iface eth0 inet dhcphttps://askubuntu.com/questions/190544
复制相似问题