cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.63k stars 318 forks source link

Ubuntu 22.04 5.15.0.50 unknown symbol in module #229

Closed ollie-campbell closed 1 year ago

ollie-campbell commented 1 year ago

Hi,

Just in case anyone else has run into this issue, with Ubuntu 22.04 (kernel 5.15.0.50). When I tried to 'insmod 88x2bu.ko' I was getting:

ERROR: Could not insert module 88x2bu.ko: Unknown symbol in module

Using dmesg I could see that it was complaining about cfg80211, which 'modinfo cfg80211' showed as installed and OK.

I had to run 'sudo modprobe cfg80211' and then repeat the insmod command.

All working now.

itsjillard commented 1 year ago

Thanks for this. This worked on Linux Mint

miguel-gh commented 4 months ago

thank you!! It worked also for kerel 6.1.0-20 (Debian 12)