Wan Optimization Support

Technical => Installation => : Wanos March 31, 2014, 02:02:07 AM

: Dell 1950 / Dell 2950 / HP ML350 G5 NIC
: Wanos 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
: Re: Dell 1950 / Dell 2950 / HP ML350 G5 NIC
: ahenning 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'