Page 1 of 1

Aeotec Z-Stick on synology 920+

Posted: Thursday 14 July 2022 13:10
by gielie
Hi all,
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
i get the ttyACM0 an also did a chmod 777 /dev/ttyACM0 to give them rights.
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)
So it looks like the driver is not installed the right way. The synology doesn't recognize my Aeotec Z-Stick Gen5.
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)
Is there someone who can give me some tips how i can get this to work.

Re: Aeotec Z-Stick on synology 920+

Posted: Sunday 17 July 2022 13:07
by JackD
Which version of DSM are your running on your Synology...... 6 or the new 7 ?

Re: Aeotec Z-Stick on synology 920+

Posted: Monday 18 July 2022 10:19
by gielie
JackD wrote: Sunday 17 July 2022 13:07 Which version of DSM are your running on your Synology...... 6 or the new 7 ?
I’m running DSM 7, 7.1 update 3 to be precise.

I know they removed the usb drivers in dsm7 but there are some people, like Jadahl, who made the drivers available again so I tried to use that without any succes.

Are there people here with an 920+ and got the usb sticks working?

Re: Aeotec Z-Stick on synology 920+

Posted: Monday 18 July 2022 12:25
by JackD
Can't help you much because I am running DSM 6

But I did have trouble with usb hubs and my Synology NAS.
Had to try 3 differed ones before I had one which functioned properly.
So (If you not already tried this) you should plug in your usb devices individually directly into the usb on your Synology.
Then try to get them to be recognized one by one by the 920+, and then try them all together in combination with a usb hub.
This way you know if the problem is the usbhub or the usbdrivers.