From 3f721ce1afbfb48fba36fdb849066eb7fae4954b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 11 Sep 2019 21:31:40 +0200 Subject: [PATCH] Fix NM (#10341) * Fix NM * :pencil2: Tweak --- source/hassio/installation.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index b71de9088c6..c533747070a 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -111,13 +111,16 @@ The packages you need to have available on your system that will run Hass.io may - curl - dbus - jq - - network-manager - socat - software-properties-common +Optional: + + - network-manager +
- 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 integrations. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager` + Without the NetworkManager, you will be not able to control your host network setup over the UI. 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 integrations. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`