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:
parent
819cb20c11
commit
6e3b9df172
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue