Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 1998 12:41:22 -0700 (MST)
From:      "Chad R. Larson" <chad@freeway.dcfinc.com>
To:        efinley@efinley.com
Cc:        kris@airnet.net, Fedor.Gubarev@itep.ru, pbm@barmentlo.net, stable@FreeBSD.ORG
Subject:   Re: Realtek RTL8029 pci ethernet card..
Message-ID:  <199811211941.MAA05672@freeway.dcfinc.com>
In-Reply-To: <36580c52.94077031@mail.afnetinc.com> from Elliot Finley at "Nov 21, 98 06:55:37 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> I was wundering if the Realtek RTL8029 pci ethernet card is supported in
> freebsd-stable.
>
> When i boot:
>
> pci0:13:    vendor=0x10ec, device=0x8029, class=network (ethernet) int a
> irq 9 [no driver assigned]

Got one in my machine.  It has an Intel 10/100 on the motherboard,
and I wanted a second NIC to use the machine as a router.

I bought the Realtek at a Computer City that had been bought out by
CompUSA.  They were dumping all the inventory that conflicted
between the two stores.  The NIC was in a "Soho Basic" box and cost
$4.75.  I bought serveral.  :-)

You will need the following in your kernel config file:

    device ed0

You will get something like:
+---------------
| Probing for devices on PCI bus 0:
| chip0 <Intel 82440FX (Natoma) PCI and memory controller> rev 2 on pci0:0:0
| ed1 <NE2000 PCI Ethernet (RealTek 8029)> rev 0 int a irq 9 on pci0:12:0
| ed1: address 00:00:e8:e1:d3:6f, type NE2000 (16 bit) 
+---------------

Please note that the interrupt will be assigned by the PCI probe; it
might not be 9 like mine.  And also note that even though you set
device number 0 in the kernel config, it will show up as device 1,
so be sure to edit your rc.conf correctly.

	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com chad@larsons.org chad@anasazi.com larson1@home.net   
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811211941.MAA05672>