Official Realtek Driver Binary 1.95 For 2.4.4 Release
-
@fromage9747
Thanks for the followup. Nice to know this is likely dealt with.. A few hours now and problem free. -
Just for confirmations is anybody upgraded to 2.4.5 with FreeBSD 11.3?
Any issues or should it be good to go?
-
@Napsterbater Did you take the leap and try 2.4.5 with this driver?
-
Full disclosure: I have not yet tested this and do not know if it is necessary, but I did recompile the v1.95 Realtek driver under FreeBSD 11.3. I'm planning to test it on my pfSense machines within the next day or two and will report back.
if_re_ko_v195_FREEBSD-11.3_64bit.zip -
Installed the driver I attached to my previous post w. 2.4.5 and all is well so far . . . will report back if anything goes sideways.
-
@TheNarc said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:
Full disclosure: I have not yet tested this and do not know if it is necessary, but I did recompile the v1.95 Realtek driver under FreeBSD 11.3. I'm planning to test it on my pfSense machines within the next day or two and will report back.
if_re_ko_v195_FREEBSD-11.3_64bit.zipInstall this updated driver on one box and then updated to 2.4.5, its booted and running. So far so good.
-
@Derelict said in Official Realtek Driver Binary 1.95 For 2.4.4 Release:
/boot/loader.conf.local
Also note after upgrade run "kldstat" to confirm if_re.ko loaded.
If not make sure you have
if_re_load="YES"
in /boot/loader.conf.local NOT /boot/loader.conf as /boot/loader.conf is overwritten on upgrade.
-
Has anyone had trouble with RTL810xE chipsets? Would this driver cover those?
-
@coreybrett from what I can tell. This driver should work with it.
But worst case be ready to edit the loader.conf.local from the console and remove the reference to it just in case..
-
Yes, there's only one driver, re(4), for all the Realtek Gigabit NICs. It should work for that.
Are you actually seeing issues though? I would only use the alternative driver if you are.
Steve
-
@stephenw10 to be clear that model is a fast ethernet not a gigabit. If that makes a difference.
-
Ah, been a while since I saw one of those. It's listed as supported by re(4) though so it's probably good.
Though I would recommend not using it at all if there is any other option. The Realtek 100M NICs were terrible.
I hope it's better than the rtl8139: https://github.com/freebsd/freebsd/blob/master/sys/dev/rl/if_rl.c#L48Steve
-
Compiled on FreeBSD 11.3-STABLE (last):
-
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.
-
I just updated it and it really increases the software performance very well. Thank you very much for this contribution, it is very appreciated.
-
@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 offloadI am running stock now and my box hangs when i do large transfer over the network sometimes
Thank you.
-
@steeletanner I would say yes.
-
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
-
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.
Any ideas? Disabled hardware checksum offloading without effect.
-
@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.