I'm trying to find where the CRC mismatch is. One of the affected symbols is `cfg80211_connect_done`, so I'm focusing on that.
``` $ sudo readelf -s /lib/modules/$(uname -r)/kernel/net/wireless/cfg80211.ko | grep cfg80211_connect_done 6800: 00000000000521c0 2770 FUNC GLOBAL DEFAULT 3 cfg80211_connect_done $ sudo readelf -s /lib/modules/$(uname -r)/updates/dkms/wl.ko | grep cfg80211_connect_done 4693: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cfg80211_connect_done $ grep -E "cfg80211_connect_done" /lib/modules/$(uname -r)/build/Module.symvers 0xd32b0081 cfg80211_connect_done net/wireless/cfg80211 EXPORT_SYMBOL ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106329 Title: wl cannot be loaded in latest Linux kernel (6.8) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/2106329/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
