I’m trying to run Home Assistant OS on a brand new Intel NUC NUC11PAQi7 Panther Canyon.
The problem is that after plugging in an Ethernet cable and installing HassOS, the device does not show up in my network (I’ve used a network scanner and also checked the router config page). http://homeassistant.local:8123 can’t be reached.
So far, I’ve done this:
Tested Ubuntu Desktop on the same Nuc to verify that WiFi and Ethernet are both working properly to rule out any hardware issues. I was able to discover the device with a network scanner.
Flashed hassos_intel-nuc-5.13.img.xz to the M.2 SSD with Balena Etcher and an external M.2 USB-C enclosure.
Connected a working Ethernet cable
Waited >30 minutes after booting the NUC
A connected monitor displays:
Welcome to Home Assistant
home assistant login: [ 62.6480831] hdaudio hdaudioC0D2: Unable to bind the codec
After logging in with root and typing “network info”, I get:
Yes I installed a Linux operating system that supported my NIC then installed Home Assistant OS using the Supervised installation method. See this guide:
Not if it does not have the required network driver.
Supervised is essentially the same thing, you just have to keep the system OS up to date yourself.
It’s like the container install method, but with the supervisor container to manage addons.
If you are comfortable with Docker, you could use the container install method. Instead of addons you manage the extra containers yourself.
I used Ubuntu server LTS. But that was a long time ago. I would not recommend it. Only Debian (not its derivatives) is officially supported. See the link I posted above.
I am having exactly the same problem with a new NUC 11 i5.:
Installed 5.13 onto the internal SSD, and Hass OS appears to run, also complaining about hdaudio, but no network - WiFi or wired.
There also was a network when booting into Ubuntu.
(I don’t want to go supervised as I don’t use *nix otherwise, so it would add an unnecessary extra layer I’d have to manage.)
… trying the supervised method: tried to install Debian 10.9.0, and the installer says it can’t find the ethernet card…
I created a new issue in the Home Assistant OS repo as advised by @tom_l. Agners already made a commit to resolve the networking issue. The fix should be included in the next release.
Currently I’m running the dev build haos_generic-x86-64-6.0.dev20210419.img.xz from https://os-builds.home-assistant.io/ and I can confirm that this build connects to my network with no problems.