RealTek 8101E ethernet card or similar doesn't work

Hi,

I'm trying to install FreeBSD on my netbook using an usb sitck but I'm running into a major problem, my ethernet card doesn't work.

Code:
ifconfig -a
only returns me
Code:
lo0
but
Code:
dmesg | grep re0
gives me:
Code:
re0: <RealTek 8101E/8102E/8102EL/8103E PCIe 10/100baseTX> ...
re0: Using 1 MSI messages
re0: Chip rev. 0x24000000
re0: MAC rev. 0x00000000
re0: Unknown H/W revision rev. 0x24000000
device_attach: re0 attach returned 6

The installer crashes when I try to setup the network on FreeBSD 8.1 amd64 or 8.2RC3 amd64 on usb stick.
Same dmesg messages with 9.0 CURRENT but it doesn't crash nor find re0.

The network works fine with NetBSD 5.1 amd64 or OpenBSD 4.8 i386 using re.

Can someone please help me to solve this ? Thanks.
 
Please open two PRs, one for installer crash on 8.2-RC3 and the other for re(4) issue.
I may be able to handle re(4) related issue.
 
Back
Top