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

    Realtek device driver update

    Scheduled Pinned Locked Moved Hardware
    44 Posts 10 Posters 12.0k 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

      That source appears to be for the standard FreeBSD driver, that's built into pfSense anyway.

      Is that kernel module loading something different?

      Steve

      S 1 Reply Last reply Reply Quote 0
      • S
        sdf_iain @stephenw10
        last edited by sdf_iain

        @stephenw10
        My mistake that kernel module SAYS it's the 1.96_04 version from RealTek

        I linked the wrong source, here's the link to the module in ports:
        https://svnweb.freebsd.org/ports/head/net/realtek-re-kmod/

        I have to admit that I do not know how that patch file is applied.

        EDIT:
        A quick dig into the Makefiles seems to imply that the driver is downloaded (from a FreeBSD Cache), then updated using the patch file, and finally built.

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

          Are you testing that in 2.5 I assume?

          S 1 Reply Last reply Reply Quote 0
          • S
            sdf_iain @stephenw10
            last edited by

            @stephenw10
            2.4.5-RELEASE-p1, the RealTek RealTek driver is generally required for stability.

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

              Hmm, interesting that pkg only appeared to exist in head.....

              S 1 Reply Last reply Reply Quote 0
              • S
                sdf_iain @stephenw10
                last edited by

                @stephenw10
                Its a very new package. If pfSense was configured to track quarterly instead latest in /etc/pkg/FreeBSD.conf, then the package wouldn't be visible.

                It is possible that it will show up in the branch 2020Q4, when that gets created.

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

                  Yeah that would be it. Nice.

                  The package should still be install-able via 'pkg add' directly if you have the location. Which is generally better that changing the repo.

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • S
                    sdf_iain
                    last edited by

                    Running a single command replaces steps 1 through 3 that I listed above:
                    pkg add https://pkg.FreeBSD.org/FreeBSD:11:amd64/latest/All/realtek-re-kmod-v196.04_2.txz

                    1 Reply Last reply Reply Quote 1
                    • J
                      Jiffyjeeff
                      last edited by

                      Do you guys know how to turn off Flow Control in this driver for re0 ?

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

                        It's a media option so you select it from the connection drop down but it normally does not connect with flowcontrol:

                        re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
                        	description: WAN
                        	options=82098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
                        	capabilities=18399b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_UCAST,WOL_MCAST,WOL_MAGIC,LINKSTATE,NETMAP>
                        	ether 00:0d:b9:37:30:11
                        	inet6 fe80::20d:b9ff:fe37:3011%re1 prefixlen 64 scopeid 0x2
                        	inet 172.21.16.35 netmask 0xffffff00 broadcast 172.21.16.255
                        	media: Ethernet autoselect (1000baseT <full-duplex>)
                        	status: active
                        	supported media:
                        		media autoselect mediaopt flowcontrol
                        		media autoselect
                        		media 1000baseT mediaopt full-duplex,flowcontrol,master
                        		media 1000baseT mediaopt full-duplex,flowcontrol
                        		media 1000baseT mediaopt full-duplex,master
                        		media 1000baseT mediaopt full-duplex
                        		media 1000baseT mediaopt master
                        		media 1000baseT
                        		media 100baseTX mediaopt full-duplex,flowcontrol
                        		media 100baseTX mediaopt full-duplex
                        		media 100baseTX
                        		media 10baseT/UTP mediaopt full-duplex,flowcontrol
                        		media 10baseT/UTP mediaopt full-duplex
                        		media 10baseT/UTP
                        		media none
                        	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
                        

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • J
                          Jiffyjeeff
                          last edited by

                          Ok thanks.

                          Looks like it's off by default?

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

                            Yes, looks that way. It's certainly off on everything I can check.
                            You would have to select 'autoselect flowcontrol' in the interface speed/duplex setting to enable it.

                            Steve

                            1 Reply Last reply Reply Quote 0
                            • J
                              Jiffyjeeff
                              last edited by

                              @stephenw10 said in Realtek device driver update:

                              'autoselect flowcontrol'

                              'autoselect flowcontrol' doesn't even show up on the drop list. It's currently set to "media 1000baseT full-duplex"

                              I'm getting great performance with this driver!

                              S 1 Reply Last reply Reply Quote 1
                              • S
                                sdf_iain @Jiffyjeeff
                                last edited by

                                @Jiffyjeeff Can you quantify "great performance"?

                                I get 600-700 mbps (which is good enough for me).

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  Jiffyjeeff @sdf_iain
                                  last edited by

                                  @sdf_iain

                                  I have this realtek 2.5gbps nic based on the 8125 chip connected to my cable modem's 1gbps wan port. using a short 2ft Cat 8 cable I get 900 to 940 i'm on 1gb plan. Waiting to get one of the new cable modems with the 2.5gbps port. My latency is low between 15-16ms on speed test.

                                  J 1 Reply Last reply Reply Quote 1
                                  • J
                                    jshoe @sdf_iain
                                    last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Jiffyjeeff @Jiffyjeeff
                                      last edited by

                                      @jiffyjeeff

                                      I resolved my issue by using a different switch that was 2.5gbps capable.

                                      J 1 Reply Last reply Reply Quote 0
                                      • J
                                        jshoe @Jiffyjeeff
                                        last edited by

                                        @jiffyjeeff That's not possible for me right now. I updated the drivers using the method above and will wait to see what happens. Is the method above the correct way to update the drivers? Why is the repository blocked by default? In other instructions I've read they skip the editing the two files commenting out the code. Another post I read someone ran a single command and it supposedly updated the driver. I will put up the links when I get a chance.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          Jiffyjeeff @jshoe
                                          last edited by

                                          @jshoe I believe the driver should be apart of the freebsd version pfsens 2.5.2 is built on? Is the realtek driver not loading? have you checked dmesg in the command prompt?

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            jshoe @Jiffyjeeff
                                            last edited by

                                            @jiffyjeeff I have the newest version and a version number wasn't listed until after I used the method above. I read many people have this issue with the builtin driver. Do you know any of the answers to what I asked by chance?

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