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

    Official Realtek Driver Binary 1.95 For 2.4.4 Release

    Scheduled Pinned Locked Moved Hardware
    194 Posts 52 Posters 136.9k 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.
    • W
      wkn
      last edited by

      Compiled on FreeBSD 11.3-STABLE (last):

      if_re.zip

      1 Reply Last reply Reply Quote 1
      • W
        whosmatt @coreybrett
        last edited by whosmatt

        @coreybrett

        I have a bunch of HP motherboards that have them:

        re0@pci0:3:0:0: class=0x020000 card=0x2b05103c chip=0x813610ec rev=0x07 hdr=0x00
            vendor     = 'Realtek Semiconductor Co., Ltd.'
            device     = 'RTL810xE PCI Express Fast Ethernet controller'
            class      = network
            subclass   = ethernet
        

        I don't currently use this interface with my pfSense box but I did for a while and it was fine with the driver that ships with pfSense. By "fine" I mean it wasn't obviously broken in any way.

        M 1 Reply Last reply Reply Quote 0
        • P
          pereirara24 Banned
          last edited by

          I just updated it and it really increases the software performance very well. Thank you very much for this contribution, it is very appreciated.

          S 1 Reply Last reply Reply Quote 0
          • S
            steeletanner @pereirara24
            last edited by

            @pereirara24 do you still have to check the box ofr the three options below in system advanced networking:
            Disable hardware chekcsum offload
            Disable hardware tcp segmentation offload
            Disable hardware large received offload

            I am running stock now and my box hangs when i do large transfer over the network sometimes

            Thank you.

            N 1 Reply Last reply Reply Quote 0
            • N
              Napsterbater @steeletanner
              last edited by

              @steeletanner I would say yes.

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

                Yes, I would disable all hardware offloading if you're seeing an issue.

                Do you see anything logged when this happens? Any sort of crash report when you reboot?

                Steve

                1 Reply Last reply Reply Quote 0
                • T
                  tpf
                  last edited by

                  Using this driver for months on 2.4.4 without problems. Now, after upgrade to 2.4.5 I'm getting lots of errors with driver loaded. Without driver loaded, the troughput TO firewall is only around 580mbit but no errors. Traffic FROM firewall is round about 970 mbit. Generating traffic with iperf Server on pfSense. Using the compiled driver version for FreeBSD 11.3 as postet above.

                  I'm using VLAN on LAN. WAN interface is free of errors.

                  c407d936-2245-4552-9e83-496b106aa4b3-grafik.png

                  Any ideas? Disabled hardware checksum offloading without effect.

                  10 years pfSense! 2006 - 2016

                  T 1 Reply Last reply Reply Quote 1
                  • G
                    Griffo @TheNarc
                    last edited by

                    @TheNarc Thank you so much. I was about to replace my Qotom N3150 based firewall as, much like others, on recent releases of pfsense the nics would just stop responding under high load. Fingers crossed this fixes it.

                    gregeehG 1 Reply Last reply Reply Quote 0
                    • gregeehG
                      gregeeh @Griffo
                      last edited by

                      @Griffo said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                      I was about to replace my Qotom N3150 based firewall

                      I have one of these Qotom N3150 and I have never had any issues since updating the drivers over 12 months ago. It just keeps 'trucking' along and only gets rebooted for an update.

                      PfSense running on Qotom mini PC
                      CPU N3150, 2 GB memory, 32 GB SSD & 2 Realtek Gb Ethernet ports.
                      UniFi AC-Lite access point

                      1 Reply Last reply Reply Quote 1
                      • W
                        wkn
                        last edited by

                        Driver if_re.ko no longer ,loaded on pfSense 2.4.5-p1, worked fine on versions before.

                        Error in dmesg on kldload -nv /boot/kernel/if_re.ko
                        KLD if_re.ko: depends on kernel - not available or version mismatch
                        linker_load_file: Unsupported file type

                        gregeehG 1 Reply Last reply Reply Quote 0
                        • gregeehG
                          gregeeh @wkn
                          last edited by

                          @wkn said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                          Driver if_re.ko no longer ,loaded on pfSense 2.4.5-p1,

                          Just checked my dmesg and did not find any errors related to if_re.ko in 2.4.5-p1.

                          PfSense running on Qotom mini PC
                          CPU N3150, 2 GB memory, 32 GB SSD & 2 Realtek Gb Ethernet ports.
                          UniFi AC-Lite access point

                          W 1 Reply Last reply Reply Quote 0
                          • W
                            wkn @gregeeh
                            last edited by wkn

                            @gregeeh

                            Is the driver loaded for you, shown in kldstat?

                            For me it is not loaded on boot with no error shown in dmesg either. The error is only after manual try with kldload.

                            [Solved]
                            Recompiled driver for me on latest 11.3-RELEASE. Now works again.

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              netblues @wkn
                              last edited by

                              @wkn Do you mind uploading the compiled ko driver for 2.4.5.p1 ?
                              Thanks

                              W 1 Reply Last reply Reply Quote 0
                              • W
                                wkn @netblues
                                last edited by

                                @netblues

                                Of course, here it is...

                                if_re.zip

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mervincm @whosmatt
                                  last edited by

                                  @whosmatt I thought I was fine as well. I took a closer look for errors and they were there. I replaced the driver and they were gone.

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

                                    @tpf said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                                    Using this driver for months on 2.4.4 without problems. Now, after upgrade to 2.4.5 I'm getting lots of errors with driver loaded. Without driver loaded, the troughput TO firewall is only around 580mbit but no errors. Traffic FROM firewall is round about 970 mbit. Generating traffic with iperf Server on pfSense. Using the compiled driver version for FreeBSD 11.3 as postet above.

                                    I'm using VLAN on LAN. WAN interface is free of errors.

                                    c407d936-2245-4552-9e83-496b106aa4b3-grafik.png

                                    Any ideas? Disabled hardware checksum offloading without effect.

                                    my problems still persists. only around 700mbit/sec with iperf (client<->firewall on the same interface) and massiv errors on all vlan interfaces. Even with 2.4.5-p1 :-(

                                    Board: Gigabyte J3455N-D3H

                                    Edit: testing around with same board but with and without vlan.

                                    VLAN
                                    iperf: pfS sending: 700 mbit
                                    iperf: pfS receivig: 980 mbit
                                    errors: massiv

                                    without VLAN:
                                    iperf: pfS sending: 680 mbit
                                    iperf: pfS receiving: 970 mbit
                                    errors: NONE

                                    seems like an issue with vlans.

                                    10 years pfSense! 2006 - 2016

                                    S N 2 Replies Last reply Reply Quote 0
                                    • S
                                      steeletanner @tpf
                                      last edited by

                                      @tpf check your cpu / ram usage just
                                      In case

                                      T 1 Reply Last reply Reply Quote 0
                                      • N
                                        netblues @tpf
                                        last edited by

                                        @tpf said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                                        VLAN
                                        iperf: pfS sending: 700 mbit
                                        iperf: pfS receivig: 980 mbit
                                        errors: massiv
                                        without VLAN:
                                        iperf: pfS sending: 680 mbit
                                        iperf: pfS receiving: 970 mbit
                                        errors: NONE

                                        This is very strange and it seems that the errors are cosmetic.
                                        There is no degradation in speed/througput
                                        If errors are massive, performance would suffer dearly.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tpf @steeletanner
                                          last edited by

                                          Thank you!

                                          @steeletanner said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                                          @tpf check your cpu / ram usage just
                                          In case

                                          cpu und ram are inconspicuous.

                                          @netblues said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                                          @tpf said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:

                                          VLAN
                                          iperf: pfS sending: 700 mbit
                                          iperf: pfS receivig: 980 mbit
                                          errors: massiv
                                          without VLAN:
                                          iperf: pfS sending: 680 mbit
                                          iperf: pfS receiving: 970 mbit
                                          errors: NONE

                                          This is very strange and it seems that the errors are cosmetic.
                                          There is no degradation in speed/througput
                                          If errors are massive, performance would suffer dearly.

                                          Hmmm. There are some retries in iperf. I have to benchmark with some parameters changed. Errors are only OUT errors. IN direction is OK.

                                          10 years pfSense! 2006 - 2016

                                          N 1 Reply Last reply Reply Quote 0
                                          • N
                                            netblues @tpf
                                            last edited by

                                            @tpf Indeed. I also see that.
                                            It seems to be vlan and realtek related. I see that my realtek ( RTL8111/8168/8411) has support for hardware vlan tagging.
                                            Running iperf3 outbound on a realtec usb interface without vlans doesn't have retries...

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