From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:49:49 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 4F30616A4CE for ; Sun, 28 Nov 2004 07:49:49 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3D343D39 for ; Sun, 28 Nov 2004 07:49:48 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [67.164.4.130] (c-67-164-4-130.client.comcast.net[67.164.4.130]) by comcast.net (sccrmhc12) with ESMTP id <2004112807494701200ii1mce>; Sun, 28 Nov 2004 07:49:48 +0000 Message-ID: <41A9831B.7020105@comcast.net> Date: Sat, 27 Nov 2004 23:49:47 -0800 From: Rem Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en To: krinklyfig@spymac.com References: <41A97DCD.2030204@comcast.net> <200411272342.17462.krinklyfig@spymac.com> In-Reply-To: <200411272342.17462.krinklyfig@spymac.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:49:49 -0000 Joshua Tinnin wrote: On Saturday 27 November 2004 11:27 pm, Rem Roberti [1] 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 No dice. I made the change to the file, uncommenting the device miibus line, and I receive the same error message. Rem References 1. mailto:remegius@comcast.net