From owner-freebsd-questions Mon Nov 15 14:47:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay5.smtp.psi.net (relay5.smtp.psi.net [38.9.28.2]) by hub.freebsd.org (Postfix) with ESMTP id D143C15192 for ; Mon, 15 Nov 1999 14:47:44 -0800 (PST) (envelope-from sschadt@openlinksw.com) Received: from [38.233.242.2] (helo=oplmail.openlinksw.COM) by relay5.smtp.psi.net with esmtp (Exim 1.90 #1) id 11nUuT-0005bL-00; Mon, 15 Nov 1999 17:47:41 -0500 Received: from sschadt (sschadt.openlinksw.com [38.233.242.132]) by oplmail.openlinksw.COM (8.9.3/8.9.3) with SMTP id RAA14077; Mon, 15 Nov 1999 17:58:07 -0500 (EST) From: "Stephen Schadt" To: "Brooks Davis" Cc: , "Kingsley Idehen" Subject: RE: network / configuration problems Date: Mon, 15 Nov 1999 17:46:44 -0500 Message-ID: <015e01bf2fbb$4a9e2050$84f2e926@openlinksw.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <19991112174602.A7524@orion.ac.hmc.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brooks, Thanks for your response. I have further information. First, I did try "make depend" successfully. Then I ran the "make", and this produced: ioconf.o(.data+0x6ec): undefined reference to 'xldriver' Error code 1 > It shouldn't be. PCI devices are automagicaly probed and configured. > Did you assign an IP address, etc. xl0 in sysinstall? If not then it's > not configured. What does "ifconfig xl0" say? Do you have any lines > beginning with ifconfig_xl0 in your /etc/rc.conf and if so, what are > they? > So I'm going to take your and Mike Tancsa's advice that I shoudn't need to recompile the kernel. This is what typing "ifconfig xl0" says: myname# ifconfig xl0 xl0: flags=8843< UP, BROADCAST, RUNNING SIMPLEX, MULTICAST> mtu 1500 inet netmask 0xffffffc0 broadcast 38.233.242.191 ether 00:10:5a:26:7e:37 media 10BaseT/UTP autoselect supported media: autoselect 100BaseTX 100BaseTX Since your message I went back into /stand/sysinstall and noticed that it did write that information to "rc.conf" which didn't seem to be there before: ifconfig_xl0 inet netmask network-interfaces "xl0 lo0" I don't know why the "lo0" is in there... Also, of interest may be that when I bootup, I notice the following line when it's trying to load the interface / ethernet card: autoneg not complete, no carrier. Forcing half-duplex Any further ideas? Thanks much, Stephen > -- Brooks > > -- > "Those who desire to give up freedom in order to gain security, will not > have, nor do they deserve, either one" > --Thomas Jefferson > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message