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

DS 923+ G1000 rndis_host.ko: Unknown symbol in module #88

Open
hulst88 opened this issue May 18, 2023 · 10 comments
Open

DS 923+ G1000 rndis_host.ko: Unknown symbol in module #88

hulst88 opened this issue May 18, 2023 · 10 comments

Comments

@hulst88
Copy link

hulst88 commented May 18, 2023

I am getting the following error and followed all instructions:
rndis_host.ko: Unknown symbol in module

Any help would be awesom to fix this file

@robertklep
Copy link
Owner

I think the RNDIS driver depends on other modules that aren't available (anymore) on Synology.

What do you intend to use this driver for?

@hulst88
Copy link
Author

hulst88 commented May 18, 2023 via email

@robertklep
Copy link
Owner

You don't need the RNDIS driver for that device, it's either the (built-in) cdc-acm.ko driver or the ch341.ko driver for your NAS (which is R1000, not G1000).

@hulst88
Copy link
Author

hulst88 commented May 18, 2023 via email

@robertklep
Copy link
Owner

robertklep commented May 18, 2023

It's not a problem if you loaded them both.

What does the following show?

/usr/syno/bin/lsusb -cui

@hulst88
Copy link
Author

hulst88 commented May 18, 2023

|__usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:06:00.3) hub
|__1-1 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 6500290BA92DF911)
1-1:1.0 (IF) 08:06:50 2EPs () usb-storage host7 (synoboot)
|__1-3 1a86:55d4:0442 02 1.10 12MBit/s 132mA 2IFs (ITEAD SONOFF Zigbee 3.0 USB Dongle Plus V2 20230218161535)
1-3:1.0 (IF) 02:02:01 1EP () cdc_acm tty/ttyACM0
1-3:1.1 (IF) 0a:00:00 2EPs () cdc_acm

@robertklep
Copy link
Owner

That means the device is available as /dev/ttyACM0

@hulst88
Copy link
Author

hulst88 commented May 18, 2023

Thnx Robert, not knowing what I do wrong but I need to learn more I guess.
I will keep researching.

@hulst88
Copy link
Author

hulst88 commented May 19, 2023

After rebooting NAS (update) the device is not available at /dev/ttyACM0 anymore

masterkevin@Opslaghok:~$ /usr/syno/bin/lsusb -cui
|__usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.180+ xhc i-hcd xHCI Host Controller 0000:06:00.3) hub
|__1-1 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskSta tion 6500290BA92DF911)
1-1:1.0 (IF) 08:06:50 2EPs () usb-storage host7 (synoboot)
|__1-3 1a86:55d4:0442 02 1.10 12MBit/s 132mA 2IFs (ITEAD SONOFF Zig bee 3.0 USB Dongle Plus V2 20230218161535)
1-3:1.0 (IF) 02:02:01 1EP ()
1-3:1.1 (IF) 0a:00:00 2EPs ()

@robertklep
Copy link
Owner

That means the module hasn't been loaded at boot. Did you follow all installation instructions?

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