From owner-freebsd-questions Sun Apr 18 7:49:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from everest.netidea.com (everest.netidea.com [207.194.161.4]) by hub.freebsd.org (Postfix) with ESMTP id 7C25114FC3 for ; Sun, 18 Apr 1999 07:49:14 -0700 (PDT) (envelope-from gregm@netidea.com) Received: from Main (pm162-8.dialup.netidea.com [207.194.162.8]) by everest.netidea.com (8.9.3/8.8.8) with SMTP id HAA06075; Sun, 18 Apr 1999 07:43:55 -0700 Message-Id: <199904181443.HAA06075@everest.netidea.com> From: gregm@netidea.com To: Chris Date: Sun, 18 Apr 1999 07:48:10 -0700 Subject: Re: Ethernet Config. Reply-To: gregm@netidea.com Cc: freebsd-questions@freebsd.org In-reply-to: <3.0.5.32.19990418012242.007a7ec0@ogden.sd27.bc.ca> References: X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: 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