From owner-freebsd-questions Sun Aug 4 23: 8:40 2002 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 4BF4937B41B for ; Sun, 4 Aug 2002 23:07:56 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0C143E6A for ; Sun, 4 Aug 2002 23:07:55 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id 3D8EF838208; Mon, 5 Aug 2002 01:07:54 -0500 (CDT) Date: Tue, 13 Nov 2001 21:06:16 +0000 From: Josh Paetzel To: Vasily Cc: freebsd-questions@FreeBSD.ORG Subject: Re: net card in NEW KERNEL Message-ID: <20011113210616.C848@twincat.vladsempire.net> Mail-Followup-To: Vasily , freebsd-questions@FreeBSD.ORG References: <968.011114@maryno.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <968.011114@maryno.net>; from vasily@maryno.net on Wed, Nov 14, 2001 at 01:38:50AM +0300 Lines: 29 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 Wed, Nov 14, 2001 at 01:38:50AM +0300, Vasily wrote: > Hi ALL, > > in the NEW_GENERIC: > device wb0 > (information from dmesg is: wb0 ...) > > after make depend: > ../../pci/if_wb.c:122:miibus_if.h:No such file or directory > mkdep: compile failed > *** Error code 1 > > My version is FreeBSD 4.1 > All sources are installed. > > Where to dig ? It would help if you attached your kernel config file, but I think in this case it's safe to say that you removed device miibus which is required by the wb driver. Add in: device miibus to your kernel and recompile. Should work fine. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message