Hi,
With systemd
245.4-2 eth0 doesn't come up on several devices see post here:
https://archlinuxarm.org/forum/viewtopic.php?f=47&t=14351I'm not sure if the 2 issues are related, because, at leas on my odroid xu I have 5.6.2-1 kernel version.
Also, even if i manage to bring up eth0, manually, from the serial console, it won't resolve the ip address.
I also have another usb ethernet adapter and that one is working fine on reboot, it gets ip address and such.
Apparently only the internal adapter has an issue.
Boot log is this with systemd
244.3-1 and everything is fine.
$this->bbcode_second_pass_code('', '
...
smsc95xx v1.0.6
smsc95xx 1-2:1.0 eth0: register 'smsc95xx' at usb-12110000.usb-2, smsc95xx USB 2.0 Ethernet, de:3c:a1:ca:24:91
usbcore: registered new interface driver smsc95xx
FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
smsc95xx 1-2:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
...
')
But with the newer one (245.4-2) the last 2 lines are missing.
And, if i do a
ifconfig eth0 up interfaces gets up but the ip is not resolved.
Thanks