compiling kernel :(

Martin Welk mw at theatre.sax.de
Wed Mar 31 00:30:20 PST 2004


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)



More information about the freebsd-questions mailing list