I have Domoticz running on a raspberry pi 4 for a long time now. I have a Z-wave and a Zigbee stick running with that.
Now id like to switch to my Synology 920+ to run my Domoticz in a container but i cant get my Aeotec Z-Stick Gen5 to work on my synology.
I used the drivers (cp210x.ko, Geminilake) of Jadahl, insmod them to activate them like this,
Code: Select all
sudo insmod /lib/modules/usbserial.ko
sudo insmod /lib/modules/ftdi_sio.ko
sudo insmod /lib/modules/cdc-acm.ko
sudo insmod /lib/modules/cp210x.ko
But when i do lsusb i get the following info.
Code: Select all
Lsusb
usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__1-1 0658:0200:0000 02 2.00 12MBit/s 100mA 2IFs (ffffffd1ffffffb2ffffffdbffffffad)
|__1-4 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 7F00086F1113F268)
|__usb2 1d6b:0003:0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__2-2 1058:2626:1028 00 3.10 5000MBit/s 896mA 1IF (Western Digital My Passport 2626 575841324539303335443353)
I also read something about a USb3 problem so i used a USB2 hub but it seems this one doesn't get recognized either, lsusb gives a similar code (ffffffd1ffffffb2ffffffdbffffffab.
If I put my Zigbee stick in my synology it won’t be recognised either
Code: Select all
lsusb
|__usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__1-1 1a86:7523:0264 ff 1.10 12MBit/s 98mA 1IF ( ffffffd8ffffffb9ffffffd0ffffffa2)
|__1-4 f400:f400:0100 00 2.00 480MBit/s 200mA 1IF (Synology DiskStation 7F00086F1113F268)
|__usb2 1d6b:0003:0404 09 3.00 5000MBit/s 0mA 1IF (Linux 4.4.180+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
|__2-2 1058:2626:1028 00 3.10 5000MBit/s 896mA 1IF (Western Digital My Passport 2626 575841324539303335443353)