04-15-2016, 09:45 AM
(04-15-2016, 01:35 AM)tomekr Wrote: Hi All
I have installed openhab2 on pine64 ( Debian Mate) with success. Openhab2 works pretty good ( but there are a lot of java errors in logs)
I connect Aeon Z-Wave USB stick but I can't find usb port in /dev/
/dev/ttyUSB0 does not exist.
Any idea which device I should use?
regards
tomek
Could you provide a dmesg output after inserting the Z-Wave USB stick? Do you have another Linux box which supports the Z-Wave stick? Another dmesg output from there would be helpful as well.
/dev/ttySX is used by the pine64 UART on board connectors (and not relevant here as long as you are using an USB device)
/dev/ttyUSBX is used by USB->UART connectors but your Linux kernel needs to be compiled with support for this kind of devices
Having the dmesg output mentioned above helps to identify the right device driver.