From the installation log, I get the follow message:

[supervisor.host.network] Requested to update interface end0 which does not exist or is disabled.

I’ve tried creating a CONFIG usb drive following the information here. Even with the appropriate wired connection config file I still get the same message.

I don’t have a spare keyboard so I wouldn’t be able to use the CLI to enable the ethernet. At this point I am not sure how else to approach this problem.

  • the_third@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Ah, so you have network connectivity on the RPi. That’s good. Could you download the raw logs, scrub them of any identifying data, aka, name, mac-adresses and the like and post them here?

    • alwaysconfused@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      I’ve been running into issues with trying to post the log file data. There’s something in there that causes the reply button to hang indefinitely.

      This is the log file with the Config USB plugged in. This is the config settings I used.

      For reference, This is the log file of the installation without the Config USB.

      • the_third@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 months ago

        There’s something in there that causes the reply button to hang indefinitely.

        side remark: That’ll be the behaviour when the Lemmy GUI tries a post that is rejected by the server for mybe being too long. You should see details about that in the network monitor of the browser debugging thingie you get to with F12.

        Anyway:

        The first red line on the left is where the logs start to divert. Everything else is a follow up error. It tells us, that your config was loaded and something failed during applying it. We now know that we don’t have to hunt anything regarding the “config stick”.

        We will now have to find out, what actually happens to your network config in full automatic mode and why it can’t access the network.

        Please remove the manual network from your config stick and instead, add an authorized_keys file with your ssh key as described here: https://developers.home-assistant.io/docs/operating-system/debugging/

        As long as you can resolve and access the GUI via homeassistant.local, you should be able to ssh in to port 22222 on the same hostname as well.

        After doing so, please run ha network info and post the output. Should look something like this. I hope that this is possible during the stage at which the installer hangs for you.