From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 00:43:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFC3016A40F for ; Tue, 19 Dec 2006 00:43:56 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415FA43CA7 for ; Tue, 19 Dec 2006 00:43:51 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kBJ0hZP7012661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Dec 2006 16:43:35 -0800 X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu [128.208.5.99]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kBJ0hZ6l005027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Dec 2006 16:43:35 -0800 Message-ID: <458735B7.4040009@u.washington.edu> Date: Mon, 18 Dec 2006 16:43:35 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <63c8e94f0612181528i2f7bda9csa14ca3c462d64e82@mail.gmail.com> In-Reply-To: <63c8e94f0612181528i2f7bda9csa14ca3c462d64e82@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.12.18.162432 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: install kernel failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 00:43:56 -0000 Sam Jones wrote: > I'm trying to build a custom kernel under FreeBSD 6.1. I first tried > to follow section 8.3 of the Handbook and did > > make buildkernel KERNCONF=MYKERNEL > > That didn't work, so I tried updating all of the source and did > > make buildworld > > and then repeated the previous step. That still didn't work. It keeps > giving me the following errors: [...] > The Handbook is no real help on this. I had this working correctly > under FreeBSD 6.0, but I know I used different commands. The Handbook > has changed since then, and it removed those commands. I've included > my kernel configuration file in case it's something wrong with that. > > Thanks, > Sam Sam, You're missing some reference to a wireless card / wireless protocol in your kernel config somewhere. Could you please provide your config at a URL or include relevant sections of your config (wireless card, etc). -Garrett