CentOS 5.6 64bit默认不识别Dell R420网卡

 

根据服务器的网卡型号下载相应的驱动程序,我这里是Dell R420默认的板载网卡(Broadcom 5720),去以下链接下载相应网卡型号的驱动。

http://zh-cn.broadcom.com/support/ethernet_nic/downloaddrivers.php

 

 # unzip linux-3.124c.zip

# cd Server/Linux/Driver
# rpm -ivh tg3-3.124c-1.src.rpm
# cd /usr/src/redhat/SPECS
# rpmbuild -bb tg3.spec
# cd /usr/src/redhat/RPMS/x86_64
# rpm -ivh tg3-3.124c-1.x64_64.rpm

#modprobe tg3


在 /etc/modprobe.conf加入
alias eth0 tg3
alias eth1 tg3

 

执行

#ethtool -i eth0

就可以看到网卡信息了