Hi all,
I just finished installing 9.1-RELEASE on an Intel BOXD525MW motherboard. The docs claim the onboard NIC is a Realtek 8111E, and looking at re's compatability list for 9.1 the 8111 is listed (though notice the E isn't missing... important?)
When the machine boots up,
However,
So, am I just out of luck, is the RTL8111E not yet supported? I'm guessing the "Unknown H/W revision: 0x30400000" points to "yes you're screwed", but I'm not familiar enough with how FreeBSD does drivers to know for sure.
I just finished installing 9.1-RELEASE on an Intel BOXD525MW motherboard. The docs claim the onboard NIC is a Realtek 8111E, and looking at re's compatability list for 9.1 the 8111 is listed (though notice the E isn't missing... important?)
When the machine boots up,
dmesg
does in fact show the RTL8111 as present:
Code:
# dmesg
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F PCIe Gigabit Ethernet> port 0x2000-0x20ff irq 16 at device 0.0 on pci1
re0: Using 1 MSI-X message
re0: Chip rev. 0x30000000
re0: MAC rev. 0x00400000
re0: Unknown H/W revision: 0x30400000
device_attach: re0 attach returned 6
However,
ifconfig
doesn't show me anything:
Code:
# ifconfig -a
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
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>
So, am I just out of luck, is the RTL8111E not yet supported? I'm guessing the "Unknown H/W revision: 0x30400000" points to "yes you're screwed", but I'm not familiar enough with how FreeBSD does drivers to know for sure.