Since one week ago, my laptop keeps disconnecting randomly from home wifi (we have Virgin Media at home) and then randomly connecting on. But the connecting won't last long. However, when I use the Eduroam at university, there is no such problem.
Below is the system information:
' *-network
description: Wireless interface
product: QCA9377 802.11ac Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlp1s0
version: 31
serial: b0:52:16:c3:87:f9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath10k_pci driverversion=4.15.0-51-generic firmware=WLAN.TF.2.1-00021-QCARMSWP-1 ip=192.168.0.87 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:129 memory:d1000000-d11fffff
'*-network
description: Ethernet interface
product: RTL810xE PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 07
serial: 58:8a:5a:18:ef:10
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:17 ioport:e000(size=256) memory:d1204000-d1204fff memory:d1200000-d1203fff
'*-network
description: Ethernet interface
physical id: 2
logical name: docker0
serial: 02:42:93:89:a7:11
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.17.0.1 link=no multicast=yes'
I tried some suggestions, like below, it didn't solve the problem permanently.
' $ sudo ifconfig wlp1s0 down
$ sudo iwconfig wlp1s0 power off
$ sudo ifconfig wlp1s0 up
$ sudo service network-manager restart'
Or disabled the ipv6, add 8.8.8.8 on ipv4, but none works.
I also followed suggestions from https://askubuntu.com/questions/1030653/wifi-randomly-disconnected-on-ubuntu-18-04-lts, but still didn't solve this issue.
I don't know why this problem only occurs on my home wifi.
Could experts kindly give me some suggestions, please? Thank you.