New ASUS NUC 14 Essentials doesn't see wired Ethernet NIC

  • FYI - Recently purchased a new ASUS NUC 14 Essentials (Intel N250 version) to replace my 11+ year old ASUS Chromebox that was reloaded to run Kodi. I attempted to load LibreELEC 12.0.2 on the new NUC computer but it didn't boot past the LibreELEC splash screen.

    Suspected a driver issue so I loaded one of the nightly builds (LibreELEC-Genericx86_64-13.0-nightly-20250322-faee3d0.img) and the NUC booted into Kodi enough to add a TVHeadend PVR client and was able to watch and hear TV. However the Realtek r8169 NIC never loaded but WiFi could connect.

    Next I loaded Fedora Workstation 41 to check that the hardware was working. After many Fedora updates, a new Realtek firmware file was downloaded and now I have wired network. Fedora reports the NIC as: Realtek Internal NBASE-T PHY r8169-0-100:00

    So along with the other development work for LibreELEC, an updated Realtek firmware file may need to be included.

  • I bought a ASUS NUC 14 Pro i7 recently (for s/w development on the road) running Windows 11 Pro and the Ethernet failed after I updated drivers etc. WiFi was good.

    The fix was to update to latest NUC 14 bios.

  • Uploaded the results of the dmesg command to https://paste.libreelec.tv/warm-condor.log. Log shows the file (r8169.ko.xz) I copied to the firmware directory was loaded but no joy from the wired NIC. May need other files to get the device to work:

    [ 1.613431] r8169 0000:01:00.0: enabling device (0000 -> 0003)
    [ 1.613505] r8169 0000:01:00.0: error -ENODEV: unknown chip XID 688, contact r8169 maintainers (see MAINTAINERS file)

  • Ok . . I'm assuming you sent an update TAR file and found the process on the WIKI page.

    Put the tar file in the /storage/.update/ folder and during the reboot, it shows 12.80.0 as the version but still no wired network,

    After my post yesterday I had performed a BIOS update to v.021. However, there was no wired network.

    Also re-applied the firmware and driver files from the Fedora build but no wired network. This update seemed to make the chipset go dark so I reloaded the OS to the nightly build v13 dated 20250322 and at least the green light came back but no amber light. Your update file was applied to the last OS load.

    Thanks for the help and waiting for the next step.

  • I linked the .tar file because you said WiFi worked so you have a working internet connection. I assume this was used to share the previous "dmesg | paste" dump. An .img.gz version of the tweaked image is in the same webserver folder but reinstalling only results in the same state as an update (which is quicker/easier).

    Please share a URL from "dmesg | paste" again, so we can see if the chip is now correctly detected and is there any attempt to load firmware? Note that r8169.ko.xz is an xz compressed kernel module (.ko) file not firmware (usually .bin or .fw) so adding that to the image via a firmware overlay will not do anything useful.