-
Desinstale o driver incorreto:
sudo apt purge bcma-pci-bridge
e / ousudo apt purge firmware-b43-installer
-
Instale o driver correto para 14e4: 4365 (BCM43142):
sudo apt install bcmwl-kernel-source
-
Reinicie.
Fonte: link
Não consigo me conectar ao meu Wi-Fi, pois meu adaptador de Wi-Fi não está sendo detectado. Eu tentei muitas soluções online, mas nada parece estar funcionando. Estou usando o Ubuntu 16.04.
> ifconfig wlan0
> wlan0: error fetching interface information: Device not found
Quando eu faço o ifconfig, ele mostra uma interface docker0
que anteriormente não estava lá. Então, eu desinstalei o docker0
, mas o wlan0
ainda não está sendo detectado. Existe alguma solução para isso?
O link a seguir contém os detalhes depois que eu executei o seguinte script:
> wget -N -t 5 -T 10 https://github.com/UbuntuForums/wirelessinfo/raw/master/wireless-info
&& chmod +x wireless-info && ./wireless-info
Este é o resultado do arquivo de texto.
Adaptadores de rede:
> 06:00.0 Network controller [0280]: Broadcom Corporation BCM43142
802.11b/g/n [14e4:4365] (rev 01) Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016] Kernel driver in use: bcma-pci-bridge
> 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07) Subsystem: Dell RTL8101/2/6E PCI Express Fast/Gigabit
Ethernet controller [1028:0656]
Kernel driver in use: r8169
Desinstale o driver incorreto: sudo apt purge bcma-pci-bridge
e / ou sudo apt purge firmware-b43-installer
Instale o driver correto para 14e4: 4365 (BCM43142): sudo apt install bcmwl-kernel-source
Reinicie.
Fonte: link