红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

ubuntu下eth0,eth1,eth2...的解决

发布时间:2008-04-25 00:43:58来源:红联作者:Sednol
编辑 /etc/udev/rules.d/70-persistent-net.rules

可以看到eth的历史记录,我们全部删掉。根据

# PCI device 0x1106:0x3065 (via-rhine) 来修改文件

SUBSYSTEM=="net", DRIVERS=="forcedeth", ATTRS{vendor}=="0x1106", ATTRS{device}=="0x3065", NAME="eth0"

其中的两个0x根据自己的情况而不同。

reboot就可以了。
文章评论

共有 0 条评论