Latest Ubuntu 24.04.4 LTS kernel and modules update
linux-*-6.8.0-124-generic >> linux-*-6.8.0-134-generic
caused WiFi connection problems.
Namely:
- Signal strength moves from max to zero and back.
- WiFi disconnects and reconnects.
- Connection is slow to crawling to absent.
Proof:
- Wired connection works fine.
- Mobile phone on the same WiFi network works.
- WiFi works with no problems when laptop boots using previous kernel, i.e.
linux-*-6.8.0-124-generic
Some more context:
Regulatory domain is set OK.
$ inxi -nx
...
Device-2: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter
vendor: AzureWave driver: ath9k v: kernel bus-ID: 03:00.0
IF: wlp3s0 state: up mac: ...
$ lspci -nnk | grep -iA3 net
...
03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: AzureWave QCA9565 / AR9565 Wireless Network Adapter [1a3b:2130]
Kernel driver in use: ath9k
Kernel modules: ath9k
$ journalctl -k -b | grep ath9k
Jul 06 22:21:32 evm kernel: ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
Internet search outlines possible steps, such as
- Set kernel boot parameters
pcie_aspm=offorintel_iommu=off - Disable hardware encryption and bluetooth coexistence in
/etc/modprobe.d/ath9k.conflikeoptions ath9k nohwcrypt=1 blink=1 btcoex_enable=1
Which of these listed (and not listed yet) options are worth trying, please?