Por favor, certifique-se de que você tem uma conexão com a internet e tente:
sudo apt-get update
sudo apt-get install linux-firmware-nonfree
sudo apt-get purge bcmwl-kernel-source
Se o último pacote não estiver instalado, tudo bem. Reinicie e deixe-nos ter seu relatório.
Você tem uma interface sem fio, idealmente wlan0?
iwconfig
Existe alguma pista no log?
dmesg | grep b43
O comutador sem fio está ligado?
rfkill list all
Você tem um arquivo blacklist-bcm43.conf?
ls /etc/modprobe.d
Se sim, remova-o:
sudo rm /etc/modprobe.d/blacklist-bcm43.conf
Reinicie e mostre-nos novamente:
dmesg | grep b43
O arquivo /lib/firmware/b43/ucode29_mimo.fw está incluso no linux-firmware-nonfree de acordo com: link Vamos tentar reinstalá-lo e ver se ajuda:
sudo apt-get install --reinstall linux-firmware-nonfree
Reinicie e verifique:
dmesg | grep b43
Se não tiver êxito, tente:
sudo apt-get purge linux-firmware-nonfree
wget http://mirrors.kernel.org/ubuntu/pool/multiverse/l/linux-firmware-nonfree/linux-firmware-nonfree_1.11_all.deb
sudo dpkg -i linux*.deb
Por favor, diga-me quaisquer erros ou avisos.
Para que o módulo seja carregado automaticamente na inicialização:
gksudo gedit /etc/modprobe.d/blacklist.conf
Se houver qualquer referência à lista negra b43 ou ssb ou bcma, remova-os. Revise, salve e feche. Próximo:
sudo -i
echo b43 >> /etc/modules
exit
Você deve estar pronto.