From owner-freebsd-questions Sun Dec 5 23:56:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id B226F15121 for ; Sun, 5 Dec 1999 23:56:26 -0800 (PST) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id IAA21936; Mon, 6 Dec 1999 08:56:17 +0100 (MET) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <99120618023800.00946@zen.dodsworth.org> Date: Mon, 06 Dec 1999 08:56:16 +0100 (CET) From: Micke Josefsson To: Marc Dodsworth Subject: RE: ed1 configuration Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-Dec-99 Marc Dodsworth wrote: > Hi > > I have an Accton EN1208 PCI ethernet card which uses a Realtek 8029. > > Under a Generic kernel, it's recognised as an ed1 (NE2000 compat/3com/WD) > > However I can't find any details on how to configure it in my custom kernel. > LINT only shows ed0 You don't configure the interface before compiling the kernel. If the Generic kernel sees it as ed1 then use ifconfig to set it up, something like this: (as root, type this) ifconfig ed1 130.236.49.127 netmask 255.255.248.0 up and you're off. This can be automatically be performed at bootup if you insert the relevant lines in /etc/rc.conf (look in /etc/defaults/rc.conf for the layout). If this is a first time setup you probably also want to manipulate /etc/resolv.conf: domain isy.liu.se nameserver 130.236.48.2 ...or something. Use your imagination:) /Micke PS. ifconfig -a shows some intersting stuff. Make ceratin the UP flag is set. ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message