Kernel module crashed

I am having issue with this driver as well, but not at boot as the OP. more like @jjcale

Lots of those messages, and then no more wifi

 ath10k_pci 0000:02:00.0: SWBA overrun on vdev 0, skipped old beacon

I figured this happens more often as I play stadia with my macbook, which looks like coherent with what @vookimedlo1 is reporting.

I got that a few time over the last few month, and usually rebooted and retrieve my wifi, but I am now trying the ct firmware and will report if I’ve got more stabilisation.

@ge-man, you missed the actual installation of the firmware, which looks like the correct fix.
firmware is the small software which is uploaded inside the wifi chip, and manages the very low level logic of the wifi chip. kmod-ath10k-ct is only the driver, which is for such card barely a message passer (of course I simplify)

So for the TLDR’s guys like me, who go straight to the end, the solution is really

opkg update
opkg remove ath10k-firmware-qca988x
opkg remove kmod-ath10k
opkg install ath10k-firmware-qca988x-ct-htt
2 Likes