I have upgraded my HP pavilion laptop from Windows 10 to Ubuntu 18.04. Initially it has issue with Wi-Fi connection. I had installed Wi-Fi realtek driver and it was working.
All of sudden it has stopped detecting my router Wi-Fi. When I move close to Wi-Fi router its working fine, but just within range of 1-2 meters. If I go far around 5 meters my Wi-Fi is not showing in available Wi-Fi list.
same Wi-Fi is working with my iPhone perfectly. I did try to connect my phone hotspot and its also working fine when phone is close to my laptop.
Is there any solution to fix this issue? or I just need to revert back to windows?
here is the output of lspci -knn | grep Net -A3; rfkill list
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Please let me know if need to update or downgrade my kernel.
lspci -nnk | grep -iA3 net
If it is rtl8723be, try using a kernel older than -33 as 33 has a bug – Jeremy31 Sep 01 '18 at 14:14