-
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
Unable to install usb drivers on dsm 7.2 - Invalid module format #110
Comments
Which manual is that?
That's caused by not downloading the correct files. |
Hey @robertklep and thanks for this quick reply. I basically ran the modprobe commands and then wget from your page here (link mentioned above, https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/geminilake/dsm-7.2) Then confirm the files were downlaoded into /lib/modules and then run the insmod with the error as outcome as said. Which files would be the right ones? Can you point me to those? I checked on the page you mentioned (https://kb.synology.com/en-uk/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have) and found my 720+ as geminilake and then used the 7.2 geminilake folder and files here: https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/geminilake/dsm-7.2 Thanks again |
Even i am facing the same issue. I have ds220j . When i did the below and tried insmod, i am getting invalid format. wget https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/rtd1296/dsm-7.2/cp210x.ko |
Please make sure that you follow the correct downloading instructions! |
Hey Robert, thanks again for your reply and help! That was helpful as it wasnt an obvious issue for me. It did in fact download correctly using the other link so i didnt think it was a problem. But actually it was, so to other who may also be experiencing the smae issue: I have used this link: https://github.com/robertklep/dsm7-usb-serial-drivers/blob/main/modules/geminilake/dsm-7.2/ch341.ko But this is wrong and you actually need to use: Quite confusing because both actually download a file with the same name |
Hi Robert, Sorry not sure what i am doing wrong. root@araku:/lib/modules# insmod ch341.ko Could you pleae adivse |
root@araku:/lib/modules# insmod ch341.ko all the files same issue |
@arajeet you didn't load |
hello every body, for me, no problem update 7.1 to 7.2, and 7.2 to DSM 7.2.1-69057 Update 1 for Ds720plus |
Thanks! I was looking for this news ;) |
Hi Robert,
I’m trying to install drivers for Geminilake DSM 7.2 What does this mean? I didn’t find any usbserial.ko file anywhere?
|
@brrrgh do you actually need The full path is |
OK, got it. |
To check if the drivers are loaded:
To check if your device was recognised, and which device entry it uses:
|
wohoo, you’re my hero! |
Hi @robertklep I downloaded all the drivers from these links (Notice they are all from 'raw' because the other drivers gave me errors during the command insmod):
The last one (rndis_host.ko) I get: the same issue of above:
I have executed your script https://github.com/robertklep/dsm7-usb-serial-drivers/blob/main/usb-serial-drivers.sh Now if I insert the ZigBee pen in the USB Port and I do this command:
I get these errors:
this is the output of the following commands:
and
what can I do? My synology doesn't see the ZigBee Pen |
Your issue isn't with the drivers (they're loading fine, apart from the |
thanks a lot @robertklep, I attached a usb hub and I connected the USB ZibBee pen on it. It worked! You are a superhero ;-) |
Hi all, I currently use these drivers: |
@stagovic the size of |
Great tip! It also worked in my case. |
Hi all, I have followed tried to install usb drivers for a usb zigbee devices on my synology but i get some trouble. I downloaded the files from the following link; when I try to install I get the following error: I am not a linux expert and almost certainly made some mistakes, any suggestions will be greatly appreciated. |
@NobodyIT please follow the download instructions carefully. You're not downloading from the correct URL. |
@robertklep Thank you for now, I will try the procedure again |
@robertklep Thank you for your repo and the time you're spending supporting it. If I see the following messages in the
That is the OS version: And I've installed the drivers from this path: |
@konclave yes, that would mean that the module version doesn't match the kernel version. Which version of DSM are you running? Perhaps I need to add additional versions. For the time being, you can try using the ApolloLake modules instead, that platform uses the same kernel version as your NAS is doing (I don't know if that will actually work, though). |
@robertklep I have DSM 7.2.2-72806. But now I don't have the
But still no Thank you, anyway, I'll try to go throw the other threads and figure out what's wrong. |
I have the same problem since 2 days. Synology did roll out 7.2.2-72806 Update 2, this could be the problem. |
@konclave you can probably use |
@d3nbo the exact same problem? With an incorrect |
Good news, it's runnig now. As I am not an IT expert, still a little clueless I did not have the exact same, but ttyUSB0 was missing suddenly, when it was working before. I have a RS2418+, so I used denverton. Problem was when using /usr/local/etc/rc.d/usb-serial-drivers.sh start /usr/local/etc/rc.d/usb-serial-drivers.sh: line 7: syntax error near unexpected token Thank you for your great work!! |
@d3nbo sounds like you may not have downloaded the script correctly. |
Hi all,
i have followed all the instructions and wanted to install usb drivers for a usb zigbee devices on my synology. (No ttyusb or ttyacm device in /dev)
Unfortunately i am running dsm 7.2
(DSM 7.2-64570 Update 1)
(Linux MyCloud 4.4.302+ #64570 SMP Tue Jun 13 21:39:55 CST 2023 x86_64 GNU/Linux synology_geminilake_720+)
It is a 720+ geminilake synology. I did try these drives here: https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/geminilake/dsm-7.2
None of those i could install with this command as described in the manual: insmod /lib/modules/cp210x.ko
I am always getting this error:
sudo insmod /lib/modules/cp210x.ko
insmod: ERROR: could not insert module /lib/modules/cp210x.ko: Invalid module format
Any help?
The text was updated successfully, but these errors were encountered: