We're going to install the new kernel version from the PPA.
Open a terminal and type :
- sudo apt-add-repository ppa:francisbrwn9/kernels
- sudo apt-get update && sudo apt-get dist-upgrade
- reboot
After rebooting, the Broadcom-STA (wl) driver doesn't work. We have to download the source from http://ftp.free.fr/mirrors/ftp.debian.org/pool/non-free/b/broadcom-sta/ :
broadcom-sta-common_5.100.82.112-6_all.deb
broadcom-sta-source_5.100.82.112-6_amd64.deb
In terminal, type :
- sudo -s
- dpkg -i broadcom-sta-source_5.100.82.112-6_amd64.deb
- dpkg -i broadcom-sta-common_5.100.82.112-6_all.deb
- m-a a-i broadcom-sta
- update-initramfs -u -k $(uname -r)
- modprobe wl
- exit
Now you can use the WLAN0 interface.