Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Manager fails to load #2938

Closed
GitFixed opened this issue Nov 20, 2023 · 7 comments
Closed

Network Manager fails to load #2938

GitFixed opened this issue Nov 20, 2023 · 7 comments
Labels
board/raspberrypi Raspberry Pi Boards bug

Comments

@GitFixed
Copy link

Describe the issue you are experiencing

using standard HA OS install (ver 11.1), boot on RPi reports the Network Manager failing to load. It surfaces in the HA CLI rather than some version of the Pi OS (I have installed OS on multiple PIs w/o HA). Don’t see how to to push along the install. Google has examples of a related error, but most seem for VM/Docker installs and are beyond my experience level. How to get pass this? Flashed SD on my Mac with RPi Imager with no observable problems.

What operating system image do you use?

rpi4-64 (Raspberry Pi 4/400 64-bit OS)

What version of Home Assistant Operating System is installed?

11.1

Did you upgrade the Operating System.

No

Steps to reproduce the issue

  1. flashed from HA OS as above with RPi Imager on Mac
  2. booted on RPi 4B with wired internet connection
  3. errors and boot resiulting in CLI as above
    ...

Anything in the Supervisor logs that might be useful for us?

?

Anything in the Host logs that might be useful for us?

?

System information

No response

Additional information

No response

@GitFixed GitFixed added the bug label Nov 20, 2023
@sairon sairon added the board/raspberrypi Raspberry Pi Boards label Nov 22, 2023
@sairon
Copy link
Member

sairon commented Nov 22, 2023

Do you end up with a HA shell in the end? If so, could you please get the output of systemctl status -n50 NetworkManager (after entering login first)? If not, please share any sort of logs, at least taken with a camera.

@GitFixed
Copy link
Author

I have an “HA >” prompt that doesn’t take a systemcli command

@sairon
Copy link
Member

sairon commented Nov 22, 2023

You must enter login first, it will take you to the OS shell, then systemctl should work.

@GitFixed
Copy link
Author

the ‘login’ brought me to a ‘#’ prompt. The systemctl status -ns0 returned ‘Unit ns0 could not be found'

@sairon
Copy link
Member

sairon commented Nov 23, 2023

That's expected, because it's a wrong command 😅 Once again, the command should be:

systemctl status -n50 NetworkManager

It will produce quite a bit of text, so taking a photo of the output would be maybe the best option.

@GitFixed
Copy link
Author

updated cmd results in:

Unit NetworkManager.service could not be found.

@GitFixed
Copy link
Author

issue closed. Caused by a network connectivity problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/raspberrypi Raspberry Pi Boards bug
Projects
None yet
Development

No branches or pull requests

2 participants