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

    realtek-re-kmod missing in pfSense 2.6 repository?

    Scheduled Pinned Locked Moved Hardware
    150 Posts 21 Posters 61.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.
    • B
      bbfrankopan @w0w
      last edited by

      @w0w said in realtek-re-kmod missing in pfSense 2.6 repository?:

      @gerard64
      SSH or use Command Prompt in gui

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

      or you can temporary disable the FreeBSD repositories (comment out the lines in /usr/local/etc/pkg/repos/FreeBSD.conf and /usr/local/etc/pkg/repos/pfSense.conf), install the kernel module via pkg , and then uncomment those lines them again.

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

        I would not recommend that. It's very easy to pull in other pkgs that overwrite things that pfSense needs.

        Steve

        V 1 Reply Last reply Reply Quote 1
        • V
          virusbcn @stephenw10
          last edited by

          @stephenw10 said in realtek-re-kmod missing in pfSense 2.6 repository?:

          I would not recommend that. It's very easy to pull in other pkgs that overwrite things that pfSense needs.

          Steve

          And what would be the right option? Integrate these drivers in the next Pfsense update?

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

            It was in our package repo for a while but we had to remove it when it started failing to build in our build system.

            If you're installing pkgs from FreeBSD it's better to 'pkg add' individual pkgs to avoid pulling in dependencies that break pfSense.

            Steve

            V 1 Reply Last reply Reply Quote 1
            • V
              virusbcn @stephenw10
              last edited by

              @stephenw10

              Thank you Stephen, i'm sorry but I don't know if I understood correctly, I'm not a freebsd expert, so to apply the Realtek drivers that work fine and don't cause the network loss problem, what do we have to do?

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

                This:

                @w0w said in realtek-re-kmod missing in pfSense 2.6 repository?:

                SSH or use Command Prompt in gui

                fetch -v https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/realtek-re-kmod-196.04.txz
                pkg install -f -y realtek-re-kmod-196.04.txz
                
                R 1 Reply Last reply Reply Quote 0
                • R
                  RK0 @stephenw10
                  last edited by RK0

                  @virusbcn

                  ...and...

                  don't forget to modify the boot/loader.conf.local file

                  I consolidated all the steps listed by @w0w and others in this very thread on Feb 18th 2022. Just go back to the top of the thread here, find the one dated Feb 18th, and just follow those series of steps.

                  1 Reply Last reply Reply Quote 1
                  • J
                    Jakub 0 @w0w
                    last edited by

                    @w0w Thanks a million this saved me a lot of work.

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S stephenw10 referenced this topic on
                    • stephenw10S stephenw10 referenced this topic on
                    • fireodoF fireodo referenced this topic on
                    • E elliopitas referenced this topic on
                    • sokeadaS
                      sokeada @virusbcn
                      last edited by sokeada

                      @virusbcn bro, may I know whether your Interface Statistic got any Error Out? I've followed yours and it seems working fine but I got WAN and other VLANs Interface Error Out except LAN interface no any error.

                      w0wW V 2 Replies Last reply Reply Quote 0
                      • w0wW
                        w0w @sokeada
                        last edited by

                        @sokeada
                        What hardware you have?
                        If you are going to Diagnostics / Command Prompt
                        and enter kldstat and press execute, what is output you have, does it show if_re.ko?
                        Also, I have some tunes enabled in loader.conf

                        hw.re.msi_disable=1
                        hw.re.msix_disable=1
                        hw.re.eee_enable=0
                        hw.re.phy_power_saving=0
                        hw.re.phy_mdix_mode=0
                        
                        sokeadaS 1 Reply Last reply Reply Quote 0
                        • sokeadaS
                          sokeada @w0w
                          last edited by sokeada

                          @w0w said in realtek-re-kmod missing in pfSense 2.6 repository?:

                          @sokeada
                          What hardware you have?
                          If you are going to Diagnostics / Command Prompt
                          and enter kldstat and press execute, what is output you have, does it show if_re.ko?
                          Also, I have some tunes enabled in loader.conf

                          hw.re.msi_disable=1
                          hw.re.msix_disable=1
                          hw.re.eee_enable=0
                          hw.re.phy_power_saving=0
                          hw.re.phy_mdix_mode=0
                          

                          bro, I've RealTek NIC, yes it shown if_re.ko when check using kldstat. Bro, may I have some detail for your tunes enabled? I really don't know what for.

                          below is my issue and error out only increase during working hours that have more traffic, at night time with server stuff running plus my team workstation running with low traffic, no errow out increase.
                          Note: my pfSen box only have one NIC, WAN, AIOT, GUEST and PDA are using different VLAN ID and LAN is the parent interface with native VLAN
                          0e57c6a8-1a0f-490c-b9e1-b01fbf014a17-image.png

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

                            @sokeada I just posted in https://forum.netgate.com/topic/169896/updated-realtek-nic-drivers-missing-in-pfsense-2-6-0/52 parallelling this thread...

                            I think it is a mistake to have just one NIC handling both WAN and LAN traffic and all VLANs. You would be much better served adding a PFSense supported NIC, and having all WAN traffic flow through that...and then all LAN/VLAN traffic flow through the second physical NIC, properly set up.

                            sokeadaS 1 Reply Last reply Reply Quote 1
                            • sokeadaS
                              sokeada @RK0
                              last edited by

                              @rk0 said in realtek-re-kmod missing in pfSense 2.6 repository?:

                              @sokeada I just posted in https://forum.netgate.com/topic/169896/updated-realtek-nic-drivers-missing-in-pfsense-2-6-0/52 parallelling this thread...

                              I think it is a mistake to have just one NIC handling both WAN and LAN traffic and all VLANs. You would be much better served adding a PFSense supported NIC, and having all WAN traffic flow through that...and then all LAN/VLAN traffic flow through the second physical NIC, properly set up.

                              thanks bro, sad that my system has no slot to add ;(

                              R 1 Reply Last reply Reply Quote 0
                              • V
                                virusbcn @sokeada
                                last edited by

                                @sokeada said in realtek-re-kmod missing in pfSense 2.6 repository?:

                                @virusbcn bro, may I know whether your Interface Statistic got any Error Out? I've followed yours and it seems working fine but I got WAN and other VLANs Interface Error Out except LAN interface no any error.

                                55447845-b62e-47d3-8612-195ae36cf949-image.png

                                Two Realtek NICs, one vlan only in LAN

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

                                  @sokeada Depending on the internet speed you are paying for, I'd "risk" using the unthinkable....a USB ethernet adapter that PFSense has drivers for (gasp!) as the WAN link.

                                  If your ISP paid for throughput is pretty slow, you could get away with this. A google search will help you find a USB adapter with driver support for PFSense

                                  But if not...like if you are paying for 1GB or something close...well...I'd use a different computer where you could add at least two physical NICs off the PCIe bus. If you intend to bump up your speed in the future, I'd just go for a new machine anyway.

                                  sokeadaS 1 Reply Last reply Reply Quote 0
                                  • sokeadaS
                                    sokeada @virusbcn
                                    last edited by

                                    @virusbcn said in realtek-re-kmod missing in pfSense 2.6 repository?:

                                    @sokeada said in realtek-re-kmod missing in pfSense 2.6 repository?:

                                    @virusbcn bro, may I know whether your Interface Statistic got any Error Out? I've followed yours and it seems working fine but I got WAN and other VLANs Interface Error Out except LAN interface no any error.

                                    55447845-b62e-47d3-8612-195ae36cf949-image.png

                                    Two Realtek NICs, one vlan only in LAN

                                    thanks for the info, bro.

                                    1 Reply Last reply Reply Quote 0
                                    • sokeadaS
                                      sokeada @RK0
                                      last edited by

                                      @rk0 said in realtek-re-kmod missing in pfSense 2.6 repository?:

                                      @sokeada Depending on the internet speed you are paying for, I'd "risk" using the unthinkable....a USB ethernet adapter that PFSense has drivers for (gasp!) as the WAN link.

                                      If your ISP paid for throughput is pretty slow, you could get away with this. A google search will help you find a USB adapter with driver support for PFSense

                                      But if not...like if you are paying for 1GB or something close...well...I'd use a different computer where you could add at least two physical NICs off the PCIe bus. If you intend to bump up your speed in the future, I'd just go for a new machine anyway.

                                      thanks for the tips, bro. I will consider that. :)

                                      w0wW 1 Reply Last reply Reply Quote 0
                                      • w0wW
                                        w0w @sokeada
                                        last edited by

                                        @sokeada
                                        So it's some oem box or custom build? What hardware do you have, again? You said you have no slot, but you did not tell, does current card is in slot, or it is embedded? There are many realtek cards with two ports exists...

                                        sokeadaS 1 Reply Last reply Reply Quote 0
                                        • sokeadaS
                                          sokeada @w0w
                                          last edited by

                                          @w0w said in realtek-re-kmod missing in pfSense 2.6 repository?:

                                          @sokeada
                                          So it's some oem box or custom build? What hardware do you have, again? You said you have no slot, but you did not tell, does current card is in slot, or it is embedded? There are many realtek cards with two ports exists...

                                          I'm using Dell OptiPlex 3040 Micro which is come with build in and only one network port by RealTek.

                                          f1546567-05ea-4734-8a34-a503adb0e5f3-image.png
                                          73f431cd-3fcc-4003-bd0d-37480a02c9de-image.png

                                          V 1 Reply Last reply Reply Quote 0
                                          • V
                                            virusbcn @sokeada
                                            last edited by

                                            @sokeada

                                            I have a mini HP 800, with ESX and pfsense virtual, the second nic is a realtek 2.5Gb USB and works perfect with esx and special driver, i have 1/1Gb fiber and works perfect

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