I’ve been using Lubuntu for many years now (18.04) and it is the first time I am facing this weird issue : the wifi is disconnecting from times to times. On 21.10, everything was fine.
lspci tells me my Qualcomm Atheros AR9485 card is using the driver ath9k.
As wifi drivers is compiled from the kernel, I’ve reinstalled the latest one (sudo apt-get install --reinstall linux-image-$(uname -r)) with no success.
Do you have any idea ? Am I the only one facing this issue ?
I’ve browsed the internet on the live session with the same result : from times to times I have to reconnect to the router to still be connected. @BasilCat you think I should install the previous kernel ?
Here is the result of the rfkill list command :
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
From my understanding the problem is from my laptop (3 days ago with Lubuntu 21.10 everything was fine), not my router.
It’s not the router that is different but Linux driver. Some wireless Linux drivers have stability issues when connecting to routers with very old wifi a/b enabled.
Disable the Intel IOMMU driver in the kernel boot parameters:
open /etc/default/grub
find the GRUB_CMDLINE_LINUX_DEFAULT option and append intel_iommu=off at the end of the parameters list
example :
GRUB_CMDLINE_LINUX_DEFAULT=“quiet intel_iommu=off”
sudo update-grub
Finally you can try to disable power management and hardware encryption see same link above for details.