Ubuntu 16.04: Não é possível conectar-se ao Wi-Fi após a atualização do kernel (4.4.0-116-generic)

0

Estou tendo um problema com a minha rede sem fio depois de atualizar o kernel de 112 para 116. Eu tentei reinstalar o bcmwl-kernel-source e atualizar o gcc para a 5.4.1, mas sem sucesso. Mesmo inicializando de volta ao 112, eu perdi o wireless (que funcionou anteriormente para eu reinstalar o bcmwl-kernel-source)

Parece que a reinstalação do bcmwl-kernel-source está funcionando bem até o estágio modprobe onde recebo este erro:

modprobe: ERROR: could not insert 'wl': Exec format error

Eu posso replicar isso pelo comando:

sudo modprobe wl

Eu acredito que há um problema com o módulo wl, e um grep para wl no dmesg mostra:

wl: version magic '4.4.0-116-generic SMP mod_unload modversions ' should be '4.4.0-116-generic SMP mod_unload modversions retpoline '

Eu sou relativamente novo no Ubuntu e não tenho certeza de como consertar isso, então eu definitivamente poderia usar alguma ajuda.

aqui é a saída de lshw -C network

Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not 
upgraded.
Need to get 0 B/1,544 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 396824 files and directories currently 
installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom- 
0ubuntu1~1.2_amd64.deb ...
Removing all DKMS Modules
rmdir: failed to remove '': No such file or directory
Done.
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu1~1.2) over 
(6.30.223.271+bdcom-0ubuntu1~1.2) ...
Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu1~1.2) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building only for 4.4.0-116-generic
Building for architecture x86_64
Building initial module for 4.4.0-116-generic
Done.

wl:
Running module version sanity check.

Good news! Module version  for wl.ko
exactly matches what is already found in kernel 4.4.0-116-generic.
DKMS will not replace this module.
You may override by specifying --force.

depmod....

DKMS: install completed.
modprobe: ERROR: could not insert 'wl': Exec format error
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8.11) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-116-generic

aqui está o modinfo:

modinfo wl | grep vermagic

vermagic:       4.4.0-116-generic SMP mod_unload modversions 
    
por noam 23.03.2018 / 19:20

1 resposta

1

Com uma conexão de trabalho temporária à internet por ethernet, com fio ou qualquer outro meio possível, abra um terminal e faça:

sudo apt-get install --reinstall bcmwl-kernel-source

Reinicie e nos informe o resultado.

    
por chili555 23.03.2018 / 21:32