cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.

Home Page:http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu 22.10 compilation issue

dreambo opened this issue · comments

I am using beta version of ubuntu 22.10 and I have this issue while compiling module :
Skipping BTF generation for /data/tools/drivers/rtl88x2bu/88x2bu.ko due to unavailability of vmlinux
while force to load the module :
sudo modprobe -v 88x2bu
insmod /lib/modules/5.19.0-18-generic/kernel/drivers/net/wireless/88x2bu.ko
modprobe: ERROR: could not insert '88x2bu': Unknown symbol in module, or unknown parameter (see dmesg)

I do not have any issue with the previous kernel version 5.19.0-15-generic

$ sudo dmesg -c
[ 193.974162] 88x2bu: Unknown symbol __cfg80211_alloc_event_skb (err -2)
[ 193.974214] 88x2bu: Unknown symbol wiphy_register (err -2)
[ 193.974253] 88x2bu: Unknown symbol cfg80211_remain_on_channel_expired (err -2)
[ 193.974308] 88x2bu: Unknown symbol cfg80211_vendor_cmd_reply (err -2)
[ 193.974349] 88x2bu: Unknown symbol cfg80211_del_sta_sinfo (err -2)
[ 193.974381] 88x2bu: Unknown symbol wiphy_unregister (err -2)
[ 193.974459] 88x2bu: Unknown symbol cfg80211_ch_switch_notify (err -2)
[ 193.974500] 88x2bu: Unknown symbol cfg80211_ch_switch_started_notify (err -2)
[ 193.974532] 88x2bu: Unknown symbol ieee80211_get_channel_khz (err -2)
[ 193.974573] 88x2bu: Unknown symbol cfg80211_ready_on_channel (err -2)
[ 193.974658] 88x2bu: Unknown symbol wiphy_free (err -2)
[ 193.974689] 88x2bu: Unknown symbol wiphy_new_nm (err -2)
[ 193.974720] 88x2bu: Unknown symbol cfg80211_get_bss (err -2)
[ 193.974771] 88x2bu: Unknown symbol ieee80211_freq_khz_to_channel (err -2)
[ 193.974805] 88x2bu: Unknown symbol __cfg80211_send_event_skb (err -2)
[ 193.974862] 88x2bu: Unknown symbol cfg80211_disconnected (err -2)
[ 193.974895] 88x2bu: Unknown symbol cfg80211_michael_mic_failure (err -2)
[ 193.974938] 88x2bu: Unknown symbol cfg80211_ibss_joined (err -2)
[ 193.975047] 88x2bu: Unknown symbol cfg80211_scan_done (err -2)
[ 193.975099] 88x2bu: Unknown symbol cfg80211_roamed (err -2)
[ 193.975126] 88x2bu: Unknown symbol cfg80211_put_bss (err -2)
[ 193.975190] 88x2bu: Unknown symbol cfg80211_connect_done (err -2)
[ 193.975274] 88x2bu: Unknown symbol cfg80211_unlink_bss (err -2)
[ 193.975355] 88x2bu: Unknown symbol cfg80211_inform_bss_frame_data (err -2)
[ 193.975415] 88x2bu: Unknown symbol cfg80211_new_sta (err -2)
[ 193.975492] 88x2bu: Unknown symbol __cfg80211_alloc_reply_skb (err -2)
[ 193.975555] 88x2bu: Unknown symbol cfg80211_mgmt_tx_status (err -2)
[ 193.975591] 88x2bu: Unknown symbol cfg80211_rx_mgmt_khz (err -2)
[ 193.975650] 88x2bu: Unknown symbol cfg80211_external_auth_request (err -2)

Finally it works :)
I have reboot from the previous kernel and I remove and purge completely the latest kernel.
Then I have install the latest kernel reboot and build/install the drivers : it works like a charm :)

Have I to close this issue or the admin ?

must only remove and reinstall the latest kernel