回复:LAN card connection setup in RHEL 4.5

来源: 2007-06-05 17:05:53 [旧帖] [给我悄悄话] 本文已被阅读:

自动加载kernel module: forcedeth

echo modprobe forcedeth >> /etc/rc.modules
chmod +x /etc/rc.modules

检查验证驱动:
lspci|grep -i net
dmesg|grep forcedeth
ifconfig -a

然后就可以配置IP了