After additional discussion with other members, I retried with the same config as in comment #9:
CID: 202109-29496 SKU: AAEON UPN-EHL01 Image used: ubuntu-core-20-amd64+intel-iot.img.xz (20211014.2) kernel: 5.13.0-1007-intel Turns out, as Doug mentioned in comment #11, the UC20 configuration is based on the initial setup wizard when installing UC20. In my case, I had only plugged one of the two network interfaces (enp1s0), so only this one was configured. The other was marked as `disabled` and never used, even when plugging a cable afterwards. The netplan configuration looked like this: $ cat /etc/netplan/00-snapd-config.yaml # This is the network config written by 'console-conf' network: ethernets: enp1s0: dhcp4: true version: 2 In order to change this, I edited it like so: $ cat /etc/netplan/00-snapd-config.yaml # This is the network config written by 'console-conf' network: ethernets: enp1s0: dhcp4: true enp2s0: dhcp4: true version: 2 then ran `sudo netplay apply`, and the second interface (enp2s0) got an IP shortly afterwards. So, at least on my side (Aaeon EHL board), it's a non-issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-intel-5.13 in Ubuntu. https://bugs.launchpad.net/bugs/1945548 Title: I225-IT Ethernet (8086:0d9f) does not work on AAEON's EHL Board Status in intel: New Status in linux-intel-5.13 package in Ubuntu: Invalid Status in linux-intel-5.13 source package in Focal: Fix Committed Bug description: [Summary] I225-IT Ethernet (8086:0d9f) does not work on AAEON's EHL Board [Steps to reproduce] 1. Install https://cdimage.ubuntu.com/focal/daily-preinstalled/20210929/ to the system 2. Boot to desktop 3. Check if all Ethernet get IP address [Expected result] All Ethernet Port should up and runing and get the IP address. [Actual result] I225-IT Ethernet (8086:0d9f) does not work and did not get IP address [Failure rate] 100% [Additional information] CID: 202109-29492 SKU: N/A system-manufacturer: AAEON system-product-name: UPN-EHL01 bios-version: UNEHAM0D CPU: Intel Atom(R) x6425RE Processor @ 1.90GHz (4x) GPU: 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:4571] (rev 01) kernel-version: 5.13.0-1004-intel [Stage] Issue reported and logs collected right after it happened To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1945548/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp