• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

ASUS NUC14MNK fos kernel no netwerk drivers

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
29
823
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E
    Eazis
    last edited by Jun 6, 2025, 11:33 AM

    I’m discovering a missing network driver inside the latest FOS kernel (6.6.69) for the ASUS NUC14MNK.
    Is there a way to add this driver?

    NIC: Realtek PCIe 2.5GbE Family Controller

    Afbeelding van WhatsApp op 2025-06-06 om 13.19.19_2453aba3.jpg

    Afbeelding van WhatsApp op 2025-06-06 om 13.19.19_00be390e.jpg

    G E 2 Replies Last reply Jun 7, 2025, 12:31 AM Reply Quote 0
    • G
      george1421 Moderator @Eazis
      last edited by Jun 7, 2025, 12:31 AM

      @Eazis said in ASUS NUC14MNK fos kernel no netwerk drivers:

      ASUS NUC14MNK.

      Using either windows or linux can we get the hardware ID of that nic. In windows its under the device manager and the hardware ID. It should be two series of hex numbers. Under linux you would use lspci -nn | grep -i net in this form the code we need looks like [8088:14dc] (made up number). That will tell us if there is a driver in the linux kernel for that.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      1 Reply Last reply Reply Quote 0
      • E
        Eazis @Eazis
        last edited by Jun 7, 2025, 2:22 PM

        @Eazis I have made a screenshot in Windows 11 >

        afbeelding (3).png

        G 1 Reply Last reply Jun 8, 2025, 12:42 AM Reply Quote 0
        • G
          george1421 Moderator @Eazis
          last edited by Jun 8, 2025, 12:42 AM

          @Eazis will you check to see if the beta version 6.12.x series fixes the issue? https://github.com/FOGProject/fos/releases

          If not we will need compile a special kernel with the current realtek driver installed. The linux mainstream kernel drivers typically lags current hardware.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          E 2 Replies Last reply Jun 9, 2025, 12:10 PM Reply Quote 0
          • E
            Eazis @george1421
            last edited by Jun 9, 2025, 12:10 PM

            @george1421 said in ASUS NUC14MNK fos kernel no netwerk drivers:

            @Eazis will you check to see if the beta version 6.12.x series fixes the issue? https://github.com/FOGProject/fos/releases

            If not we will need compile a special kernel with the current realtek driver installed. The linux mainstream kernel drivers typically lags current hardware.

            I will try tomorrow and let you know.

            1 Reply Last reply Reply Quote 1
            • E
              Eazis @george1421
              last edited by 30 days ago

              @george1421 I have tried Linux kernel 6.12.25 unfortunately this didn’t fix the NIC driver problem.

              G 1 Reply Last reply 29 days ago Reply Quote 0
              • G
                george1421 Moderator @Eazis
                last edited by 29 days ago

                @Eazis Ok A little google-fu shows this is not an 8169 nic but a 8125 (2.5GbE) nic. (I personally really dislike realtek because of this BS).

                So now we need to figure out how to add 8125 native nic support to the FOS kernel.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                E 1 Reply Last reply 29 days ago Reply Quote 0
                • E
                  Eazis @george1421
                  last edited by 29 days ago

                  @george1421 said in ASUS NUC14MNK fos kernel no netwerk drivers:

                  @Eazis Ok A little google-fu shows this is not an 8169 nic but a 8125 (2.5GbE) nic. (I personally really dislike realtek because of this BS).

                  So now we need to figure out how to add 8125 native nic support to the FOS kernel.

                  It seems the FOS kernel is misleading us 🙂
                  Windows already reports the hardware ID as 8125.

                  Is there any chance of getting this driver included in the FOS kernel?

                  For now, I have a workaround using USB-to-LAN to boot into FOS, but it’s far from ideal.
                  MAC address swapping inside the GUI etc.

                  T 1 Reply Last reply 29 days ago Reply Quote 0
                  • T
                    Tom Elliott @Eazis
                    last edited by 29 days ago

                    @Eazis It looks, to me, there’s a firmware that we may need to add to the kernel for these nics, but I don’t know what version? I see

                    rtl8125a-3
                    rtl8125b-1
                    rtl8125b-2
                    rtl8125bp-2
                    rtl8125d-1
                    rtl8125d-2
                    

                    I suppose we could attempt to add all of them, but we don’t know which one applies to your specific device.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    T G 2 Replies Last reply 29 days ago Reply Quote 1
                    • T
                      Tom Elliott @Tom Elliott
                      last edited by 29 days ago

                      @Eazis Can you please try with this file:

                      https://drive.google.com/file/d/1RuMF_xvYLfJwjlXAYk9ZN1VUG004Uk85/view?usp=sharing

                      I know it’s google drive. It’s my personal one and this link is available for anyone.

                      It’s simply the 64bit kernel file (we generally name bzImage) Please can you try this?

                      It’s got a few drivers added that appear (to me) to have been missing. If this works, I’ll try to get this into the fos repository.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      E 1 Reply Last reply 28 days ago Reply Quote 0
                      • G
                        george1421 Moderator @Tom Elliott
                        last edited by george1421 29 days ago 28 days ago

                        @Tom-Elliott said in ASUS NUC14MNK fos kernel no netwerk drivers:

                        I suppose we could attempt to add all of them, but we don’t know which one applies to your specific device.

                        Also if we booted into debug mode and after the error is presented search syslog for the key word ‘firmware’ the kernel should post anything its missing. grep -i -e firm /var/log/syslog

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                        1 Reply Last reply Reply Quote 0
                        • E
                          Eazis @Tom Elliott
                          last edited by 28 days ago

                          @Tom-Elliott

                          Thanks i tried your version but now i got this inside the FOS kernel.
                          The normal FOS kernel can boot into other pc’s except for the ASUS NUC.

                          Afbeelding van WhatsApp op 2025-06-12 om 16.17.51_dba25bf5.jpg

                          G 1 Reply Last reply 27 days ago Reply Quote 0
                          • G
                            george1421 Moderator @Eazis
                            last edited by 27 days ago

                            @Eazis Will you do a few things to help us try to sort this out?

                            Schedule a capture or deploy to this computer, but before you do tick the debug checkbox before scheduling the task. If you don’t have this computer registered with the FOG server manually register it.

                            Now pxe boot the target computer, it should start to image right away, but instead of imaging it will drop you to a linux console on the target computer. There will be several screens of text you will need to clear with the enter key, but at the end you will be dropped to a linux command prompt.

                            How I want you to key in the following.

                            ip a s
                            lspci -k -nn | grep -i net
                            grep -i -e firm /var/log/syslog

                            get a clear picture of all of the values and post it here.

                            The first command will show us the network adapters
                            The second command will show us the hardware ID of the network adapters
                            The last command searches /var/syslog for any message that has firmware in the name.

                            After you are done with this, delete the capture/deploy task from the fog server.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                            E 1 Reply Last reply 27 days ago Reply Quote 0
                            • E
                              Eazis @george1421
                              last edited by Eazis 27 days ago 27 days ago

                              @george1421

                              Here you go. I have done this with the FOS kernel which Tom have created.
                              The enp0s20f0u7 which you see is my usb -> nic adapter, otherwise i cant start a deploy task.

                              Afbeelding van WhatsApp op 2025-06-13 om 13.15.40_a1ec94ab.jpg

                              Afbeelding van WhatsApp op 2025-06-13 om 13.13.14_1e116919.jpg

                              Afbeelding van WhatsApp op 2025-06-13 om 13.13.14_6e4b9197.jpg

                              T 2 Replies Last reply 27 days ago Reply Quote 0
                              • T
                                Tom Elliott @Eazis
                                last edited by 27 days ago

                                @Eazis I’m working on recompiling without dummy/bond drivers.

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott @Eazis
                                  last edited by 27 days ago

                                  @Eazis The same link has been updated. It’s the same kernel version just no longer having the dummy/bond drivers (hopefully).

                                  I doubt it will fix the issue you’re seeing.

                                  If you can load up into a debug session (either how @george1421 has asked prior or however you’re most comfortable) and try running (once at the terminal for entering commands like you did before.)

                                  echo $mac
                                  echo
                                  echo
                                  /sbin/ip -0 addr show | awk 'ORS=NR%2?FS:RS' | awk -F'[: ]+' 'tolower($0) ~ /link[/]?ether/ && tolower($0) ~ /'$mac'/ {print $2}' | tr '\n' ' '
                                  echo
                                  echo
                                  /sbin/ip -0 addr show | awk 'ORS=NR%2?FS:RS' | awk -F'[: ]+' 'tolower($0) ~ /link[/]?ether/ && tolower($0) !~ /'$mac'/ {print $2}' | tr '\n' ' '
                                  echo
                                  echo
                                  /sbin/ip -0 addr show | awk 'ORS=NR%2?FS:RS' | awk -F'[: ]+' 'tolower($0) ~ /link[/]?ether/ {print $2}' | tr '\n' ' '
                                  

                                  This should output the mac. Then it will output the interfaces it finds with that mac on the device. I suspect this is where things are failing. The mac in use for ipxe isn’t associated to anything the system see.s

                                  The next output should show all interfaces the system sees that do not have that mac.

                                  THe last will show all interfaces it sees in one list.

                                  Based on what i see from your output, enp0s20f0u7 is the interface but it’s got a mac address of 08:be:ac:26:55:10. That one seems to have picked up an IP address so it’s really interesting.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  E 2 Replies Last reply 27 days ago Reply Quote 0
                                  • E
                                    Eazis @Tom Elliott
                                    last edited by 27 days ago

                                    @Tom-Elliott

                                    All 3 commands didn’t work.
                                    Here is a output from /sbin/ip addr
                                    I have also added a screenshot from my BIOS, i hope that helps
                                    NOTE: the enp0s20f0u7 is a USB->NIC adapter i need this to go into the FOS kernel. So normally this USB->NIC adapter is not connected to the system.

                                    Afbeelding van WhatsApp op 2025-06-13 om 16.28.10_f61de18b.jpg Afbeelding van WhatsApp op 2025-06-13 om 16.28.11_46943113.jpg

                                    T 1 Reply Last reply 23 days ago Reply Quote 0
                                    • E
                                      Eazis @Tom Elliott
                                      last edited by 23 days ago

                                      @Tom-Elliott Is there any other we could try?

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott @Eazis
                                        last edited by 23 days ago

                                        @Eazis Well, what I’m seeing is that the 8125 isn’t being detected at all, and I’m not really sure why at this point. The kernel you tested with has all 8125 firmware associated, as well the driver set to load it. So I’m at a lost as to why it’s not loading that specific thing. The network is detected, but not loaded for some reason. More simply, it seems the kernel can see and tell the type of device, but for whatever reason it doesn’t actually want to load it as a potential interface as being available.

                                        I’m unsure where to go until this portion can work and without one of these myself, it’s really difficult to guess about in the dark.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                        E 1 Reply Last reply 23 days ago Reply Quote 0
                                        • E
                                          Eazis @Tom Elliott
                                          last edited by 23 days ago

                                          @Tom-Elliott Is there anything i can do for you? Maybe we can chat anywhere?

                                          T 1 Reply Last reply 23 days ago Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            4/29
                                            Last post

                                          171

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project