Skip to content

Instantly share code, notes, and snippets.

@ViKingIX
Last active April 18, 2016 02:23
Show Gist options
  • Save ViKingIX/95db2d154ebcf271f6df2d48d53e79a0 to your computer and use it in GitHub Desktop.
Save ViKingIX/95db2d154ebcf271f6df2d48d53e79a0 to your computer and use it in GitHub Desktop.
Install Firmware for Brocade BR-1020 on Ubuntu 14.04.4

Fix bna.ko on Ubuntu 14.04.4

Get Firmwares

cd /lib/firmware
sudo wget http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/{ctfw,ct2fw}-3.2.5.1.bin

Update initramfs

sudo update-initramfs -u -k all

Unload and lacklist bfa module

echo blaclist bfa | sudo tee /etc/modprobe.d/blaclist-bfa

Reload bna module

sudo rmmod bna
sudo modprobe bna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment