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!
Realtek 8168/8111 + Socket 1150 board support?
-
Jay
- NewUser

- Posts: 3
- Joined: 27 Mar 2014 20:12
- Status: Offline
Realtek 8168/8111 + Socket 1150 board support?
Greetings -
Does anyone know the status of this? I realize this could have been posted in the LAN forum, but SIFTU (in IRC) says he's able to get it to work with his AMD boards, so I figure it must be a motherboard incompatibility. I've tried at least three socket 1150 boards with the 8168/8111 chipset and N4F has failed to initialize all of them. I've tested the NICs and they all work fine off a Ubuntu live disc and from within Windows.
Thoughts?
Thanks in advance,
Jay
Does anyone know the status of this? I realize this could have been posted in the LAN forum, but SIFTU (in IRC) says he's able to get it to work with his AMD boards, so I figure it must be a motherboard incompatibility. I've tried at least three socket 1150 boards with the 8168/8111 chipset and N4F has failed to initialize all of them. I've tested the NICs and they all work fine off a Ubuntu live disc and from within Windows.
Thoughts?
Thanks in advance,
Jay
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
please post more info about your mainboard and the NIC that mount, I have a ASUS Board with realtek 8111C for years that works fine ( yes do not have socket 1150 is a AM3 socket), but this must do not be significant to work or not the embeded NIC.
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
-
Jay
- NewUser

- Posts: 3
- Joined: 27 Mar 2014 20:12
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
Current board is an ECS H87H3-M(1.0)
dmesg output:
ifconfig output:
re0 is a pcie card I temporarily added to get access to the system.
Prior to adding the 2nd nic, I tried the instructions here and got stuck on step 8 as I got the error that the module was already loaded.
If you need anything else, please let me know. I would really like to get this working.
Thanks!
dmesg output:
Code: Select all
re1: <RealTek 8168/8111 B/C/CP/D/DP/E/F PCIe Gigabit Ethernet> port 0xd000-0xd0ff mem 0xf7c00000-0xf7c00fff,0xf0000000-0xf0003fff irq 18 at device 0.0 on pci5
re1: Using 1 MSI-X message
re1: Chip rev. 0x4c000000
re1: MAC rev. 0x00000000
re1: Unknown H/W revision: 0x4c000000
device_attach: re1 attach returned 6Code: Select all
nas4free: ~ # ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 00:0a:cd:1f:62:18
inet 10.0.100.12 netmask 0xff000000 broadcast 10.255.255.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>Prior to adding the 2nd nic, I tried the instructions here and got stuck on step 8 as I got the error that the module was already loaded.
If you need anything else, please let me know. I would really like to get this working.
Thanks!
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
Your NIC is re1: Unknown H/W revision: 0x4c000000 that is widely know as Realtek® 8111G : http://lists.freebsd.org/pipermail/free ... 53795.html
and YES , is not supported by BSD 9.2 but can be supported by BSD 10: https://forums.freebsd.org/viewtopic.php?t=41366
and YES , is not supported by BSD 9.2 but can be supported by BSD 10: https://forums.freebsd.org/viewtopic.php?t=41366
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
-
Jay
- NewUser

- Posts: 3
- Joined: 27 Mar 2014 20:12
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
Hi raulfg3, thanks for the update. Is there a way to make this work with 9.2, since that's what Nas4Free is based on? Recompiling the kernel, special drivers, etc... ?raulfg3 wrote:Your NIC is re1: Unknown H/W revision: 0x4c000000 that is widely know as Realtek® 8111G : http://lists.freebsd.org/pipermail/free ... 53795.html
and YES , is not supported by BSD 9.2 but can be supported by BSD 10: https://forums.freebsd.org/viewtopic.php?t=41366
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
it would be way easier to just buy a cheap (and good) intel nic.
http://www.newegg.com/Product/Product.a ... 6833106033
http://www.newegg.com/Product/Product.a ... 6833106033
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
not enought knowledge to do, by I point to a post that perhaps can help you: viewtopic.php?f=58&t=5916#p32362Jay wrote:Hi raulfg3, thanks for the update. Is there a way to make this work with 9.2, since that's what Nas4Free is based on? Recompiling the kernel, special drivers, etc... ?raulfg3 wrote:Your NIC is re1: Unknown H/W revision: 0x4c000000 that is widely know as Realtek® 8111G : http://lists.freebsd.org/pipermail/free ... 53795.html
and YES , is not supported by BSD 9.2 but can be supported by BSD 10: https://forums.freebsd.org/viewtopic.php?t=41366
as you can see in this post, compile and configure to use in other version is not easy.
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
- MikeMac
- Forum Moderator

