Added extra command after having issues (#2725)

New ZWave stick didn't show up in /dev
Found a solution via the forums that worked for me.
This commit is contained in:
Joost D 2017-05-30 08:54:49 +02:00 committed by Fabian Affolter
parent 819cb20c11
commit 6e3b9df172

View File

@ -52,6 +52,11 @@ To find the path of your Z-Wave USB stick or module, run:
$ ls /dev/ttyUSB*
```
Or, if there is no result try to find detailed USB connection info with:
```bash
$ dmesg | grep USB
```
Or, on some other systems (such as Raspberry Pi), use:
```bash