Aravisian
Mon Dec 30, 2019 5:24:18 am
JeffK969 wrote:More importantly, I have very weak wifi that keeps cutting out, weak signal strength. Have tried several fixes, none have worked. Any suggestions my Pal...
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
03:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
Right off the bat, if you have not tried this already, can you try:
Get and install:
- Code:
git clone https://github.com/lwfinger/rtlwifi_new/
- Code:
cd rtlwifi_new
- Code:
make
- Code:
sudomake install
- Code:
sudo modprobe -r rtl8723be
Let's try selection one:
- Code:
sudo modprobe rtl8723be ant_sel=1
Check signal strength:
- Code:
iwlist scan | egrep -i 'ssid|quality'
Try Selection two:
- Code:
sudo modprobe rtl8723be ant_sel=2
Then, again:
- Code:
iwlist scan | egrep -i 'ssid|quality'
If sel=1 gives the strongest signal, set it with
- Code:
echo "options rtl8723be ant_sel=1" | sudo tee /etc/modprobe.d/rtl8723be.conf
If sel=2 gives the strongest signel, set with:
- Code:
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf