Added note about error (#4559)

Adding a specific note about the error that indicates the library is missing
This commit is contained in:
DubhAd 2018-02-08 20:48:06 +00:00 committed by Franck Nijhof
parent 08b3fee9bc
commit 34c5baefa3

View File

@ -232,3 +232,11 @@ sudo chmod g+rw /dev/ttyAMA0
### {% linkable_title Device path changes %}
If your device path changes when you restart, see [this guide](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/) on fixing it.
### {% Unable to install python_openzwave %}
If you're getting errors like:
openzwave-embed/open-zwave-master/libopenzwave.a: No such file or directory
Then the problem is that you're missing `libudev-dev`, please [install it](/docs/z-wave/installation/#linux-except-hassio).