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

USB Serial Drivers not work on my D218+ #59

Closed
stich86 opened this issue Mar 18, 2019 · 1 comment
Closed

USB Serial Drivers not work on my D218+ #59

stich86 opened this issue Mar 18, 2019 · 1 comment

Comments

@stich86
Copy link

stich86 commented Mar 18, 2019

Hi,

i'm trying your driver to get a CP2102 (arduino) working on my DS 218+. PKG was installed successfully but modules cannot be loaded, seems compiled for a slight different kernel, here is the error:

[1592416.209663] usbserial: version magic '4.4.59 SMP preempt mod_unload ' should be '4.4.59+ SMP preempt mod_unload '
[1592416.225010] ftdi_sio: module verification failed: signature and/or required key missing - tainting kernel
[1592416.237835] ftdi_sio: Unknown symbol usb_serial_handle_sysrq_char (err 0)
[1592416.245752] ftdi_sio: Unknown symbol usb_serial_generic_open (err 0)
[1592416.253761] ftdi_sio: Unknown symbol usb_serial_handle_dcd_change (err 0)
[1592416.261992] ftdi_sio: Unknown symbol usb_serial_deregister_drivers (err 0)
[1592416.270593] ftdi_sio: Unknown symbol usb_serial_generic_unthrottle (err 0)
[1592416.278596] ftdi_sio: Unknown symbol usb_serial_handle_break (err 0)
[1592416.285983] ftdi_sio: Unknown symbol usb_serial_generic_get_icount (err 0)
[1592416.293930] ftdi_sio: Unknown symbol usb_serial_generic_tiocmiwait (err 0)
[1592416.301881] ftdi_sio: Unknown symbol usb_serial_generic_throttle (err 0)
[1592416.309947] ftdi_sio: Unknown symbol usb_serial_register_drivers (err 0)
[1592416.323013] cp210x: Unknown symbol usb_serial_generic_open (err 0)
[1592416.330294] cp210x: Unknown symbol usb_serial_generic_close (err 0)
[1592416.337647] cp210x: Unknown symbol usb_serial_deregister_drivers (err 0)
[1592416.345454] cp210x: Unknown symbol usb_serial_register_drivers (err 0)
[1592416.357956] pl2303: Unknown symbol usb_serial_handle_sysrq_char (err 0)
[1592416.365720] pl2303: Unknown symbol usb_serial_generic_open (err 0)
[1592416.372883] pl2303: Unknown symbol usb_serial_generic_close (err 0)
[1592416.380149] pl2303: Unknown symbol usb_serial_handle_dcd_change (err 0)
[1592416.387797] pl2303: Unknown symbol usb_serial_deregister_drivers (err 0)
[1592416.395520] pl2303: Unknown symbol usb_serial_handle_break (err 0)
[1592416.402748] pl2303: Unknown symbol usb_serial_generic_tiocmiwait (err 0)
[1592416.410834] pl2303: Unknown symbol usb_serial_register_drivers (err 0)
[1592416.423975] ch341: Unknown symbol usb_serial_generic_open (err 0)
[1592416.431071] ch341: Unknown symbol usb_serial_generic_close (err 0)
[1592416.438337] ch341: Unknown symbol usb_serial_handle_dcd_change (err 0)
[1592416.446329] ch341: Unknown symbol usb_serial_generic_resume (err 0)
[1592416.453639] ch341: Unknown symbol usb_serial_deregister_drivers (err 0)
[1592416.461304] ch341: Unknown symbol usb_serial_generic_tiocmiwait (err 0)
[1592416.468953] ch341: Unknown symbol usb_serial_register_drivers (err 0)
[1592416.482084] ti_usb_3410_5052: Unknown symbol usb_serial_deregister_drivers (err 0)
[1592416.490814] ti_usb_3410_5052: Unknown symbol usb_serial_generic_get_icount (err 0)
[1592416.499566] ti_usb_3410_5052: Unknown symbol usb_serial_generic_tiocmiwait (err 0)
[1592416.508287] ti_usb_3410_5052: Unknown symbol usb_serial_register_drivers (err 0)

this is my kernel version

# uname -a
Linux lynx-DS 4.4.59+ #23824 SMP PREEMPT Tue Feb 12 16:52:55 CST 2019 x86_64 GNU/Linux synology_apollolake_218+

and DSM version:

# cat /etc.defaults/VERSION
majorversion="6"
minorversion="2"
productversion="6.2.1"
buildphase="GM"
buildnumber="23824"
smallfixnumber="6"
packing="iSCSI"
packing_id="1"
builddate="2019/02/12"
buildtime="17:00:41"

Thanks!

@jdel
Copy link
Owner

jdel commented Mar 18, 2019

Hello,

This repository is only for issues related to SSPKS (the package server).

You should contact the maintainer of the package you are trying to install USB Serial Drivers to report the problem.

Regards,
Julien

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