Open miticolars opened 2 years ago
I'll try and see if I'm able to compile it, I'm having some issues with my dev VM not wanting to start up anymore 😬
ok, thank you!
One question: what's the current Linux kernel version of your NAS for DSM 7?
I'm sorry, but I haven't updated the DSM yet
I understand 😊 But I need the kernel version to be able to compile the correct version of the driver. I'll see if I can find out some other way.
FWIW, it's possible that one of the other drivers (most likely apollolake
or geminilake
) will work on your hardware too, but I guess you first need to update your DSM to be able to try that (and there are no guarantees it'll work).
Ok, when I'll update my system I will try the other drivers and I will back to you.
I still can't guarantee I'll be able to compile it within a reasonable time period, so please only update if you're okay with not being able to use your device for a while.
ok, thanks!
Deleted my previous comment, I got side tracked :)
@baylanger no worries 😅
Looks like it's 3.10.x: https://archive.synology.com/download/ToolChain/Synology%20NAS%20GPL%20Source/7.0-41890
In which case the Apollolake and Geminilake modules won't work, those are for kernel version 4.4.x. But other platforms using 3.10.x are avoton
, braswell
and monaco
, so those modules may work. If not, I'm not far off compiling a specific version for the cedarview
platform.
Cedarview modules are now available: https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/cedarview
I can't test these myself.
Hi @robertklep, finally I installed and tested your pl2303 driver on DSM 7.1 on RS814+ (cedarview) Synology NAS and it works! Thank you!
Hi, can you provide the dms7 driver for cedarview platform? I have to connect a pl2303 usb serial converter used by homebridge (docker). Thanks in advance.