From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 00:30:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D78D16A4D0 for ; Wed, 31 Mar 2004 00:30:20 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CE143D54 for ; Wed, 31 Mar 2004 00:30:13 -0800 (PST) (envelope-from mw@theatre.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id KAA07975; Wed, 31 Mar 2004 10:30:11 +0200 (CEST) Received: from theatre.sax.de (mw@localhost [127.0.0.1]) by theatre.sax.de (8.12.10/8.12.10) with ESMTP id i2V88Ron013703; Wed, 31 Mar 2004 10:08:27 +0200 (CEST) (envelope-from mw@theatre.sax.de) Received: (from mw@localhost) by theatre.sax.de (8.12.10/8.12.9/Submit) id i2V88RcE013702; Wed, 31 Mar 2004 10:08:27 +0200 (CEST) (envelope-from mw) Date: Wed, 31 Mar 2004 10:08:27 +0200 From: Martin Welk To: "Brian G." Message-ID: <20040331080827.GA88858@theatre.sax.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: compiling kernel :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 08:30:20 -0000 On Tue, Mar 30, 2004 at 07:30:22PM -0500, Brian G. wrote: > im pretty new to freebsd > got it about two weeks ago > now i've been trying to get kazaa on my box so i have installed wine, but > whenever i try to run it i get an error and a question wheter i have added > USER_LDT option to my kernel > which brings me to my current problem (...) > /usr/src/sys/dev/usb/if_aue.c:769: undefined reference to `mii_phy_probe' > if_aue.o: In function `aue_tick': > /usr/src/sys/dev/usb/if_aue.c:1116: undefined reference to `mii_tick' > /usr/src/sys/dev/usb/if_aue.c:1118: undefined reference to `mii_pollstat' > if_aue.o: In function `aue_init': (...) > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! ============= (...) > # ISA Ethernet NICs. > # 'device ed' requires 'device miibus' ======================= (...) > # USB Ethernet, requires mii ============ (...) But, at all, no "device miibus" line in your kernel config file - and that's where the above error messages come from. So, please add "device miibus" again and take care of that sort of warnings, they're there for a reason :) Regards, Martin -- ,,Oh, there's a lot of opportunities, if you're knowing to take them, you know, there's a lot of opportunities, if there aren't you can make them, make or break them!'' (Tennant/Lowe)