mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add command to remove modemmanger from host
This commit is contained in:
parent
1611949784
commit
cbf66444fa
@ -107,3 +107,8 @@ In case you want to add Philips Hue bulbs that have previously been added to ano
|
||||
## {% linkable_title ZHA Start up issue with Home-Assistant Docker/Hass.io installs on linux hosts %}
|
||||
|
||||
On Linux hosts ZHA can fail to start during HA startup or restarts because the zigbee USB device is being claimed by the host's modemmanager service. To fix this disable the modemmanger on the host system.
|
||||
|
||||
To remove modemmanager from an Debian/Ubuntu host run this command:
|
||||
```
|
||||
sudo apt-get purge modemmanager
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user