DELL R420\R720\R430等等系列,安装centos/rhel 5.5/6.3/6.4 suse11sp2/sp3的之后,网卡不能找到解决办法;
1、安装驱动包
yum install tg3-3.133e-2.dkms.noarch.rpm或者rpm -ivh tg3-3.133e-2.dkms.noarch.rpm
2、加载模块
[root@localhost ~]# modprobe tg3
[root@localhost ~]# vim /etc/modprobe.conf
alias eth0 tg3
alias eth1 tg3
3、重启服务器
1