Uninstall the bcmwl-kernel-source package (if it is installed) by issuing the following command:
sudo apt-get remove bcmwl-kernel-source
Make sure that firmware-b43-installer and b43-fwcutter packages are installed (of course, you need to connect to the internet somehow for this or download it on some other computer and install it that way):
sudo apt-get install firmware-b43-installer b43-fwcutter
Then, execute:
cat /etc/modprobe.d/* | egrep 'bcm'
If you see blacklist bcm43xx in the output, this approach may work for you.
Edit /etc/modprobe.d/blacklist.conf
by putting # in front of the line: blacklist bcm43xx.
You may open the file for editing with e.g.:
gksudo gedit /etc/modprobe.d/blacklist.conf
After reboot, your wireless should work.
lspci -vvnn | grep 14e4
and edit your question with the results. – Warren Hill Oct 28 '13 at 10:25