Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Updated Realtek NIC drivers missing in PfSense 2.6.0

    Scheduled Pinned Locked Moved Hardware
    178 Posts 25 Posters 91.6k Views
    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.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      Hmm, well I would have expected those to work. And I certainly wouldn't expect it to hang the firewall. I suspect something else was in play there beyond just the NIC/driver. The multiport cards are far less common, something in the PCIe bridge ICs maybe? Complete speculation!

      Steve

      1 Reply Last reply Reply Quote 0
      • R
        richalgeni
        last edited by

        I understand, and agree wholeheartedly! However, I don't have a spare LGA1151 motherboard and CPU for which to try.

        1 Reply Last reply Reply Quote 1
        • ?
          A Former User
          last edited by A Former User

          @richalgeni said in Updated Realtek NIC drivers missing in PfSense 2.6.0:

          https://photos.app.goo.gl/qKUNVuHkkMy8TNQF8

          Is sorted with a RealTek RTL8125BG Chipsets

          https://photos.app.goo.gl/6D8XTLtKi1MVxb6V9
          https://photos.app.goo.gl/vSBrwxPYjisRqXvn9

          Are both sorted with a RealTek RTL8125 Chipset
          (2 of them on one card)

          RTL8125-RTL8125B(S)(G)
          So both cards should be all supported by the driver 1.97.00 for pfSense as shown above.

          1 Reply Last reply Reply Quote 0
          • T
            tgdsilva @RK0
            last edited by

            @rk0 can you point me to the manual steps you reference in this post to update Realtek drivers? I can't seem to find it. I recently bought a mini pc that as Realtek NICs. I am having the same problem other users are describing. Please point me to the manual steps.

            R 1 Reply Last reply Reply Quote 0
            • R
              RK0 @tgdsilva
              last edited by

              @tgdsilva this info I copied and edited from my post at https://forum.netgate.com/topic/166746/realtek-re-kmod-missing-in-pfsense-2-6-repository/29?_=1669636929416

              I did a total PfSense reload/reformat of my Lenovo ThinkCentre M90n IoT system with version 2.6.0.

              No errors on any adapters after I updated the Realtek drivers per the procedure below.

              First, I made sure the BIOS level of the system was at the most current release per the Lenovo support site at pcsupport.lenovo.com. The system BIOS settings were put into pure UEFI mode, CSM enabled, Secure Boot disabled. I also disabled wifi on the M90n (PfSense can't "understand" the built in wifi card, and I have AP's anyway), disabled the serial ports on the unit, and set it to return to last power state if the power goes out. The file system was installed "fresh"...the ZFS file system and PfSense version 2.6.0, since ZFS will be the default file system going forward.

              It took the backup XML file restore settings from my 2.5.2 installation with no issues.

              I used SSH to log in and open a command prompt as admin.

              I then issued the commands to download the revised Realtek drivers from freebsd

              fetch -v https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/realtek-re-kmod-197.00.pkg
              pkg install -f -y realtek-re-kmod-197.00.pkg
              

              I then loaded nano...just because it is easier than vi

              pkg install nano
              

              I then created a /boot/loader.conf.local file with the entries

              if_re_load="YES"
              if_re_name="/boot/modules/if_re.ko"
              

              ...and then rebooted the system

              Logged back in after the reboot, disabled ssh, and looked for errors....

              There were none.

              T D 2 Replies Last reply Reply Quote 1
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                You can just use pkg add dircetly:

                pkg add https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/realtek-re-kmod-197.00.pkg
                

                You can append those lines with echo:

                echo 'if_re_load="YES"' >> /boot/loader.conf.local
                echo 'if_re_name="/boot/modules/if_re.ko"' >> /boot/loader.conf.local
                

                Check the boot logs for the new driver version.

                Steve

                T I 2 Replies Last reply Reply Quote 2
                • T
                  tgdsilva @RK0
                  last edited by

                  @rk0 Thank you very much for your detailed reply. I was able to follow and install the new drivers!

                  G 1 Reply Last reply Reply Quote 0
                  • T
                    tgdsilva @stephenw10
                    last edited by

                    @stephenw10 Thank you very much for these instructions. They make it very quick and easy!

                    1 Reply Last reply Reply Quote 0
                    • I
                      ITWorxNZ @stephenw10
                      last edited by ITWorxNZ

                      @stephenw10 Thanks for the details, I also followed the instructions and the install worked with our PFSense box.

                      However, the newer driver borked the re0: WAN pppoe0 interface, which according to the kernel logs is a RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet add-in card. The connection came up, but it didn't stay up.

                      The re1: LAN interface (RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet) built-in port seemed to still work fine.

                      As soon as I went back to the native FreeBSD driver, all was well again. Might there be a problem with different Realtek controllers on the same PFSense install? Would trying a slightly older version of the driver be any value?

                      Edit: Just saw above that the 8169 chipset is not supported by the 197 driver. Well, ain't that just grand...

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        Hmm, well it must support it to some extent since it did attach and come up initially.

                        At least it's an add-in card so you can replace it.

                        Steve

                        I 1 Reply Last reply Reply Quote 0
                        • I
                          ITWorxNZ @stephenw10
                          last edited by

                          @stephenw10 True. But that entire box is meant to be a temporary replacement, until we can find another small low-power PC to take over running PFSense. Are Intel controllers preferable to Realtek ones, or is that no longer an issue?

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            Yes, Intel NICs are almost always preferred.

                            I 1 Reply Last reply Reply Quote 0
                            • I
                              ITWorxNZ @stephenw10
                              last edited by

                              @stephenw10 Okay. Last question, I promise. 😁
                              Our previous PFSense box has Intel NICs, but we were getting watchdog timeouts on it. Is there an update to the Intel drivers that are as easy to install as the Realtek ones?

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                No but the Intel NICs do not hang in the same way when seeing errors like that. You can't really compare the two states.

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  Gradius @stephenw10
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    Gradius @tgdsilva
                                    last edited by

                                    @tgdsilva FYI, 198 is out:
                                    pkg add https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/realtek-re-kmod-198.00.pkg

                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      RK0 @Gradius
                                      last edited by

                                      @gradius Thank you! Good addition to this post string!
                                      ...if any people has experience with 198 in a production environment, it would be good to hear from them...

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        DominikHoffmann @RK0
                                        last edited by DominikHoffmann

                                        @rk0: Your post raises the following questions:

                                        1. What specific edits do I have to make to loader.conf.local?
                                        2. What directory is it in?
                                        3. Does loader.conf.local supersede loader.conf?
                                        4. If so, am I correct in assuming that loader.conf remains unchanged?

                                        I realized just now that Question 1 & 2 are answered in @RK0’s [post from Nov. 28, 2022] (https://forum.netgate.com/post/1072717) and @stephenw10’s post from the same day.

                                        R stephenw10S 2 Replies Last reply Reply Quote 0
                                        • R
                                          RK0 @DominikHoffmann
                                          last edited by

                                          @dominikhoffmann it should be the same entries I outlined in this same post string on Nov 28, 2022, 7:16 AM

                                          I did load nano as the editor, just because it is easier.

                                          Putting the entries in /boot/loader.conf.local should just have that file persist if you update PFSense.

                                          You won't have those entries in /boot/loader.conf, unless you already modified it yourself.

                                          Also, when you install the package, it should flash up on the screen the entries it wants you to make, with the difference being it will tell you to put them in /boot/loader.conf vs /boot/loader.conf.local. I just do it in the /boot/loader.conf.local so it will be persistent.

                                          1 Reply Last reply Reply Quote 0
                                          • stephenw10S
                                            stephenw10 Netgate Administrator @DominikHoffmann
                                            last edited by

                                            @dominikhoffmann said in Updated Realtek NIC drivers missing in PfSense 2.6.0:

                                            Does loader.conf.local supersede loader.conf?
                                            If so, am I correct in assuming that loader.conf remains unchanged?

                                            Yes and yes.

                                            But, as said, mainly you use the .local file because it will survive pfSense updates/changes that may otherwise re-write the main loader.conf file.

                                            Steve

                                            R 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.