文章摘要:
由于联想笔记本采用了bcm43142做为无线网卡,驱动程序为非自由软件(non-free),因此系统未整合进去,需要手动安装;
操作系统: debian8
参考文档: https://wiki.debian.org/wl


1.添加软件源
在/etc/apt/source中添加以下内容:

deb http://httpredir.debian.org/debian/ jessie main contrib non-free

2.更新并安装相关软件包

# apt-get update
# apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms

3.删除冲突模块

# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma

4.加载wl模块

# modprobe wl