-
Notifications
You must be signed in to change notification settings - Fork 91
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
ERROR: could not insert module /lib/modules/cp210x.ko: Unknown symbol in module synology_geminilake_920+ #84
Comments
Try this:
It sounds like you have overwritten that file with something else. |
I can provide "usbserial.ko" file for DSM 7.2 (kernel 4.4.302) from DS720+ (geminilake). Mine was showing same symptoms, probably overwritten by DSM 7.1 version. You can extract it from DSM 7.2 pat file after decrypting it. |
Hi. I'm banging my head. I'm trying to load my Sonoff Zigbee USB. I can't get ttyUSB0 or ttyUSB1 to show up. I downloaded al the necessary files for my 7.2 upgrade and it worked before that time. Same kernel geminilake DS720+. When I run /usr/local/etc/rc.d/usb-serial-drivers.sh start nothing happens. Any advice you can lend would be appreciated. Thanks.
|
@schwooba try loading the required modules manually to see if any of them causes an error:
|
@robertklep thx. Here's the outcome... root@123: |
Ah okay, that means you very likely didn't follow the download instructions properly. The correct download URL for the required module is this: https://github.com/robertklep/dsm7-usb-serial-drivers/raw/main/modules/geminilake/dsm-7.2/cp210x.ko |
Oh man. That worked. Thanks so much. It always comes down to the basics. |
Hello, i have the same ussue |
@DeadlySin2 |
Sorry for error my mistake. All files now send these errors: |
"file exists" means they are already loaded. Also, I don't provide |
Thanks, as i can understand the drivers are instaled and work root@123:/lib/modules# lsmod | grep serial root@123:/lib/modules# lsusb -cui |
Never mind, it's there. In that case, the Conbee should have been recognized, not sure why it isn't. Is it connected with a USB extension lead? That's usually necessary, especially when using USB3 ports. |
It is connected with the lead throw a hub. So i have DS920+ - USB HUB - Conbee2 and a USB cable from UPS |
Like I said, the "File exists" error happens because the module is already loaded. Try unplugging the Conbee, then plugging it back in, then check |
Sorry I'm having same issue, I have the correct file (raw), but it says wrong format when I load. I found this in dmesg |
well $hit I am still on 7.1 LOL. my bad. |
@ryanthuff1 most modules are also available for 7.1 |
My system is DSM is missing the cdc-acm. Anyone know where I may be able to get it? I can't get my Sonoff Zigbee 3 dongle to work after downloading and starting all of the other drivers. Not sure but maybe missing the cdc-acm.ko could be the reason. |
Can you post the output of these commands:
Preferably in a new issue report 👍🏻 |
I updated my synology DS920+ from 7.1.1-42962 Update 5 to 7.2-64551.
The device /dev/ttyUSB0 (Silicon Labs CP2102) is missing after the update :-(.
Kernel
Linux xxx 4.4.302+ #64551 SMP Fri Apr 21 01:30:59 CST 2023 x86_64 GNU/Linux synology_geminilake_920+
I'm not sure, can't load the modules.
I use the following files:
https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/geminilake/dsm-7.2
Regards
Chris
The text was updated successfully, but these errors were encountered: