-
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
My system is DSM is missing the cdc-acm.ko #126
Comments
Yes, the missing extension seems to be the reason. What's the output of this command?
|
Sorry. I tried to reply via email but it did not appear here. Here are the results. ~$ uname -a |
I have an apollolake system myself which runs the same kernel version but I doubt that the module from my system will work on yours. I've uploaded it here: https://filebin.net/pzp661yvutqmt7x0 |
Same problem. After a recent update, cdc-adm.ko is no longer in /lib/modules. Anyone have a guide on how to build the synology 4.4.x kernel and the cdc-acm module for v1000? |
There is a SynoCommunity package with serial port drivers if that helps? https://synocommunity.com/package/synokernel-usbserial Actually, just checked (and rebuilt to confirm), it is included:
You'll have to copy the |
That SynoCommunity package worked and now i have ttyACM0 back. Thank you! |
I posed this under another issue and now in this new issue.
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.
From @robertklep
Can you post the output of these commands:
lsmod | grep serial
lsusb -cui
Here are the results of those commands:
~$ lsmod | grep serial
usbserial 22278 5 ch341,cp210x,ti_usb_3410_5052,pl2303,ftdi_sio
~$ lsusb -cui
|__usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.302+ xhci-hcd xHCI Host Controller 0000:09:00.3) hub
|__1-1 10c4:ea60:0100 00 2.00 12MBit/s 100mA 1IF (ITead Sonoff Zigbee 3.0 USB Dongle Plus 9c36c28d24a6ed1190b7e8a32981d5c7)
1-1:1.0 (IF) ff:00:00 2EPs () usbfs
|__1-3 0764:0601:0200 00 1.10 1.5MBit/s 50mA 1IF (CPS UPS OR500 ffffff84ffffffb4ffffff81ffffffd3)
1-3:1.0 (IF) 03:00:00 2EPs () usbfs
|__usb3 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.302+ xhci-hcd xHCI Host Controller 0000:09:00.4) hub
|__3-2 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 650037BEA681C648)
3-2:1.0 (IF) 08:06:50 2EPs () usb-storage host10 (synoboot)
The text was updated successfully, but these errors were encountered: