Try putting the line alias ethX e1000 where X = 0 if you have no other NICs, or more likely X = N+1 where N is the highest existing eth device (try ifconfig to see what you have active if in doubt, eth1 if you have eth0) to /etc/modprobe.conf
How to install Intel Corp.|82547GI Gigabit Ethernet Controller
最新推荐文章于 2024-07-02 17:06:23 发布
本文介绍如何通过修改/etc/modprobe.conf文件来配置额外的网络设备ethX。具体操作为添加一行alias ethX e1000,其中X的取值依据现有网络设备数量而定。若只有一个eth0,则X设为1;若有多个设备,X应为当前最高编号加一。
857

被折叠的 条评论
为什么被折叠?



