Some hp laptops with "Realtek rtl8723be" wifi card, have problem with signal strength and antenna problem. This repository provides an automated fix for the problem by installing the latest drivers provided by this repo and making the necessary configurations.
Disable secure boot in BIOS to run wifi card driver properly.
run in terminal:
git clone https://github.com/sumancvb/rtl8723be-wifi-fix.git
cd rtl8723be-wifi-fix
sudo chmod +x rtl8723be.sh
./rtl8723be.sh
Sit back and relax! After installation of driver it will ask to reboot pc:
Enter 1 to reboot now:
1
Enter 2 to reboot later:
2
Enjoy your wifi !
Edit "rtl8723be.sh" to change antenna selection, default it will set antenna 2, for my laptop(15ab522tx)
if antenna 2 doesn't work, set ant_sel=1 .
sudo nano rtl8723be.sh
After editing save file using ctrl+O Exit ctrl+x and run:
./rtl8723be.sh