From owner-freebsd-questions Mon Sep 17 14:16:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 3AA2137B40A for ; Mon, 17 Sep 2001 14:16:52 -0700 (PDT) Received: from jonc by itouch.co.nz with local (Exim 3.33 #1) id 15j5kK-000OXt-00; Tue, 18 Sep 2001 09:16:04 +1200 Date: Tue, 18 Sep 2001 09:16:04 +1200 From: Jonathan Chen To: Saint Leynx Cc: freebsd-questions@FreeBSD.org Subject: Re: Error making kernel in BSD 4.3 Message-ID: <20010918091604.B92569@itouchnz.itouch> References: <3BA65CE3.47993E@mail.drigon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BA65CE3.47993E@mail.drigon.com>; from saint@mail.drigon.com on Mon, Sep 17, 2001 at 10:28:19PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 17, 2001 at 10:28:19PM +0200, Saint Leynx wrote: > Was doing a make-depend to build a new kernel after install. It halts > and tells me > if_rl.c *someline*: miibus_if.h: No such file or directory. > > Now what? It doesn't seem like this file exists ... My guess (which is what this is since you didn't provide more details) is that you didn't read the kernel CONFIG file properly and missed the part which says: # MII bus support is required for some PCI 10/100 ethernet NICs, # namely those which use MII-compliant transceivers or implement # tranceiver control interfaces that operate like an MII. Adding # "device miibus0" to the kernel config pulls in support for # the generic miibus API and all of the PHY drivers, including a # generic one for PHYs that aren't specifically handled by an # individual driver. device miibus # PCI Ethernet NICs that use the common MII bus controller code. [...] device rl # RealTek 8129/8139 -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message