• 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
    1.1k
    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.
    • Tom ElliottT
      Tom Elliott @Eazis
      last edited by

      @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

      EazisE 2 Replies Last reply Reply Quote 0
      • EazisE
        Eazis @Tom Elliott
        last edited by

        @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

        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • EazisE
          Eazis @Tom Elliott
          last edited by

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

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @Eazis
            last edited by

            @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

            EazisE 1 Reply Last reply Reply Quote 0
            • EazisE
              Eazis @Tom Elliott
              last edited by

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

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @Eazis
                last edited by

                @Eazis IF you can boot in and run ip link show

                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

                EazisE 1 Reply Last reply Reply Quote 0
                • EazisE
                  Eazis @Tom Elliott
                  last edited by

                  @Tom-Elliott Afbeelding van WhatsApp op 2025-06-17 om 17.24.38_76bd3e74.jpg

                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @Eazis
                    last edited by

                    @Eazis YEah, my suspicions correct, this far at least.

                    You can try downloading rod’s latest kernel:
                    https://github.com/rluzuriaga/fos/releases/download/EXP_20250617/bzImage

                    I doubt it will work, but who knows…

                    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

                    EazisE 2 Replies Last reply Reply Quote 0
                    • EazisE
                      Eazis @Tom Elliott
                      last edited by

                      @Tom-Elliott Sorry for the delay. Yesterday i was out of the office.
                      I got now other erros too with this FOS kernel.

                      Afbeelding van WhatsApp op 2025-06-19 om 14.01.30_1ff4b309.jpg

                      1 Reply Last reply Reply Quote 0
                      • EazisE
                        Eazis @Tom Elliott
                        last edited by

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

                        @Eazis YEah, my suspicions correct, this far at least.

                        You can try downloading rod’s latest kernel:
                        https://github.com/rluzuriaga/fos/releases/download/EXP_20250617/bzImage

                        I doubt it will work, but who knows…

                        Here have anyone the same problem within linuxmint. Are you sure you have the correct driver added?

                        https://forums.linuxmint.com/viewtopic.php?p=2577017#p2577017

                        george1421G 1 Reply Last reply Reply Quote 0
                        • george1421G
                          george1421 Moderator @Eazis
                          last edited by

                          @Eazis Will you test a new experimental kernel that @rodluz in this post
                          https://forums.fogproject.org/post/156904

                          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!

                          EazisE 1 Reply Last reply Reply Quote 0
                          • EazisE
                            Eazis @george1421
                            last edited by

                            @george1421

                            This did the trick!
                            So the 8125 driver was missing?

                            george1421G 1 Reply Last reply Reply Quote 0
                            • george1421G
                              george1421 Moderator @Eazis
                              last edited by

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

                              So the 8125 driver was missing?

                              Well if you close one eye and squint with the other, you can still see it. The kernel developers consolidated all of the realtek drivers into the 8169 driver which kind of works except the driver updates lags behind the hardware by a few months. It looks like the FOG developers have a way to integrate the official realtek drivers moving forward so that should make life with the reaktek nics easier because realtek releases a new subversion of the hardware every few months.

                              Anyway I’m glad you have your issue sorted out and the FOG developers have a plan forward too. @rodluz (well done!)

                              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
                              • R
                                rodluz Developer
                                last edited by

                                @Eazis I created an experimental kernel that includes the drivers to fix this issue. Would you be willing to test it and let us know how it goes?

                                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
                                • 1
                                • 2
                                • 2 / 2
                                • First post
                                  Last post

                                189

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.4k

                                Posts
                                Copyright © 2012-2024 FOG Project