weak wifi on new install

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
MANTI5

weak wifi on new install

Post by MANTI5 »

I installed Linuxmint yesterday on my elderly father inlaw's HP laptop because I was tired of all the viruses he was getting from not understanding what not to click/download. Everything is working great except the wifi strength, it wasn't an issue in Windows but now it needs to be pretty close to the router to get a signal. I'm very green when it comes to *nix so any help with a setting or something I missed will be greatly appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: weak wifi on new install

Post by JeremyB »

See if

Code: Select all

sudo modprobe -r rtl8723be && sleep 10 && sudo modprobe rtl8723be ant_sel=2
Helps, if it does, you can make it persistent with

Code: Select all

echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723beant.conf
MANTI5

Re: weak wifi on new install

Post by MANTI5 »

Thank you that seems to have helped.
Locked

Return to “Networking”