From owner-freebsd-questions Mon Oct 12 05:14:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14034 for freebsd-questions-outgoing; Mon, 12 Oct 1998 05:14:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.128.1.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14029 for ; Mon, 12 Oct 1998 05:14:52 -0700 (PDT) (envelope-from sderdau@ne.mediaone.net) Received: from ne.mediaone.net (sderdau.ne.mediaone.net [24.128.122.197]) by chmls06.mediaone.net (8.8.7/8.8.7) with ESMTP id IAA15559; Mon, 12 Oct 1998 08:05:49 -0400 (EDT) Message-ID: <3621F0C1.A45B2A14@ne.mediaone.net> Date: Mon, 12 Oct 1998 08:06:25 -0400 From: "Stephen A. Derdau" X-Mailer: Mozilla 4.07 [en] (Win95; I) MIME-Version: 1.0 To: Dmitry Kiryukhin CC: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with network card References: <3621C179.A24F59B7@neighbour.msk.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PNP card you may need to add support for PNP in your kernel. I believe you may want to check into this option Here is something I found at http://www.freebsd.org/search/ I type in PNP kernel support HOPE THIS HELPS YOU !!!! I'm bit new to this stuff: You will need to add the modem's PnP ID to the PnP ID list in the serial driver. To enable Plug & Play support, compile a new kernel with controller pnp0 in the configuration file, then reboot the system. The kernel will print the PnP IDs of all the devices it finds. Copy the PnP ID from the modem to the table in /sys/i386/isa/sio.c, at about line 1200. Look for the string "SUP1310" in the structure "siopnp_ids[]" to find the table. Build the kernel again, install, reboot, and your modem should be found. 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 > > Stop. > > > What am I doing wrong? > > Thank you for help, > -- > Dmitry Kiryukhin > > ICQ#: 13701778 > > 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