From 6e3b9df172b0bca3be831b35b244a72fb4e9cca7 Mon Sep 17 00:00:00 2001 From: Joost D Date: Tue, 30 May 2017 08:54:49 +0200 Subject: [PATCH] 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. --- source/_docs/z-wave.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index d6e2b477b35..36cbfddb0f5 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -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