You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 ''.
The text was updated successfully, but these errors were encountered:
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/
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-managerTo Reproduce
Steps to reproduce the behavior:
sudo lte_network_mgmt.sh -o
it output
The text was updated successfully, but these errors were encountered: