1、編輯/etc/apt/sources.list 在文件最后加
# Debian 8 "Jessie"
deb http://http.debian.net/debian/ jessie main contrib non-free
----------------2-5都是在終端-----------------------
2、 apt-get update
3、apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
4、modprobe -r b44 b43 b43legacy ssb brcmsmac
5、modprobe wl
6、成功
7、完成后重啟即可使用wifi 記得將1中添加的源刪除或注釋掉