From owner-freebsd-questions@FreeBSD.ORG Sun Nov 5 01:45:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 378C516A40F for ; Sun, 5 Nov 2006 01:45:21 +0000 (UTC) (envelope-from swordsman@csjewell.fastmail.us) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25B943D4C for ; Sun, 5 Nov 2006 01:45:17 +0000 (GMT) (envelope-from swordsman@csjewell.fastmail.us) Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id A4DD5DC03F9; Sat, 4 Nov 2006 20:45:15 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by db2.internal (MEProxy); Sat, 04 Nov 2006 20:45:17 -0500 X-Sasl-enc: XyzoUuCgEHU8qLLD58W/o6+QILzQ+CFXCXwkNF+apORR 1162691116 Received: from [192.168.55.4] (148M15.oasis.mediatti.net [210.233.208.148]) by www.fastmail.fm (Postfix) with ESMTP id 117D7164C0; Sat, 4 Nov 2006 20:45:14 -0500 (EST) Date: Sun, 5 Nov 2006 10:45:03 +0900 (JST) From: Curtis Jewell To: Thomas Lane In-Reply-To: <20061105013024.78147.qmail@web58010.mail.re3.yahoo.com> Message-ID: <20061105103836.A33134@lap.curtisjewell.boldlygoingnowhere.org> References: <20061105013024.78147.qmail@web58010.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Problem compiling kernel under FreeBSD 6.1-RELEASE 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: Sun, 05 Nov 2006 01:45:21 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You need to specify "options NETGRAPH" or delete "device udbp" from your kernel configuration. The second is the more likely option... you probably don't need the udbp driver. - From "man 4 udbp": The udbp driver provides support for host-to-host cables that contain at least two bulk pipes (one for each direction), for example the EzLink cable and the NetChip 1080 chip. It requires netgraph(4) to be available. This can be done either by adding options NETGRAPH to your kernel configuration file, or alterna- tively loading netgraph(4) as a module, either from /boot/loader.conf or from the command line, before the udbp module. - --Curtis On Sat, 4 Nov 2006, Thomas Lane wrote: > Hello, > > I am attempting to recompile my kernel, so I made > a modified version of the GENERIC kernel configuration > (included below), and attempted a recompile. I've > tried both the "Old" and "New" compilation methods > mentioned in the handbook. Both of them die, telling ... - -- Curtis Jewell swordsman@csjewell.fastmail.us "Killed enough? ... Yes, Your Highness, I think we all have." --John Patrick Ryan (from 'The Sum Of All Fears', Tom Clancy) [I use Pine, which deliberately does not display colors and pictures in HTML mail] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTUIfvCi+150VKIMRAq+bAKC2X1U1RMKhUrYMwi3P88iS+T0lEgCfVZmp 5I1v9YJYk6h1yhqC/VyD0rE= =nKEd -----END PGP SIGNATURE-----