成功示意:
$dkms status
bcmwl, 6.30.223.248+bdcom: added
挫折之路:
从官网下载到的源码,编译报错:
wl_cfg80211_hybrid.c:237:12: error: ‘IEEE80211_BAND_2GHZ’ undeclared here (not in a function)
翻阅各大说法,应该始内核版本不兼容,所以开始另辟新路。下面进入重点!!!!
下载源码地址:https://github.com/tianqiwangpai/broadcom-wl
参考下面READ ME,对代码make install
READ ME
# Broadcom Linux hybrid wireless driver (64-bit)
Re-upload from the source code found on the [Broadcom Support and Downloads page][1]
**Patched for Linux >= 4.7**
Tested on a BCM4360-based 802.11ac Wireless Network Adapter (TP-LINK Archer T8E)
[1]: https://www.broadcom.com/support/download-search/?pg=&pf=Wireless+LAN+Infrastructure
## Prerequisites
The following kernel modules are incompatible with this driver and should not be loaded:
* ssb
* bcma
* b43
* brcmsmac
M