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, ethernet device not managed by network-manager #20

Open
Stefal opened this issue Oct 10, 2024 · 2 comments
Open

Network, ethernet device not managed by network-manager #20

Stefal opened this issue Oct 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Stefal
Copy link
Owner

Stefal commented Oct 10, 2024

Describe the bug

With the latest armbian image (24.8.2 RTKBase 2.6.2), the lte_network_mgmt.sh doesn't work, as the eth device is not managed by network-manager

To Reproduce
Steps to reproduce the behavior:

  1. Execute sudo lte_network_mgmt.sh -o

it output

Error: Device '' not found.
ERROR: no connection associated with
Error: unknown connection ''.
Error: Device '' not found.
ERROR: no connection associated with
Error: unknown connection ''.
@Stefal Stefal added the bug Something isn't working label Oct 10, 2024
@Stefal Stefal self-assigned this Oct 10, 2024
@Stefal
Copy link
Owner Author

Stefal commented Oct 10, 2024

Since Armbian 24.05 netplan is used. See https://github.com/igorpecovnik/documentation/blob/master/docs/User-Guide_Networking.md

If I want to use NetworkManager, I can edit the renderer value in /etc/netplan/10-dhcp-all-interfaces.yaml to NetworkManager or add a new file, or delete /etc/netplan/10-dhcp-all-interfaces.yaml, or use the netplan set command: https://netplan.readthedocs.io/en/stable/netplan-set/

@Stefal Stefal transferred this issue from Stefal/rtkbase Oct 10, 2024
@Stefal
Copy link
Owner Author

Stefal commented Nov 21, 2024

Another option could be to use this parameter on the build.sh command : NETWORKING_STACK=network-manager :
https://github.com/armbian/build/blob/cc4513958fb01d0fcdafe96144d2da76bcd51427/lib/functions/configuration/main-config.sh#L64-L79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant