Andrew Robinson wrote:
Hi Marlon,

This thread may (or may not) prove useful to you:

http://lists.freebsd.org/pipermail/freebsd-hackers/2005-March/011012.html

Good luck!

Andrew

From: [EMAIL PROTECTED]
Subject: RealTek 8139 not identified in FreeBSD
To: freebsd-questions@freebsd.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-7"


Hello.

I have an Acer Aspire 1600 laptop with a RealTek 8139 integrated network card.
The card is not identified at all in neither FreeBSD 6.1-RELEASE nor in
FreeBSD 5-STABLE, not even in DragonFlyBSD (which is a fork of FreeBSD 5 IIRC).
"pciconf -lv" does not report back any information on the card at all.

Linux and Windows however can identify the card as "RealTek 8139 chip type
'RTL-8100B/8139D' at 0x1800-0x18ff, Memory: EC005000-EC0050FF, IRQ 19".

Since FreeBSD is a lot better for my computing needs, is there a way I can
get the above card to work correctly (or even work at all) in FreeBSD?

Thanks in advance.

Have you compiled miibus support into the kernel? As a sidenote though, if you haven't custom built a kernel it should work straight out of the box. Also if you build ACPI or APM support into your kernel, the IRQ for your ACPI or APM functionality may be the same as the IRQ for your Realtek card; thus if you disable your ACPI and APM support and your Realtek card just starts to work for you, the problem is IRQ based ;).
-Garrett

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to