Broadcom 57416 MAC / FW Update

  • Download niccli

# Visit the Downloads, Firmware Section of https://www.broadcom.com/products/ethernet-connectivity/network-adapters/p210tp

  • Unzip and Install niccli

unzip niccli-233.0.150.0_linux.zip
cd Linux/linux_x86_64/
sudo dpkg -i niccli_233.0.150.0-1_x86_64.deb

  • Use niccli to burn firmware

# Ref: https://forum.proxmox.com/threads/broadcom-nics-down-after-pve-8-2-kernel-6-8.146185/
sudo niccli -i 1 install BCM14e416d8.pkg -rescue

  • Use niccli to burn mac

sudo niccli -i 1 nvm -setoption mac_address -scope 0 -value 78-D0-04-30-40-AA
sudo niccli -i 2 nvm -setoption mac_address -scope 1 -value 78-D0-04-30-40-AB

# A cold boot is recommended

  • Use niccli to check current NVM settings

Last updated