Hi!
OS: Fedora 34.
kernel-5.14.12-200.fc34.x86_64
I have motherboard ASUS STRIX Z270E. And four years i have problem with wifi connection.
Ip of my desctop comptuter is 192.168.31.130.
Here is ping from macbook:
ping 192.168.31.130
PING 192.168.31.130 (192.168.31.130): 56 data bytes
64 bytes from 192.168.31.130: icmp_seq=0 ttl=64 time=50.806 ms
64 bytes from 192.168.31.130: icmp_seq=1 ttl=64 time=7.663 ms
64 bytes from 192.168.31.130: icmp_seq=2 ttl=64 time=30.188 ms
64 bytes from 192.168.31.130: icmp_seq=3 ttl=64 time=825.976 ms
64 bytes from 192.168.31.130: icmp_seq=4 ttl=64 time=98.953 ms
64 bytes from 192.168.31.130: icmp_seq=5 ttl=64 time=45.310 ms
64 bytes from 192.168.31.130: icmp_seq=6 ttl=64 time=4.509 ms
Request timeout for icmp_seq 7
64 bytes from 192.168.31.130: icmp_seq=7 ttl=64 time=1363.098 ms
64 bytes from 192.168.31.130: icmp_seq=8 ttl=64 time=359.618 ms
64 bytes from 192.168.31.130: icmp_seq=9 ttl=64 time=34.302 ms
64 bytes from 192.168.31.130: icmp_seq=10 ttl=64 time=255.429 ms
64 bytes from 192.168.31.130: icmp_seq=11 ttl=64 time=174.294 ms
64 bytes from 192.168.31.130: icmp_seq=12 ttl=64 time=95.830 ms
64 bytes from 192.168.31.130: icmp_seq=13 ttl=64 time=6.070 ms
64 bytes from 192.168.31.130: icmp_seq=14 ttl=64 time=131.880 ms
64 bytes from 192.168.31.130: icmp_seq=15 ttl=64 time=54.470 ms
^C
--- 192.168.31.130 ping statistics ---
16 packets transmitted, 16 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.509/221.150/1363.098/356.097 ms
ping from macbook to google.com:
ping google.com
PING google.com (64.233.165.100): 56 data bytes
64 bytes from 64.233.165.100: icmp_seq=0 ttl=108 time=40.672 ms
64 bytes from 64.233.165.100: icmp_seq=1 ttl=108 time=43.988 ms
64 bytes from 64.233.165.100: icmp_seq=2 ttl=108 time=63.951 ms
64 bytes from 64.233.165.100: icmp_seq=3 ttl=108 time=41.469 ms
64 bytes from 64.233.165.100: icmp_seq=4 ttl=108 time=41.519 ms
64 bytes from 64.233.165.100: icmp_seq=5 ttl=108 time=70.734 ms
64 bytes from 64.233.165.100: icmp_seq=6 ttl=108 time=41.995 ms
64 bytes from 64.233.165.100: icmp_seq=7 ttl=108 time=75.209 ms
64 bytes from 64.233.165.100: icmp_seq=8 ttl=108 time=79.191 ms
64 bytes from 64.233.165.100: icmp_seq=9 ttl=107 time=42.094 ms
^C
--- google.com ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 40.672/54.082/79.191/15.297 ms
sensors
acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C (crit = +119.0°C)
temp2: +29.8°C (crit = +119.0°C)
ath10k_hwmon-pci-0400
Adapter: PCI adapter
temp1: +61.0°C
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +36.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +36.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +35.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +35.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +34.0°C (high = +80.0°C, crit = +100.0°C)
ath10k_hwmon-pci-0400 has hight temperature
I found that this is problem with driver of wifi module:
lspci -s 04:00.0 -k
04:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
Subsystem: ASUSTeK Computer Inc. Device 86cd
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
Here is says about patch for kernel for Qualcomm Atheros QCA6174
https://bugzilla.redhat.com/show_bug.cgi?id=1615436
How i need to patch my kernel?
Thanks