Today I installed Armbian_5.35_Odroidc2_Debian_jessie_default_3.14.79 on my Odroid C2
Installation went fine and I got a DHCP-IP
But now neither armbian-config will configure me a IP to eth0 (only device lo) nor /etc/network/interfaces would be "read" when I manually edit it to eth0
So I cleared the file.
nmtui does let me configure a connection and I could activate this connection. At this time I got a/the right IP.
But after a reboot this IP wouldnt reconnected.
Every boot I do get an additional connection eth0 generated.
Before boot
root@odroidc2:~# nmcli con show
NAME UUID TYPE DEVICE
guido 2b96719d-bbee-4fef-9848-8663cda99dcc 802-3-ethernet eth0
eth0 3888b480-d230-4bf7-a3b3-076f4b61b35b 802-3-ethernet --
After next boot
root@odroidc2:~# nmcli con show
NAME UUID TYPE DEVICE
eth0 569592fe-7704-4054-bb6a-74567526cd72 802-3-ethernet --
guido 2b96719d-bbee-4fef-9848-8663cda99dcc 802-3-ethernet eth0
eth0 3888b480-d230-4bf7-a3b3-076f4b61b35b 802-3-ethernet --
So I named "my" connection guido and did try the following in the /etc/rc.local
nmcli con down eth0
nmcli con up guido
but on startup the boot-log (not in dmesg) shows me:
[FAILED] Failed to start /etc/rc.local Compatibility.
[EDIT] as workaround it does work with these 2 nmcli config-lines if I put a "sleep 1" before them in the /etc/rc.local
but this shouldnt be the final solution
But manually these command does work:
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection2)
root@odroidc2:~# armbianmonitor -u
System diagnosis information will now be uploaded to http://sprunge.us/ADIU
Question
guidol
Today I installed Armbian_5.35_Odroidc2_Debian_jessie_default_3.14.79 on my Odroid C2
Installation went fine and I got a DHCP-IP
But now neither armbian-config will configure me a IP to eth0 (only device lo) nor /etc/network/interfaces would be "read" when I manually edit it to eth0
So I cleared the file.
nmtui does let me configure a connection and I could activate this connection. At this time I got a/the right IP.
But after a reboot this IP wouldnt reconnected.
Every boot I do get an additional connection eth0 generated.
Before boot
After next boot
So I named "my" connection guido and did try the following in the /etc/rc.local
but on startup the boot-log (not in dmesg) shows me:
[FAILED] Failed to start /etc/rc.local Compatibility.
[EDIT] as workaround it does work with these 2 nmcli config-lines if I put a "sleep 1" before them in the /etc/rc.local
but this shouldnt be the final solution
But manually these command does work:
root@odroidc2:~# armbianmonitor -u
System diagnosis information will now be uploaded to http://sprunge.us/ADIU
Link to comment
Share on other sites
8 answers to this question
Recommended Posts