您的位置:首页 > 其它

安装 xen interface eth0 does not exist的问题

2012-04-14 17:58 357 查看
interface eth0 does not exist的问题成功解决

第一种可能:内核中没有网卡驱动导致找不到网卡

可以试试这个方法
http://hily.me/blog/2008/11/gentoo-eth0-does-not-exist/
第二种可能:网卡名称改变,可以用ifconfig eth1 up或eth2 试试

借鉴这个
http://www.linuxsir.org/bbs/printthread.php?t=294230
本人实例:

本人在虚拟机上装了LFS6.3的linux一切OK,后来换了一台计算机,居然找不到网卡,显示“interface eth0 does not exist”,但是虚拟机的网卡都是一样的,怎么会出现这种情况呢?原来是网卡的不同在linux中有了不同的命名,所以被改成eth2了,用ifconfig eth2 up就好了,哈哈。
In a terminal (console) type the following and paste the result along with your card information:

Code:
dmesg | grep eth0
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