How to Solve Realtek RTL8723BE Weak Wifi Signal Problem in Ubuntu?

Table of contents

How to Solve Realtek RTL8723BE Weak Wifi Signal Problem in Ubuntu? Troubles appear in laptop HP, running Ubuntu 16.04.

I’m using Ubuntu 16.04, and I get error with wifi network with weak signal problem from wifi. I had to be depressed with the problem. And I search Google and find a solution for the problem. My laptop is HP, and I run Windows 10, Ubuntu 16.04 and Ubuntu 18.04 in current laptop.

How to solve Realtek RTL8723BE weak wifi signal problem in Ubuntu?

Get Information

Please note down wlp number, example, my wlp is wlp13s0

iwconfig

Download rtlwifi

Download rtlwifi at github https://github.com/lwfinger/rtlwifi_new from master branch by run:

cd ~/Downloads/

wget https://github.com/lwfinger/rtlwifi_new/archive/master.zip

Now, master.zip is in ~/Downloads/

Installation

unzip master.zip

cd rtlwifi_new-master/

sudo make install

Configure

sudo modprobe -rv rtl8723be

sudo modprobe -v rtl8723be ant_sel=2

sudo ip link set wlp13s0 up # change wlp13s0 with your wlp number

sudo iw dev wlp13s0 scan # change wlp13s0 with your wlp number

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

Conclusion

I have shown you how to solve Realtek RTL8723BE weak wifi signal problem in Ubuntu.

Thanks for reading my article! If you have any feedback or criticism, feel free to leave any comment!