Hello,
I spun up a new install of XG on a 1U Xeon server. This server has 2 built in Intel network cards which work perfectly. I have also installed a QLogic NetXtreme II BCM57810 10GbE dual port network card. After install optics, the link is established. After configuring the nic in XG, the status/interface shows as "Disabled 10000 Mbps - Full Duplex".
Connecting to SSH, if I try ifconfig Port1 up, I received the following error:
SF01V_SO01_SFOS 17.5.6 MR-6# ifconfig Port1 up
ifconfig: SIOCSIFFLAGS: No such file or directory
SF01V_SO01_SFOS 17.5.6 MR-6# dmesg |grep bnx2 [ 32.792881] bnx2x: [bnx2x_init_firmware:12642(Port2)]Can't load firmware file bnx2x/bnx2x-e2-7.8.17.0.fw [ 32.792885] bnx2x: [bnx2x_func_hw_init:5469(Port2)]Error loading firmware
[ 32.792890] bnx2x: [bnx2x_nic_load:2671(Port2)]HW init failed, aborting
[ 33.035343] bnx2x: [bnx2x_init_firmware:12642(Port1)]Can't load firmware file bnx2x/bnx2x-e2-7.8.17.0.fw
[ 33.035347] bnx2x: [bnx2x_func_hw_init:5469(Port1)]Error loading firmware
[ 33.035350] bnx2x: [bnx2x_nic_load:2671(Port1)]HW init failed, aborting
[ 7884.535668] bnx2x: [bnx2x_init_firmware:12642(Port1)]Can't load firmware file bnx2x/bnx2x-e2-7.8.17.0.fw
[ 7884.535681] bnx2x: [bnx2x_func_hw_init:5469(Port1)]Error loading firmware
[ 7884.535684] bnx2x: [bnx2x_nic_load:2671(Port1)]HW init failed, aborting
The firmware file appears to be missing. I found a copy on Github here: https://github.com/TI-OpenLink/firmwares/blob/master/bnx2x/bnx2x-e2-7.8.17.0.fw but when I try to download it to either /sys/module/bnx2 or /lib/modules/3.14.22/drivers/net/ethernet/broadcom/bnx2x i encounter a read only filesystem error.
Would anyone have any suggestions on how to resolve this? I have the same network cards and optics in use in 3 other Linux and FreeBSD based servers.
Thank you!
This thread was automatically locked due to age.