Skip to content

Instantly share code, notes, and snippets.

@tgmgroup
Last active March 22, 2017 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgmgroup/a0cab26d92f75c5a8eb2f695771168a2 to your computer and use it in GitHub Desktop.
Save tgmgroup/a0cab26d92f75c5a8eb2f695771168a2 to your computer and use it in GitHub Desktop.
OMV Raspberry Pi 3 Wireless Fix
wget https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm80211/brcm/brcmfmac43430-sdio.bin
wget https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm80211/brcm/brcmfmac43430-sdio.txt
sudo mv brcmfmac43430-sdio* /lib/firmware/brcm/
sudo reboot
@tgmgroup
Copy link
Author

An OMV server running OMV 3 (Erasmus) may experience a loss of wifi (wlan0) due to drivers being removed from the backports package.
Run the code above to download the broadcom wifi controller drivers and re-enable wifi (wlan0).

Referencing:
http://forum.openmediavault.org/index.php/Thread/16875-wlan0-not-detected-after-apt-get-upgrade-on-RPi-3/?pageNo=2

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