What you need to do is connect your computer to the wired network, download kernel headers...
sudo apt-get install linux-headers-generic
...rebuild and reinstall your wireless network chipset module...
sudo apt-get install --reinstall bcmwl-kernel-source
...and finally reload the mentioned module.
sudo modprobe wl
Now do enjoy your wireless network again.
This comment has been removed by the author.
ReplyDelete