This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
[SOLVED] New driver for Realtek 8111F
-
sjordan
- Starter

- Posts: 31
- Joined: 24 Jun 2012 21:50
- Status: Offline
[SOLVED] New driver for Realtek 8111F
I booted up and show no network card. I have a realtek 8111F which is suppose to be supported in Freebsd 9. Is there anyway I can get it working in nas4free?
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: NO network Realtek 8111F
Sorry but 8111F is NOT supported. (support was added after releasing 9.0-RELEASE)
ONLY 8111C/D and some revision of E is supported.
http://freebsd.1045724.n5.nabble.com/Re ... 61828.html
ONLY 8111C/D and some revision of E is supported.
http://freebsd.1045724.n5.nabble.com/Re ... 61828.html
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
foxhd
- NewUser

- Posts: 1
- Joined: 30 Jun 2012 15:24
- Status: Offline
Re: NO network Realtek 8111F
Hi
i compiled a driver for 8111F.
Follow the tutorial:
http://blog.hani-ibrahim.de/en/netzwerk ... ieren.html
i compiled a driver for 8111F.
Follow the tutorial:
http://blog.hani-ibrahim.de/en/netzwerk ... ieren.html
-
sjordan
- Starter

- Posts: 31
- Joined: 24 Jun 2012 21:50
- Status: Offline
Re: NO network Realtek 8111F
foxhd thanks! I will try it first chance i get
-
sjordan
- Starter

- Posts: 31
- Joined: 24 Jun 2012 21:50
- Status: Offline
Re: NO network Realtek 8111F
downloaded and got it working. Thanks. My new build is now online and running!
-
Babovand
- Starter

- Posts: 46
- Joined: 23 Jun 2012 16:25
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
How to compile this into the kernel?
-
cchayre
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
does anyone have a copy of the FreeBSD 9/NAS4Free driver? It appears that it's now unavailable via the d/l site.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
Try to download a CD of BSD 9 current or Stable ( NOT release) and find the driver on it. Download apropiate CD for your arquitecture ( X64 or X86).
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
cchayre
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
I was able to get a copy of the driver. However, when I attempt to load it via kldload or by adding it to /cf/boot/loader.conf, I receive an error along the lines of the following:
I've tried the if_re.ko driver as well, but it fails with the same result. Any suggestions? I am somewhat fresh to FreeBSD, so I will not be surprised if I am missing the obvious. (I assume it has something to do with an existing driver being built into the kernel??)
Thanks!
Code: Select all
module_register: module rl/miibus already exists!
Module rl/miibus failed to register: 17
module_register: module cardbus/rl already exists!
Module cardbus/rl failed to register: 17
module_register: module pci/rl already exists!
Module pci/rl failed to register: 17Thanks!
-
Babovand
- Starter

- Posts: 46
- Joined: 23 Jun 2012 16:25
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
The support for the 8111f driver was added after the Stable release of freebased 9.0, so there is no support for this particular NIC in the stable release.raulfg3 wrote:Try to download a CD of BSD 9 current or Stable ( NOT release) and find the driver on it. Download apropiate CD for your arquitecture ( X64 or X86).
Yeah, Maybe, But if it is compiled into the kernel, why wont it auto initiate ("work out of the box")? Like all other NICs?, thats why I suspect that it is actually not compiled into the kernel, would be awesome if N4F team could compile it into the kernel for us.cchayre wrote:I was able to get a copy of the driver. However, when I attempt to load it via kldload or by adding it to /cf/boot/loader.conf, I receive an error along the lines of the following:I've tried the if_re.ko driver as well, but it fails with the same result. Any suggestions? I am somewhat fresh to FreeBSD, so I will not be surprised if I am missing the obvious. (I assume it has something to do with an existing driver being built into the kernel??)Code: Select all
module_register: module rl/miibus already exists! Module rl/miibus failed to register: 17 module_register: module cardbus/rl already exists! Module cardbus/rl failed to register: 17 module_register: module pci/rl already exists! Module pci/rl failed to register: 17
Thanks!
-
sjordan
- Starter

- Posts: 31
- Joined: 24 Jun 2012 21:50
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
I was using the driver for my motherboard and found it to be somewhat unstable. There were many times during large transfers that I would see log messages say the link we down (which resulted in transfers not finishing). I ended up buying a intel nic and disabled the onboard 8111F. Maybe you will have better luck
-
Babovand
- Starter

- Posts: 46
- Joined: 23 Jun 2012 16:25
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
That has also happens to me when i stream BDMV (bluray rips 40+GB) sometimes i even need to restart the server, why oh why is such a good filesystem based upon such a crap OS (no offence)
-
fgrayson
- Starter

