Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Kernel Module to ubuntu image #71

Open
dtometzki opened this issue Dec 21, 2022 · 3 comments
Open

Move Kernel Module to ubuntu image #71

dtometzki opened this issue Dec 21, 2022 · 3 comments

Comments

@dtometzki
Copy link

Hello together,

i build a kernel module for wifi support with the SDK for visionFive2. And now i copied the firmware and the ko file to the starfive debian image. Now when i try insmod r8188eu.ko or modprobe r8188eu i get the following error:
[15399.605144] r8188eu: Unknown symbol iwe_stream_add_event (err -2)
[15399.611659] r8188eu: Unknown symbol wireless_send_event (err -2)
[15399.617915] r8188eu: Unknown symbol iwe_stream_add_point (err -2)

What i have todo ?

Best regards
Damian

@kth5
Copy link

kth5 commented Dec 21, 2022

Did you run depmod on the new/updated modules folder?

@dtometzki
Copy link
Author

Hello kth5,

yes i did depmod and depmod -a

@dtometzki
Copy link
Author

dtometzki commented Dec 21, 2022

Hello kth5,

i think i found the issue. The functions are all located in net/wireless/wext-core.c
And Symbole WEXT_CORE is dependig on CONFIG_CFG80211_WEXT

And this isnt a module and is missing in the kernel config.
I hope the starfive image get a newer kernel with more Kernel Configs activated ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants