Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 17:49:54 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        Martin Vana <martin.vana@vslib.cz>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Planet
Message-ID:  <20010927174954.B658@ringworld.oblivion.bg>
In-Reply-To: <003101c14762$eaf24e80$1198e693@kolej.vslib.cz>; from martin.vana@vslib.cz on Thu, Sep 27, 2001 at 04:44:31PM %2B0200
References:  <003101c14762$eaf24e80$1198e693@kolej.vslib.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 27, 2001 at 04:44:31PM +0200, Martin Vana wrote:
> Hi, I tried to rebuilt my kernel with device rl0 (NIC PLANET ENW-9503A based on REALTEK 8139 chip) it has collapsed during make phase. It cannot find files starting with mii* but they are present.

Is it that it cannot find the files, or functions from those files?

If it's functions that it cannot find, try adding 'device miibus' to
your kernel, like the comments in LINT say (rl is listed under
'PCI Ethernet NICs that use the common MII bus controller code').

If it is the files themselves - are you sure you have re-run config(8)
after changing your kernel configuration file?  To be absolutely certain,
run config with the -r flag to remove any old directories.
To be *really* certain, use the buildworld/buildkernel way.

G'luck,
Peter

-- 
I've heard that this sentence is a rumor.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010927174954.B658>