From owner-freebsd-questions Mon Oct 12 13:45:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07582 for freebsd-questions-outgoing; Mon, 12 Oct 1998 13:45:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07541 for ; Mon, 12 Oct 1998 13:45:16 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA21940; Mon, 12 Oct 1998 13:44:42 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 12 Oct 1998 13:44:41 -0700 (PDT) From: Doug White To: Dmitry Kiryukhin cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with network card In-Reply-To: <3621C179.A24F59B7@neighbour.msk.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Oct 1998, Dmitry Kiryukhin wrote: > Hello! > > Can you help me please? I have FreeBSD 2.2.6. When I made my own kernel at > first time, it causes no problem. But when I bought a PCI network card > (NE2000-compatible) and tried to rebuild kernel with > > device ed0 > > line in config, 'make' command says: > > ../../i386/isa/if_ed.c:2567: warning: function declaration isn't a prototype > > if_ed.o: Undefined symbol `_ether_output' referenced from text segment > if_ed.o: Undefined symbol `_ether_ifattach' referenced from text segment > if_ed.o: Undefined symbol `_ether_ioctl' referenced from text segment > if_ed.o: Undefined symbol `_ether_addmulti' referenced from text segment > if_ed.o: Undefined symbol `_ether_delmulti' referenced from text segment > if_ed.o: Undefined symbol `_ether_input' referenced from text segment > *** Error code 1 Looks like you left pseudo-device ether 1 out of your kernel. It's required. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message