To use the Broadcom brcmfmac SDIO Linux driver, enable the following in the mainline (version 4.15+) kernel configuration.
* All MESON stuff
* CONFIG_COMMON_CLK_PWM
* BRCMFMAC_SDIO, BRCMFMAC_USB and BRCMFMAC_PCIE
* CONFIG_CFG80211_WEXT
Use the firmware from the armbian firmware all directory.
Have the following in /etc/network/interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# wifi
auto wlan0
iface wlan0 inet manual
post-up iwconfig wlan0 power off && iw reg set TWOLETTERCOUNTRYCODE
You need to adjust your wifi router to use the 11g mode only and set the channel to 13
* All MESON stuff
* CONFIG_COMMON_CLK_PWM
* BRCMFMAC_SDIO, BRCMFMAC_USB and BRCMFMAC_PCIE
* CONFIG_CFG80211_WEXT
Use the firmware from the armbian firmware all directory.
Have the following in /etc/network/interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# wifi
auto wlan0
iface wlan0 inet manual
post-up iwconfig wlan0 power off && iw reg set TWOLETTERCOUNTRYCODE
You need to adjust your wifi router to use the 11g mode only and set the channel to 13
- Category
- Network Cards
Be the first to comment