I have executed the following commands:
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source
When I run lspci
, I found "broadcom" as "bcm43142 chip".
I downloaded wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb
and attempted to install it with:
sudo dpkg -i wire*.deb
I am getting an error that b43 module does not exist in /proc/modules
etc ...
What should I do?