Author Topic: Dell 1950 / Dell 2950 / HP ML350 G5 NIC  (Read 7105 times)

Wanos

  • Team Wanos
  • Administrator
  • Full Member
  • *****
  • Posts: 56
    • View Profile
Dell 1950 / Dell 2950 / HP ML350 G5 NIC
« on: March 31, 2014, 02:02:07 AM »
Broadcom BNX Network Interfaces not coming online on Dell 1950/ 2950 / HP ML350 G5 / HP ML360 G5 Similar.
An error during boot up is briefly displayed similar to "Can't load firmware file bnx2/bnx2-mps"

Current workaround:
Please uncomment the following line in /opt/bootsync.sh:
#rmmod bnx2 && modprobe bnx2

Reset just to be sure everything works after boot up:
/etc/wanos/clean.sh

After reboot verify:
'ifconfig' should display tun0
« Last Edit: February 15, 2015, 09:36:22 AM by ahenning »
Note: Forum posts may be outdated. Please see the latest documentation at wanos.co/docs

ahenning

  • Team Wanos
  • Administrator
  • Full Member
  • *****
  • Posts: 629
    • View Profile
Re: Dell 1950 / Dell 2950 / HP ML350 G5 NIC
« Reply #1 on: November 19, 2014, 11:53:24 PM »
Affects HP Proliant DL360 G5 as well with error: bnx2: Can't load firmware file bnx2/bnx2-mps

Uncomment the following line with 'sudo vi /opt/bootsync.sh':
'#rmmod bnx2 && modprobe bnx2'
so that it reads
'rmmod bnx2 && modprobe bnx2'

To uncomment, navigate to the # sign and press 'x'
Press the Escape key then enter  ':wq'
Then 'sudo reboot'
« Last Edit: November 19, 2014, 11:58:39 PM by ahenning »
CCIE RS, CCIE SP, Mnet&sys

Note: Forum posts may be outdated. Please see the latest documentation at wanos.co/docs