回複: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了