Stefal / build

Armbian Linux build framework
https://www.armbian.com
GNU General Public License v2.0
1 stars 0 forks source link

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

Open Stefal opened 3 hours ago

Stefal commented 3 hours ago

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 commented 2 hours ago

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