- Posts: 16
- Joined: 23 Jun 2012 15:45
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
I wouldn't blame the OS so fast. Historically, Realtek NICs have not enjoyed the best reputation.
http://en.wikipedia.org/wiki/Realtek#Cr ... of_quality
Theo seems to think the newer ones are better, for whatever that's worth.
http://en.wikipedia.org/wiki/Realtek#Cr ... of_quality
Theo seems to think the newer ones are better, for whatever that's worth.
-
Babovand
- Starter

- Posts: 46
- Joined: 23 Jun 2012 16:25
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
You kinda made my point, as i read in the wiki link you linked, ONLY FreeBSD is complaining, why only FreeBSD and not any other OSes?, I tested openmediavault , which is based upon debian linux, network card worked great, great speeds and and overall system performance, but lacked support for "zfs-like" filesystem.fgrayson wrote:I wouldn't blame the OS so fast. Historically, Realtek NICs have not enjoyed the best reputation.
http://en.wikipedia.org/wiki/Realtek#Cr ... of_quality
Theo seems to think the newer ones are better, for whatever that's worth.
FreeBSD just feels out-dated, even the install of any *BSD like system takes ju back to the 80s, the whole ports thing is just a big mess, and it is very very hardware sensitive, either it works or it dont, if it works 0-40% ledd performance and more buggs.
Never been a *BSD prior to testing Freenas, openmediavault then finally N4F, but have been a linux user for a long time.
-
cchayre
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
I am going to go this route---have an order in for an Intel-based NIC. Long-term I'd like for this to not be the case, as I purposely went with a lightweight mini-ITX board and only have one slot. I very much want to save the sole PCI-express slot for an extra controller card for if/when I want to add more storage.sjordan wrote:I was using the driver for my motherboard and found it to be somewhat unstable. There were many times during large transfers that I would see log messages say the link we down (which resulted in transfers not finishing). I ended up buying a intel nic and disabled the onboard 8111F. Maybe you will have better luck
To some of the other points, if it wasn't for ZFS and my paranoia of data loss, I would just go with a custom, lightweight linux build.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
You are still in time to test OMV http://www.openmediavault.org/
There are still no good/better replace for ZFs, but in the near middle future perhaps BTRFS has the oportunity.
In the middle there are one post of HOWTO instal ZFS On OMV ( You must know that is not as fast as ZFS implementation of Nas4Free, but work).
There are still no good/better replace for ZFs, but in the near middle future perhaps BTRFS has the oportunity.
In the middle there are one post of HOWTO instal ZFS On OMV ( You must know that is not as fast as ZFS implementation of Nas4Free, but work).
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
Babovand
- Starter

- Posts: 46
- Joined: 23 Jun 2012 16:25
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
Thats why im kinda "forced" to use N4F, since ZFS is more "native" to the *bsd system then the linux systems, and im also very paranoid about my dataraulfg3 wrote:You are still in time to test OMV http://www.openmediavault.org/
There are still no good/better replace for ZFs, but in the near middle future perhaps BTRFS has the oportunity.
In the middle there are one post of HOWTO instal ZFS On OMV ( You must know that is not as fast as ZFS implementation of Nas4Free, but work).
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
today a new version of Nas4Free is posted, is based on BSD 9.1 so it must work with Realtek 8111F whitout problem:
viewtopic.php?f=78&t=1011&p=3421#p3421
http://sourceforge.net/projects/nas4fre ... e-9.1.0.1/
viewtopic.php?f=78&t=1011&p=3421#p3421
http://sourceforge.net/projects/nas4fre ... e-9.1.0.1/
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
Babovand
- Starter

- Posts: 46
- Joined: 23 Jun 2012 16:25
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
It works now with BSD 9.1 out of the box without any problems, and fast too!
-
dilbert
- NewUser

- Posts: 2
- Joined: 05 Dec 2012 20:39
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
I built the NAS (currently NAS4Free 9.1.0.1 build 531) on ASUS C60M1-I motherboard with Realtek 8111F onboard lan and I had lot of troubles, lost connections etc. As soon as I inserted Intel network card, all problems disappeared right away.
I found that Realtek has released a new version of FreeBSD driver for RTL8111F a couple weeks ago and here is the link to the source code: http://152.104.125.41/downloads/downloa ... E/RTL8111F
Is there a chance to have an updated build with this new driver?
I found that Realtek has released a new version of FreeBSD driver for RTL8111F a couple weeks ago and here is the link to the source code: http://152.104.125.41/downloads/downloa ... E/RTL8111F
Is there a chance to have an updated build with this new driver?
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
only if is included in latest BSD 9.1 that is now comming
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
dilbert
- NewUser

- Posts: 2
- Joined: 05 Dec 2012 20:39
- Status: Offline
Re: [SOLVED] New driver for Realtek 8111F
I see. Thanks.