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

geminilake rndis_host.ko: Unknown symbol in module #78

Open
Koky05 opened this issue Mar 31, 2023 · 8 comments
Open

geminilake rndis_host.ko: Unknown symbol in module #78

Koky05 opened this issue Mar 31, 2023 · 8 comments

Comments

@Koky05
Copy link

Koky05 commented Mar 31, 2023

On new DSM 7.2 beta I clone new files from repository but during insmode I got error:

insmod /lib/modules/rndis_host.ko
insmod: ERROR: could not insert module /lib/modules/rndis_host.ko: Unknown symbol in module

@robertklep
Copy link
Owner

Did you load usbserial.ko before rndis_host.ko?

@Koky05
Copy link
Author

Koky05 commented Mar 31, 2023

Yes.

insmod /lib/modules/usbserial.ko
insmod: ERROR: could not insert module /lib/modules/usbserial.ko: File exists

@robertklep
Copy link
Owner

Too bad, in that case it's probably required to recompile all modules.

Which platform do you have? uname -a

@Koky05
Copy link
Author

Koky05 commented Apr 1, 2023

Linux nas 4.4.302+ #64216 SMP Tue Mar 7 17:09:39 CST 2023 x86_64 GNU/Linux synology_geminilake_720+

@robertklep
Copy link
Owner

It looks like rndis_host.ko depends on other modules, notably usbnet.ko (which is available on DSM) and mii (which isn't available on DSM). So at the moment RNDIS just isn't supported 🙁

@Koky05
Copy link
Author

Koky05 commented Apr 1, 2023

Thanks for clarification.

@thecifu
Copy link

thecifu commented Apr 26, 2023

I take advantage of this thread, so as not to create a new one. I have a Synology DS920+ with Geminilake Architecture and DSM7.1. I don't see compatible modules for this architecture. Could be?

Thanks in advance.

@robertklep
Copy link
Owner

@thecifu see this comment.

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

3 participants