[SOLVED] Backbox 4.5 Broadcom wireless fix

Started by Bavarian, January 27, 2016, 12:07:58 PM

Previous topic - Next topic

Bavarian

Hi all.This is my first post here.

After today's upgrade from Backbox 4.4 to 4.5 with the new kernel,my BCM43227 wireless card stopped working.
I've made some reasearch and found this :

QuoteThe Broadcom wireless driver from stable Ubuntu repositories does not support kernel 4.1 yet.

The way i have managed to fix this was to install patched package from PPA :

sudo apt-get remove bcmwl-kernel-source
sudo add-apt-repository ppa:longsleep/bcmwl
sudo apt-get update
sudo apt-get install bcmwl-kernel-source


I hope this helps someone with the same problem.


ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

ernesto666

#2
Hi
Thanks, it works, you are the best! I spent a lot of time to search for the solution.