R720服务器安装rhel 5识别不到网卡
1、安装rhel5.5 4个网卡都不能识别

3、安装rhel 6.4 后网卡都能识别到

5、下载对应厂商编号Linux驱动驱动:linux-3.136h.zip

6、检查kernel包和gcc编译包是否安装全[root@localhost tg3-3.136h]# rpm -qa | grep kernel[root@localhost tg3-3.136h]# rpm -qa | grep gcc


8、重启验证ifconfig和service network status 查看只有一个网卡被激活,ifconfig eth0 upifconfig eth1 upifconfig eth3 upservice network status 查看发现四个网卡都激活,重启之后发现只有网卡1和网卡3激活因为只需要用到一个网卡,所以不用启用其他网卡

