Poor WiFi connection after updating Linux Mint 18.3 - Solved

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
TimWS

Poor WiFi connection after updating Linux Mint 18.3 - Solved

Post by TimWS »

For the last few months I’ve been using a HP Stream laptop with Linux Mint 18.3 as the only Operating System.
After a recent update I’ve lost WiFi connection if I boot up using the latest version of Linux: Linux Mint 18.3 Cinnamon 64-bit with Linux 4.15.0-33 generic. I get my normal WiFi connection if I boot up with an older version (with Linux 4.15.0-32 generic) using advanced options.
I’m aware of the WiFi connectivity problems caused by the single antenna in the Realtek RTL8723BE which I thought was cured using some code I found in another post and if I try using:
Sudo modprobe -r rtl8723be
Sudo modprobe -v rtl8723be ant_sel=2
It makes no difference so I think it may be a different problem.
Can anyone help?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13846
Joined: Fri Feb 21, 2014 8:17 am

Re: Poor WiFi connection after updating Linux Mint 18.3

Post by JeremyB »

Do

Code: Select all

sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/lwfinger/rtlwifi_new
cd rtlwifi_new
make
sudo make install
Then reboot
If the next kernel isn't fixed do

Code: Select all

cd rtlwifi_new
make clean
make
sudo make install
Reboot
TimWS

Re: Poor WiFi connection after updating Linux Mint 18.3

Post by TimWS »

Thanks. I gave it a try but after the second command I got the following error:
fatal: unable to access https://github/com/lwfinger/rtlwifi_new’ : Failed to connect to github port 443: Connection times out
I’ll reboot and try again
TimWS

Re: Poor WiFi connection after updating Linux Mint 18.3

Post by TimWS »

I tried again with the same result.
TimWS

Re: Poor WiFi connection after updating Linux Mint 18.3

Post by TimWS »

Perhaps there’s a problem with the github website. Unless someone has a better idea I’ll try again tomorrow.
Thanks anyway.
JeremyB
Level 21
Level 21
Posts: 13846
Joined: Fri Feb 21, 2014 8:17 am

Re: Poor WiFi connection after updating Linux Mint 18.3

Post by JeremyB »

Reboot into an older kernel and run the git clone command, then boot into the -33 kernel and run the rest
TimWS

Re: Poor WiFi connection after updating Linux Mint 18.3

Post by TimWS »

I tried:
git clone https://github.com/lwfinger/rtlwifi_new
Instead of:
git clone https://github/com/lwfinger/rtlwifi_new
And it has worked.
Thank you very much for your help Jeremy.
JeremyB
Level 21
Level 21
Posts: 13846
Joined: Fri Feb 21, 2014 8:17 am

Re: Poor WiFi connection after updating Linux Mint 18.3 - Solved

Post by JeremyB »

Fixed typo in other post
Locked

Return to “Networking”