You are not logged in.
I have a Dell XPS 9360 with Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter.
It have a archlinux installation dual booted with Windows
$❯ uname -a
Linux dark-space 5.4.75-1-lts #1 SMP Thu, 05 Nov 2020 12:39:20 +0000 x86_64 GNU/Linux$❯ lspci -k
...
3a:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
Subsystem: Bigfoot Networks, Inc. Device 1535
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
...The problem is I am able to connect to my 5Ghz connection but after few minutes it freezes up with no traffic.
$❯ iw dev wlp58s0 link
Connected to 5c:f9:fd:84:2b:6d (on wlp58s0)
SSID: SD Sharma_5GHz
freq: 5180
RX: 42136 bytes (264 packets)
TX: 23016 bytes (174 packets)
signal: -48 dBm
rx bitrate: 650.0 MBit/s VHT-MCS 7 80MHz short GI VHT-NSS 2
tx bitrate: 6.0 MBit/s
bss flags: short-slot-time
dtim period: 1
beacon int: 100$❯ nmcli general
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected (site only) limited enabled enabled enabled enabledI am able to connect to my 2.4Ghz connection properly but not 5Ghz one.
$❯ iw dev wlp58s0 link
Connected to 5c:f9:fd:84:2b:69 (on wlp58s0)
SSID: SD Sharma
freq: 2437
RX: 35142363 bytes (144239 packets)
TX: 3482166 bytes (24599 packets)
signal: -46 dBm
rx bitrate: 1.0 MBit/s
tx bitrate: 1.0 MBit/s
bss flags: short-slot-time
dtim period: 1
beacon int: 100$❯ nmcli general
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected full enabled enabled enabled enabledBut the same 5Ghz connection works properly in my windows.
I have also updated my firmware to latest version according to https://wiki.archlinux.org/index.php/De … )#Wireless
dmesg | grep ath
...
[ 2.252902] systemd[1]: Reached target Paths.
[ 3.357426] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[ 3.359285] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 3.738725] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 3.738727] ath10k_pci 0000:3a:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[ 3.739127] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1.c3-00123 api 6 features wowlan,ignore-otp,no-4addr-pad,raw-mode,mfp,single-chan-info-per-channel crc32 48f2320c
[ 3.803120] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 318825bf
[ 3.958506] ath10k_pci 0000:3a:00.0: unsupported HTC service id: 1536
[ 4.003133] ath10k_pci 0000:3a:00.0: htt-ver 3.86 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
...But the issue is still not resolved.
Last edited by darkforce142857 (2020-11-11 06:52:18)
Offline
No solution to propose but I have the same issue on my XPS 13 9370. 2.4GHz works OK and 2.4GHz & 5GHz work fine under Windows.
If anyone has any solution... What I can read all over the place is "get rid of the card and get an Intel one", but I think the network card is soldered to the motherboard ><
Offline
If I'm reading version numbers right then the one in linux-firmware is technically newer
[ 11.563234] ath10k_pci 0000:06:00.0: enabling device (0000 -> 0002)
[ 11.563978] ath10k_pci 0000:06:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 11.904947] ath10k_pci 0000:06:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 11.904949] ath10k_pci 0000:06:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[ 11.905275] ath10k_pci 0000:06:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebefb
[ 11.969797] ath10k_pci 0000:06:00.0: board_file api 2 bmi_id N/A crc32 318825bf
[ 12.060524] ath10k_pci 0000:06:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 12.172013] ath10k_pci 0000:06:00.0 wlp6s0: renamed from wlan05GHz works fine here, but it's a gigabyte board rather than whatever's in that dell.
If it might help here's some link info from iw
iw dev wlp6s0 link
freq: 5180
RX: 113187626 bytes (221073 packets)
TX: 15361689 bytes (66787 packets)
signal: -53 dBm
rx bitrate: 300.0 MBit/s MCS 15 40MHz short GI
tx bitrate: 6.0 MBit/s
bss flags: short-slot-time
dtim period: 1
beacon int: 100
iw dev wlp6s0 info
channel 36 (5180 MHz), width: 40 MHz, center1: 5190 MHz
txpower 23.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0Offline