Comment 15 for bug 1972140

Revision history for this message
Felipe Casado (vivamudhoney) wrote :

This keeps happening in kernel 5.19.0-38-generic. I installed the 4 debs from the link above https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1972140/comments/13 then with grub I booted the linux-image-unsigned-5.18.0-4-generic_5.18.0-4.4 kernel. Result: It refuses to load the athk5 module. This is the dmesg output I get in modprobe aswell:

[ 4.314514] ath: disagrees about version of symbol ieee80211_get_channel_khz
[ 4.314516] ath: Unknown symbol ieee80211_get_channel_khz (err -22)
[ 4.314519] ath: disagrees about version of symbol wiphy_apply_custom_regulatory
[ 4.314520] ath: Unknown symbol wiphy_apply_custom_regulatory (err -22)
[ 4.314523] ath: disagrees about version of symbol freq_reg_info
[ 4.314523] ath: Unknown symbol freq_reg_info (err -22)

I will try to compile the kernel myself and check that is looking for the right modules.