From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:42:18 2004 Return-Path: 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 6C6E516A4CE for ; Sun, 28 Nov 2004 07:42:18 +0000 (GMT) Received: from smtp803.mail.sc5.yahoo.com (smtp803.mail.sc5.yahoo.com [66.163.168.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 182EC43D1D for ; Sun, 28 Nov 2004 07:42:18 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp803.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 07:42:17 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 27 Nov 2004 23:42:17 -0800 User-Agent: KMail/1.7.1 References: <41A97DCD.2030204@comcast.net> In-Reply-To: <41A97DCD.2030204@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411272342.17462.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:42:18 -0000 On Saturday 27 November 2004 11:27 pm, Rem Roberti wrote: > I sent this message to Joshua back channel, and realized that I should > have also sent it to the group. > > Rem > > ------------------------------------------------------------------------ > > Thanks, Joshua. Here's the requested stuff, starting with the output of > uname -a: > Next, the configuration file itself: > > > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # 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! > #device miibus # MII bus support ^^^^ > device vr # VIA Rhine, Rhine II > Finally, the error message: > ../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory OK, you need to uncomment the device miibus line (marked above). It has to be enabled if you want to enable VIA Rhine support, which you have in your config. - jt