linux – CentOS网络BNX2

前端之家收集整理的这篇文章主要介绍了linux – CentOS网络BNX2前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我的网卡有问题.服务器启动正常,我可以wget / ping等.但是,当我/etc/init.d/networking重启时,我收到以下错误
Bringing up interface eth0: bnx2: fw sync timeout,reset code = 1030009
SIOCSIFFLAGS: Device or resource busy

因此,任务失败.我已经搜索了谷歌用户建议在BIOS中禁用PNP但我看不到任何选项.以下是一些系统信息:

$ethtool -i eth0
driver: bnx2
version: 2.0.8-rh
firmware-version: bc 2.9.1

$uname -a
Linux host 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

$/sbin/lspci | grep Broadcom
04:00.0 PCI brodge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3)
05:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5700 Gigabit Ethernet (rev 12)
08:00.0 PCI brodge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5700 Gigabit Ethernet (rev 12)

$lsmod | grep bnx2
bnx2i                  81704  0 
cnic                  109512  1 bnx2i
libiscsi2              77765  6 be2iscsi,ib_iser,iscsi_tcp,bnx2i,cxgb3i,libiscsi_tcp
scsi_transport_iscsi2    73945  8 be2iscsi,libiscsi2
bnx2                  224780  0 
scsi_mod              199001  15 mpt2sas,scsi_transport_sas,mptctl,be2iscsi,libiscsi2,scsi_transport_iscsi2,scsi_dh,sg,libata,megaraid_sas,sd_mod

$rmmod bnx2; modprobe bnx2
PCI: Enabling device 0000:05:00.0 (0158 -> 015a)
PCI: Enabling device 0000:09:00.0 (0158 -> 015a)
bnx2: fw sync timeout,reset code = 10300003

任何帮助将不胜感激,因为我不知所措.

解决方法

猜你在找的Linux相关文章