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

realtek-re-kmod missing in pfSense 2.6 repository?

Hardware
21
150
49.5k
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.
  • S
    stephenw10 Netgate Administrator
    last edited by Sep 28, 2022, 12:02 PM

    It appears to work fine for me in an APU but it does throw a large number of warnings with the debugging options we currently have enabled.

    1 Reply Last reply Reply Quote 0
    • M
      moshe4410 @stephenw10
      last edited by moshe4410 Sep 29, 2022, 9:03 PM Sep 29, 2022, 9:01 PM

      @stephenw10 still cant update to it

      [2.6.0-RELEASE][admin@pfSense.home.arpa]/root: pkg install realtek-re-kmod
      Updating pfSense-core repository catalogue...
      pkg: https://pkg00-atx.netgate.com/pfSense_v2_5_2_amd64-core/packagesite.pkg: Not Found

      K 1 Reply Last reply Sep 29, 2022, 10:14 PM Reply Quote 0
      • K
        Knight @moshe4410
        last edited by Sep 29, 2022, 10:14 PM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by Sep 29, 2022, 10:40 PM

          It is in the 2.7 development repo as of yesterdays snapshot. It's not available in the 2.6 repo.

          It is actually in the 2.5.2 repo but you shouldn't be trying to pull from there because you're running 2.6.
          Make sure you have the repo branch set to latest stable. Or upgrade to 2.7 dev if you want to test that, not on a production box!

          Steve

          M 1 Reply Last reply Sep 29, 2022, 10:49 PM Reply Quote 0
          • M
            moshe4410 @stephenw10
            last edited by Sep 29, 2022, 10:49 PM

            @stephenw10 i need your help =],
            i got 8111E realtek card, and it is only getting 100mb, if i try to force it to 1gb it breaks and dosent work, the card itself is 1gb compitable, i am on 2.6 , there is some drivers that can make it work on 1gb?, i tried everything on google, cant seem to make it work, the stock drivers cant work on 1gb, and cabels are ok, when i connect it to the lan interface it does seem to blink and work on 1 gb, but when connected to the dsl model(brige mode), it only gets 100mb, when i connect pc to the dsl router, it does get 1gb, but when connecting the dsl router to the 8111E,somehow the negotiation dosent get 1gb and only 100mb , thats why i think the driver is broken

            K 1 Reply Last reply Sep 29, 2022, 10:57 PM Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by stephenw10 Oct 3, 2022, 2:03 PM Sep 29, 2022, 10:54 PM

              You can still install it in 2.6 using:

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

              But I doubt it will help with that issue. The standard driver should connect fine with that NIC. That really seems like some issue at layer 1. So the cable or modem itself. Try putting a switch between the firewall and modem.

              Steve

              M 1 Reply Last reply Oct 3, 2022, 12:44 PM Reply Quote 0
              • K
                Knight @moshe4410
                last edited by Sep 29, 2022, 10:57 PM

                This post is deleted!
                K 1 Reply Last reply Oct 5, 2022, 5:23 PM Reply Quote 1
                • M
                  MxcZXAKM @stephenw10
                  last edited by MxcZXAKM Oct 3, 2022, 12:46 PM Oct 3, 2022, 12:44 PM

                  @stephenw10 I have the same issue. I have Realtek cards on my Zimaboard and I can get them to stay stable, until I install suricata. If I do that the WAN just shuts off (LEDs off) and comes back on periodically. I tried the links provided for the pkg in the command prompt of PfSense and nothing will download/install. It sounds like I just need to wait on 2.7.

                  1 Reply Last reply Reply Quote 0
                  • S
                    stephenw10 Netgate Administrator
                    last edited by Oct 3, 2022, 2:05 PM

                    Ooops should have been:

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

                    Do you see anything logged though when it stops?

                    Are you trying to run Suricata in in-line mode?

                    Steve

                    M 1 Reply Last reply Oct 3, 2022, 7:14 PM Reply Quote 0
                    • M
                      MxcZXAKM @stephenw10
                      last edited by stephenw10 Oct 3, 2022, 8:06 PM Oct 3, 2022, 7:14 PM

                      @stephenw10 thanks, so that URL worked. I plugged that URL into the console in the PfSense web interface and got:

                      Fetching realtek-re-kmod-196.04.pkg: .......... done
                      Installing realtek-re-kmod-196.04...
                      Extracting realtek-re-kmod-196.04: .... done
                      =====
                      Message from realtek-re-kmod-196.04:
                      
                      --
                      Add the following lines to your /boot/loader.conf
                      to override the built-in FreeBSD re(4) driver.
                      
                      if_re_load="YES"
                      if_re_name="/boot/modules/if_re.ko"
                      
                      By default, the size of allocated mbufs is enough
                      to receive the largest Ethernet frame supported
                      by the card.  If your memory is highly fragmented,
                      trying to allocate contiguous pages (more than
                      4096 bytes) may result in driver hangs.
                      For this reason the value is tunable at boot time,
                      e.g. if you don't need Jumbo frames you can lower
                      the memory requirements and avoid this issue with:
                      
                      hw.re.max_rx_mbuf_sz="2048"
                      

                      I then updated the loader.conf via SSH into the router. I added the two lines above at the very top of the loader file and made sure it wrote. I rebooted and I still have an issue where the WAN doesn’t grab an IP. I have to physically disconnect and reconnect the Ethernet cable. I have yet to try suricata again but yes I had it in inline.

                      R 1 Reply Last reply Oct 3, 2022, 7:18 PM Reply Quote 0
                      • R
                        RK0 @MxcZXAKM
                        last edited by Oct 3, 2022, 7:18 PM

                        @mxczxakm might want to put those lines into /boot/loader.conf.local

                        That way it (the manual settings you added) will stick around if you do an upgrade.

                        M 1 Reply Last reply Oct 3, 2022, 7:25 PM Reply Quote 0
                        • M
                          MxcZXAKM @RK0
                          last edited by Oct 3, 2022, 7:25 PM

                          @rk0 Should I have those lines in both or just the .conf.local? Should i remove them from .conf? I don’t understand exactly what these files are doing so I’m flying blind.

                          R 1 Reply Last reply Oct 3, 2022, 7:35 PM Reply Quote 0
                          • R
                            RK0 @MxcZXAKM
                            last edited by RK0 Oct 3, 2022, 7:35 PM Oct 3, 2022, 7:35 PM

                            @mxczxakm the full file name (and subdirectory location) for JUST the "new" configuration parameters would be /boot/loader.conf.local (just saying that, since you wrote .conf.local)

                            I'd leave your /boot/loader.conf file as "pristine", and just add the

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

                            lines to the "new" /boot/loader.conf.local file
                            ...and perhaps the
                            hw.re.max_rx_mbuf_sz="2048"
                            line if you don't have anything on the network using jumbo frames...which would probably be unlikely

                            M 1 Reply Last reply Oct 3, 2022, 8:19 PM Reply Quote 2
                            • M
                              MxcZXAKM @RK0
                              last edited by MxcZXAKM Oct 3, 2022, 8:24 PM Oct 3, 2022, 8:19 PM

                              @rk0 Thanks for this!

                              login-to-view

                              I’d add .local to the note that comes up then. I took it literally.

                              Maybe it’s just normal Linux etiquette but wasn’t obvious to me.

                              R 1 Reply Last reply Oct 3, 2022, 8:50 PM Reply Quote 0
                              • M
                                MxcZXAKM
                                last edited by MxcZXAKM Oct 3, 2022, 8:33 PM Oct 3, 2022, 8:28 PM

                                Well, that fixed it! Thanks so much, this was killing me! Now to try Suricata again.

                                ——

                                No more drops, you guys rock!

                                1 Reply Last reply Reply Quote 0
                                • R
                                  RK0 @MxcZXAKM
                                  last edited by Oct 3, 2022, 8:50 PM

                                  @mxczxakm (it wasn't obvious to me the first time through either 😁 ).

                                  In fact, it was another user on this forum months ago that explained to me how the /boot/loader.conf.local file would stick around after an upgrade, while the /boot/loader.conf file might get reset back to initial settings....

                                  Good advice passed on in the forum helps us all!

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephenw10 Netgate Administrator
                                    last edited by Oct 3, 2022, 10:41 PM

                                    That note is from the kmod pkg install which is common to any FreeBSD installation. pfSense uses loader.conf.local specifically so it doesn't apply to us. But we can't easily remove it.

                                    Steve

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      MxcZXAKM
                                      last edited by MxcZXAKM Oct 4, 2022, 11:15 AM Oct 4, 2022, 11:12 AM

                                      I spoke to soon, the WAN still cycles on/off. I get this error in the logs from the kernel:

                                      arpresolve: can’t allocate llinfo for X.X.X.X on emX

                                      login-to-view

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        stephenw10 Netgate Administrator
                                        last edited by Oct 4, 2022, 11:40 AM

                                        What happens just before that when it goes down?

                                        Those logs look normal for when an interface links up.

                                        Are you still running it in in-line mode? I would try it in legacy mode as a test at least. In-line mode requires specific NICs.

                                        Steve

                                        M 1 Reply Last reply Oct 4, 2022, 1:54 PM Reply Quote 0
                                        • M
                                          MxcZXAKM @stephenw10
                                          last edited by Oct 4, 2022, 1:54 PM

                                          @stephenw10 it disconnects and reconnects all by itself. I do still have suricata in inline. I’ll try legacy when I get back from travel on Friday. Thanks for the reminder.

                                          Out of curiosity, does in-line just need intel or specific models of intel?

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