Baochen Qiang writes:
On 5/27/2024 4:42 PM, Paul Menzel wrote:
On the Intel Kaby Lake notebook Dell XPS 13 with
3a:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
with at least a self-built Linux 6.9-rc5, on April 26th, 2024, and
Linux 6.8.11, today, May 27th, 2024, the error below happened, and
the device couldn’t authenticate to a WiFi network until reloading
the module *ath10k_core* and *ath10k_pci* (didn’t check just
*ath10k_pci*):
$ sudo modprobe -r ath10k_pci
$ sudo modprobe -r ath10k_core
$ sudo modprobe ath10k_pci
```
[ 49.441618] ath10k_pci 0000:3a:00.0: wmi service ready event not received
[ 49.523814] ath10k_pci 0000:3a:00.0: Could not init core: -110
[...]
Are you using a distro kernel?
Could you check if below patch merged in your kernel? if not can
you merge it and try again?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/ath/ath10k?id=e57b7d62a1b2f496caf0beba81cec3c90fad80d5
Paul, if you are feeling brave to try out an -rc this commit is in just
released v6.10-rc1.
This results in timeout issue if the interrupt is not fired, due to
some unknown reasons.