Stefan Agner
Stefan Agner
Closing as it is resolved.
Home Assistant OS uses NetworkManager under the hood, which is a pretty standard network manager in Linux environments. Do you have other Linux based systems? Do they behave abnormally too?...
DNS resolution is largely taken care of by the DNS plug-in, which is essentially a container running CoreDNS: https://github.com/home-assistant/plugin-dns. The configuration is dynamically generated from this template https://github.com/home-assistant/plugin-dns/blob/master/rootfs/usr/share/tempio/corefile. The `resolve.conf`...
The reported issue **here is that deactivating WiFi using config.txt also affects Bluetooth**. I am guessing this is related to the new kernel Bluetooth initialization which came in with the...
@guandalf the ODROID-M1 issue is handled in #2822 @hwobu @aqus555 that is an issue we've seen previously, unfortunately only some devices seem affected. Do you use an NVMe on your...
@GregEdge @JaCoLJcL after a failed upgrade, can you try to run the commands mentioned in https://github.com/home-assistant/operating-system/issues/2850#issuecomment-1778910888? The most likely case here is that the boot partition somehow corrupted, and the...
Generally, you should not need to use nmcli directly. Instead use the `ha network` command for your networking needs. What are you trying to achieve? It sounds like there is...
Unfortunately, that mismatch of nmcli version is not easily fixable as the add-on is Alpine based and nmcli is installed from the Alpine package system. Also, it is possible to...
Missing carrier typically means a low level issue (cable?). Did you try different cables or connecting to a different switch? > On Home Assistant 9.4 and 9.5 ethernet port Does...
Can you all check Home Assistant OS 10? I am testing Raspberry Pi 3 and 4 regularly, and just tested Raspberry Pi 400 with Home Assistant OS 10. Ethernet works...