[SOLVED] Problem getting z-wave.me dongle working

Hi,
I'm completely new to openWRT since yesterday trying to setup a domoticz server on a Asus RT-AC51U router with a z-wave.me dongle

Got a USB storage working as root so have plenty of space but openWRT does not recognize my z-wave USB dongle.

Just get this log when removing and inserting the dongle

Tue Sep 17 20:39:19 2019 kern.info kernel: [ 103.525864] usb 1-1.4: USB disconnect, device number 4
Tue Sep 17 20:39:24 2019 kern.info kernel: [ 105.523464] usb 1-1.4: new full-speed USB device number 5 using ehci-platform
Tue Sep 17 20:39:24 2019 kern.err kernel: [ 105.570383] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 20:39:25 2019 kern.err kernel: [ 105.655601] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 20:39:25 2019 kern.info kernel: [ 105.740962] usb 1-1.4: new full-speed USB device number 6 using ehci-platform
Tue Sep 17 20:39:25 2019 kern.err kernel: [ 105.787705] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 20:39:25 2019 kern.err kernel: [ 105.874483] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 20:39:25 2019 kern.info kernel: [ 105.926197] usb 1-1-port4: attempt power cycle
Tue Sep 17 20:39:26 2019 kern.info kernel: [ 106.159952] usb 1-1.4: new full-speed USB device number 7 using ehci-platform

Have for example installed the openzwave package, is there something else missing? Have googled some topics but could not find any close hints.

Any hints on how to proceed?

Install " kmod-usb-serial-pl2303"
and maybe usbutils
and show us "lsusb"

Hi,

Installed kmod-usb-serial-pl2303 and usbutils

This is the lsusb output

root@OpenWrt:~# lsusb
Bus 001 Device 010: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0718:0624 Imation Corp. TDK Trans-It 16GB
Bus 001 Device 002: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Try also kmod-usb-serial-cp210x.
And show dmesg (unplug ang plug again USB dongle)

Hi,
The output is very much the same

Tue Sep 17 22:05:13 2019 kern.info kernel: [ 95.341511] usb 1-1.4: USB disconnect, device number 12
Tue Sep 17 22:05:18 2019 kern.info kernel: [ 96.808952] usb 1-1.4: new full-speed USB device number 13 using ehci-platform
Tue Sep 17 22:05:18 2019 kern.err kernel: [ 96.856091] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 22:05:18 2019 kern.err kernel: [ 96.942332] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 22:05:18 2019 kern.info kernel: [ 97.029638] usb 1-1.4: new full-speed USB device number 14 using ehci-platform
Tue Sep 17 22:05:18 2019 kern.err kernel: [ 97.076830] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 22:05:18 2019 kern.err kernel: [ 97.162011] usb 1-1.4: device descriptor read/64, error -32
Tue Sep 17 22:05:19 2019 kern.info kernel: [ 97.214149] usb 1-1-port4: attempt power cycle
Tue Sep 17 22:05:19 2019 kern.info kernel: [ 97.448356] usb 1-1.4: new full-speed USB device number 15 using ehci-platform

OK it looks like you need " kmod-usb-acm"

2 Likes

Aha..... yes.... Thanks!!!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.