Clarification (#10049)

Clarification update on when the Modem Manager applies.
This commit is contained in:
Dubh Ad 2019-08-05 15:06:22 +01:00 committed by Klaas Schoute
parent 48f21f07b8
commit 928219d014

View File

@ -122,7 +122,7 @@ You can also check what hardware has been found using the [hassio command](/hass
$ hassio hardware info $ hassio hardware info
``` ```
The `modemmanager` package will interfere with any Z-Wave (or Zigbee) stick and should be removed or disabled. Failure to do so will result in random failures of those components. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager` If you did an alternative install on Linux then the `modemmanager` package will interfere with any Z-Wave (or Zigbee) stick and should be removed or disabled. Failure to do so will result in random failures of those components. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`.
### Docker ### Docker