Eu reiniciei meu computador após uma atualização, então notei que o sinal do wifi estava muito fraco. Eu decidi baixar este pacote https://github.com/lwfinger/rtlwifi_new
e reinstalar o driver do wifi, mas tenho o seguinte erro: modprobe: ERROR: could not insert 'rtl8723be': Exec format error
Eu corro o seguinte no pacote baixado:
make
sudo make install
modinfo -p rtl8723be
Eu tenho o seguinte resultado:
swenc:Set to 1 for software crypto (default 0)
(bool)
ips:Set to 0 to not use link power save (default 1)
(bool)
swlps:Set to 1 to use SW control power save (default 0)
(bool)
fwlps:Set to 1 to use FW control power save (default 1)
(bool)
msi:Set to 1 to use MSI interrupts mode (default 0)
(bool)
debug:Set debug level (0-5) (default 0) (int)
disable_watchdog:Set to 1 to disable the watchdog (default 0)
(bool)
ant_sel:Set to 1 or 2 to force antenna number (default 0)
(int)
.
sudo modprobe -r rtl8723be
sudo modprobe rtl8723be ant_sel=1
Eu tenho o seguinte resultado:
modprobe: ERROR: could not insert 'rtl8723be': Exec format error
Eu tentei reiniciar o adaptador com o seguinte comando:
sudo service networking restart
Estou usando o ubuntu 17.04 | 4.10.0-33-genérico