I have restarted my computer after an update, then I have noticed that the wifi signal was very weak. I have decided to download this package https://github.com/lwfinger/rtlwifi_new
and reinstall the wifi driver but I have the following error: modprobe: ERROR: could not insert 'rtl8723be': Exec format error
I run the following in the package downloaded:
make
sudo make install
modinfo -p rtl8723be
I have following result :
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
I have following result :
modprobe: ERROR: could not insert 'rtl8723be': Exec format error
I have tried to restart the adapter with the following command:
sudo service networking restart
I'm using ubuntu 17.04 | 4.10.0-33-generic
sudo apt-get install --reinstall rtlwifi_new-master linux-firmware
in the folder of the downloaded package , I have this error : E: Unable to locate package rtlwifi_new-master – Sirius Aug 29 '17 at 09:57rtlwifi_new-master
package. You need to uninstall what you installed from git. You need to runsudo make uninstall
from the directory with the source. – Pilot6 Aug 29 '17 at 10:05