客户有一台IBM X3850 X5(7143),加了一块网卡(49Y4240)Intel Ethernet Dual Port Server Adapter I340-T4 for IBM System x,但用lspci查看网卡时,发现为 Ethernet controller: Intel Corporation
Unknown
device
1516
(rev
01),
到
/etc/sysconfig/network-scripts/目录下,也只看到主板上的两块网卡(ifcfg-eth0 and ifcfg-eth1)。第一想到就是驱动没有上,在IBM网站搜索关键字I340-T4找到了网卡驱动(igb-3.1.16),链接如下:
http://www..com/doc/1a3552803.html,/support/entry/portal/docdisplay?lndocid=MIGR-5087548#APPLYCOUNTRY
#tar vzxfz igb-3.1.16.tar.gz #cd /igb-3.1.16/src #make install #modprobe igb #reboot
#lspci |grep -i eth
还是Ethernet controller: Intel Corporation Unknown device 1516 (rev 01),但是在/etc/sysconfig/network-scripts/看了一下ifcfg-eth0 ifcfg-eth1 ifcfg-eth2 ifcfg-eth3总算上网卡驱动好了,但现在也不明白为什么是Intel Corporation Unknown device 1516 (rev 01)
因篇幅问题不能全部显示,请点此查看更多更全内容