Date: Sun, 18 Apr 1999 07:48:10 -0700 From: gregm@netidea.com To: Chris <chris@ogden.sd27.bc.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Ethernet Config. Message-ID: <199904181443.HAA06075@everest.netidea.com> In-Reply-To: <3.0.5.32.19990418012242.007a7ec0@ogden.sd27.bc.ca> References: <Pine.BSF.4.05.9904161623130.58587-100000@fosburgh.dyndns.o rg>
next in thread | previous in thread | raw e-mail | index | archive | help
I have the same card. Here is the line from my kernel source: device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edint (edint is actually on the same line) > I have configured a custom kernel and in the kernel source I added the line: > device ed0 at pci? #is this the correct place for this line? Do I need > #to put it in /boot/kernel.conf ? > > I also disabled all ISA NIC configurations that were there. I didn't need anything in my kernel.conf The card winds up on ed1 but the machine handled all that for me. Works like a charm. Goodluck, Greg Martin. > in my /boot/kernel.conf there is a line that reads: > en ed0 > > Here are the entries in my /etc/rc.conf file: > ifconfig_interface="inet ip.address.here netmask 255.255.255.0" > defaultrouter="gateways.ip.address" #of course all these fields have their > network_interfaces="interface ed1" #correct entries :) > hostname="myhost.mydomain.org" > > When I boot the machine here is what I get on the ethernet card: > Probing PCI Bus 0: > ed1:<NE2000 Ethernet (RealTek 8029)> rev 0x00 int a irq 255 on pci0.11.0 > Then the rest of the boot-up... > > Then I get an error when ifconfig tries to find the card: > ifconfig: interface ed1 does not exist. > > and of course the routing and the rest of the inet stuff fails. > I have tried to use ed0, ed1, and ed2 but have recieved the same result > from all three. If you have any ideas I would like to hear them. And once > again thank-you for helping me earlier. > > Chris. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904181443.HAA06075>