Ubuntu 14.04: Conecta, mas não navega [Resolvido]
Dica publicada em Linux / Internet
Ubuntu 14.04: Conecta, mas não navega [Resolvido]
Dica testada com Ubuntu 14.04 e notebook Dell N4030, cuja placa de rede sem fio é Broadcom Corporation BCM4313.
- Problema: conecta à rede, mas não abre as páginas no navegador.
- Solução: bloquear o driver proprietário errado e instalar o correto:
sudo apt-get purge bcmwl-kernel-source
sudo -i
# echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf
# exit
sudo apt-get install b43-fwcutter firmware-b43-installer
# modprobe -r brcmsmac ; modprobe brcmsmac
Fonte: [ubuntu] Ubuntu 14.04 Dell Inspiron 1525 "connects" to Wifi but not internet
- Problema: conecta à rede, mas não abre as páginas no navegador.
- Solução: bloquear o driver proprietário errado e instalar o correto:
sudo apt-get purge bcmwl-kernel-source
sudo -i
# echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf
# exit
sudo apt-get install b43-fwcutter firmware-b43-installer
# modprobe -r brcmsmac ; modprobe brcmsmac
Fonte: [ubuntu] Ubuntu 14.04 Dell Inspiron 1525 "connects" to Wifi but not internet