Hi everyone, I'm running Unraid 7.3.1 on a Shuttle NE10N (Intel N100) and after a reboot I'm getting "device eth0 does not exist" with no network connectivity. The NIC is a Motorcomm YT6801 (lspci: "Motorcomm Microelectronics YT6801 Gigabit Ethernet Controller rev 01"), which has no native kernel driver yet. System info: - Unraid: 7.3.1 - Kernel: 6.18.33-Unraid - Device: Shuttle NE10N (Intel N100) - NIC: Motorcomm YT6801 I've already tried: - Deleting network.cfg → no effect - ip link show → MAC address shows as 00:00:00:00:00:00 (driver not loaded) - Downloading the driver source from https://github.com/h4rm00n/yt6801-linux-driver and trying to compile → fails with "make: command not found" - Trying to cross-compile on a Linux Mint machine → couldn't find kernel headers in bzroot/bzmodules/bzroot-gui I don't have a USB Ethernet adapter available right now, so I can't get NerdTools installed to compile on the server itself. Is anyone running the same hardware (Shuttle NE10N or any device with YT6801) on Unraid 7.3.1 / kernel 6.18.33-Unraid who could share a precompiled yt6801.ko for this kernel version? Alternatively, if anyone knows where to find the correct Unraid kernel headers for cross-compilation, that would also be very helpful. Thanks in advance!