leprechaun
New Member
hi,
Trying to get networkmanager running on a costum board built using buildroot. But when i try and bring upp the connection I get:
nmcli con up eth0
"No suitable device found for this connection
and if i try and add eth0 to managed it accepts the command but still shows as unmanaged. Using busybox as init system.
Bring it up with ifup works without any issues.
Options I added in buildroot for this:
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_PACKAGE_NETWORK_MANAGER=y
BR2_PACKAGE_NETWORK_MANAGER_TUI=y
BR2_PACKAGE_NETWORK_MANAGER_CLI=y
And /etc/networking/interface looks as the following:
# Loopback interface lo
auto lo
iface lo inet loopback
Unsure what to check next. Is there some kernel option I should check for to see if they are enabled? Or does it not work with busybox as an init system?
Trying to get networkmanager running on a costum board built using buildroot. But when i try and bring upp the connection I get:
nmcli con up eth0
"No suitable device found for this connection
and if i try and add eth0 to managed it accepts the command but still shows as unmanaged. Using busybox as init system.
Bring it up with ifup works without any issues.
Options I added in buildroot for this:
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_PACKAGE_NETWORK_MANAGER=y
BR2_PACKAGE_NETWORK_MANAGER_TUI=y
BR2_PACKAGE_NETWORK_MANAGER_CLI=y
And /etc/networking/interface looks as the following:
# Loopback interface lo
auto lo
iface lo inet loopback
Unsure what to check next. Is there some kernel option I should check for to see if they are enabled? Or does it not work with busybox as an init system?