With reference to this topic:
- I have changed WiFi powersave to off.
- IPv6 support disabled.
- I have reinstalled Linux firmware.
But nothing helped. The network still disconnects at random times
[EDIT]: OR under internet load! I have to close pages that download a lot of data, e.g. youtube. Then turn the wifi card on and off and internet comes back. If it does not close the charging websites or downloading, the connection will return for a second and then fall again. Even the Ubuntu update cannot be downloaded because the wifi disconnects
, reconnects after 4-5 minutes. I can't work like this.
No problem on Windows 10.
My card is:
06: 00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32).
EDIT: Here is my wireless-info.txt: http://pastebin.ubuntu.com/p/7VkM8bwKW2/plain/
Please suggest a solution.
uname -r
I'm using same WiFi card with no problems on Ubuntu 16.04. – WinEunuuchs2Unix Sep 08 '19 at 20:59ip devname get power_save
and confirmed it respond withPower save: off
– Kristopher Ives Sep 08 '19 at 21:48mateusz @ mateusz-Aspire-VN7-592G: ~ $ uname -r
5.0.0-27-generic
– Mat Pa Sep 09 '19 at 07:11ip link 3: wlp6s0: <BROADCAST, MULTICAST, UP, LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000 link / ether b8: 86: 87: fd: 5e: bf brd ff: ff: ff: ff: ff: ff
mateusz @ mateusz-Aspire-VN7-592G: ~ $ iw dev wlp6s0 get power_save Power save: off
– Mat Pa Sep 09 '19 at 07:12iw dev wlp60s0 get power_save
returnsPower save: on
. – WinEunuuchs2Unix Sep 09 '19 at 10:41$ lspci | egrep Ath 6f:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
. I am using Ubuntu 23.04 beta now but have had problem for a long time (Dell Precision 7540) – Colin D Feb 20 '23 at 05:53