- Posts: 429
- Joined: 07 Oct 2012 23:12
- Location: Moscow, Russia
- Contact:
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
SOLVED - Realtek 8111G on nas4free
How to (English) http://blog.hani-ibrahim.de/en/nic-on-e ... eenas.html
How to (Russian) http://2gusia.livejournal.com/179747.html
Driver, compiled from sources on Realtek site by ab5031
https://drive.google.com/file/d/0B9onsE ... sp=sharing
copy
https://yadi.sk/d/K9DGK-XQWWERB
How to (English) http://blog.hani-ibrahim.de/en/nic-on-e ... eenas.html
How to (Russian) http://2gusia.livejournal.com/179747.html
Driver, compiled from sources on Realtek site by ab5031
https://drive.google.com/file/d/0B9onsE ... sp=sharing
copy
https://yadi.sk/d/K9DGK-XQWWERB
Last edited by MikeMac on 14 Jul 2014 21:12, edited 1 time in total.
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
thanks a lot to share it.
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
-
HAZArD01
- NewUser

- Posts: 4
- Joined: 18 Nov 2014 10:37
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
following the above tutorial I've screwed up... my question is: how do I make the sign "|" on an Italian keyboard? I mean which is the keys combination I should press when I'am in the console shift + back slash doesn't works, alt + 124 neither! This damn thing driving me crazy...
-
alex87alex
- Starter

- Posts: 17
- Joined: 14 Nov 2014 14:58
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
shift+\ (near number 1 and up to tab). That sign is "pipe", it puts standard output of the first command to the standard input of the secondHAZArD01 wrote:following the above tutorial I've screwed up... my question is: how do I make the sign "|" on an Italian keyboard? I mean which is the keys combination I should press when I'am in the console shift + back slash doesn't works, alt + 124 neither! This damn thing driving me crazy...
Bitfenix Phenom - BeQuiet! 350w gold - Sapphire 350DM1W - Ram Team Elite 4gb - 2x2tb Western Digital Green - 2x4tb Seagate Desktop - Free4nas 9.2 on usb
-
HAZArD01
- NewUser

- Posts: 4
- Joined: 18 Nov 2014 10:37
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
First of all I'd to thank U for your answer. Well as U can read the combination "shift+\" (back slash) or "alt+124" (ascII typing) doesn't work!!!alex87alex wrote:shift+\ (near number 1 and up to tab). That sign is "pipe", it puts standard output of the first command to the standard input of the secondHAZArD01 wrote:following the above tutorial I've screwed up... my question is: how do I make the sign "|" on an Italian keyboard? I mean which is the keys combination I should press when I'am in the console shift + back slash doesn't works, alt + 124 neither! This damn thing driving me crazy...
-
alex87alex
- Starter

- Posts: 17
- Joined: 14 Nov 2014 14:58
- Status: Offline
Re: Realtek 8168/8111 + Socket 1150 board support?
oooops sorry, i answered too fast
Stupid question: backslash works? How do you connect keyboard? PS2 or usb? This is the only shortcut you can't do? For example altgr+shift+è? ( { ) What kind of keyboard do you have? Have you ever tried to use "loadkeys" command in bash?
Bitfenix Phenom - BeQuiet! 350w gold - Sapphire 350DM1W - Ram Team Elite 4gb - 2x2tb Western Digital Green - 2x4tb Seagate Desktop - Free4nas 9.2 on usb