robertklep / dsm7-usb-serial-drivers

Synology DSM 7 USB serial drivers
510 stars 87 forks source link

Epyc7002 drivers #114

Closed xavier-thomas closed 9 months ago

xavier-thomas commented 9 months ago

Hi,

Is there a possibility to add drivers for the Epyc7002 platform ? I'm trying to use a zigbee USB device on a Synology SA6400

Kernel version is: 5.10

I can see the device being detected on the USB hub by the lsusb command, but doesn't seem to be mounted (I presume due to the lack of drivers).

image

robertklep commented 9 months ago

Have you tried the drivers that come with DSM?

sudo insmod /lib/modules/usbserial.ko
sudo insmod /lib/modules/cdc-acm.ko

If that doesn't work: I'm in the process of migrating my Unraid server, which means I can't access the virtual machine in which I build these modules. So it may take some time before I will be able to build additional drivers.

xavier-thomas commented 9 months ago

Hi @robertklep, that actually worked. I hadn't realised that DSM 7.2 shipped with native usb drivers.

robertklep commented 9 months ago

@xavier-thomas yeah they left some drivers 😅