Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 13:44:41 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Dmitry Kiryukhin <dmitry@neighbour.msk.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Problem with network card
Message-ID:  <Pine.BSF.4.03.9810121344220.25080-100000@resnet.uoregon.edu>
In-Reply-To: <3621C179.A24F59B7@neighbour.msk.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9810121344220.25080-100000>