我的环境是MacBook Air + KaliLinux 2017.02
首先在终端输入
lspci
看看无线网卡信息

BCM4360网卡
然后在/etc/apt/sources.list中添加
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
更新系统
apt-get update

安装无线网卡模块
apt-get install linux-image-$(uname -r|sed 's,[-]*-[-]-,,') linux-headers-$(uname -r|sed 's,[^-]-[^-]*-,,') broadcom-sta-dkms


卸载冲突模块
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
装载wl模块
modprobe wl
然后就成功了!!!

省了一笔钱买无线网卡<0.0>
网友评论