Date: Wed, 31 Mar 2004 10:08:27 +0200 From: Martin Welk <mw@theatre.sax.de> To: "Brian G." <madcow413@msn.com> Cc: freebsd-questions@freebsd.org Subject: Re: compiling kernel :( Message-ID: <20040331080827.GA88858@theatre.sax.de> In-Reply-To: <BAY3-F248paSxf9eu050002194e@hotmail.com> References: <BAY3-F248paSxf9eu050002194e@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040331080827.GA88858>