I upgraded my Ubuntu OS from an ISO. Initially, my connection kept on dropping. After a while, ubuntu failed to connect to wireless at all.
Asked
Active
Viewed 551 times
1 Answers
1
Reinstall drivers.
sudo apt-get install --reinstall linux-headers-generic linux-headers-$(uname -r) build-essential dkms patch fakeroot bcmwl-kernel-source
Reference: http://ubuntuforums.org/showpost.php?p=11410285&postcount=36

RAbraham
- 159