Wifi não funciona - Dual boot Ubuntu 14.04 e Windows 10

0

O Wifi estava funcionando corretamente no Windows 10 e no Ubuntu 14.04, até recentemente o ícone do wifi desapareceu do Ubuntu. Eu tentei tudo mencionado em outros tópicos, mas não consegui resolvê-lo.

prajval10@prajval:~$ lspci -knn | grep Net -A2 && rfkill list
08:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)
    Subsystem: Hewlett-Packard Company Device [103c:2230]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller [10ec:8136] (rev 08)
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Eu também tentei isso:

sudo apt-get install bcmwl-kernel-source

Ativei o driver nas configurações também.

Drivers adicionais

modinfo wl | grep vermagic vermagic: 4.4.0-116-generic SMP mod_unload modversions

sudo modprobe -fv wl insmod /lib/modules/4.4.0-116-generic/updates/dkms/wl.ko modprobe: ERROR: could not insert 'wl': Exec format error

    
por Prajval Kumar 05.03.2018 / 13:08

1 resposta

1

Wifi funciona com kernel: 4.4.0-112-generic , mas não com 4.4.0-116-generic . Este parece ser um problema conhecido, então vou usar 4.4.0-112-generic por enquanto

    
por Prajval Kumar 10.04.2018 / 15:01