From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:54:06 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 DD9B216A422 for ; Thu, 23 Feb 2006 14:54:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF0C43D5F for ; Thu, 23 Feb 2006 14:54:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NErne5026657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 16:53:50 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NErJDT066243; Thu, 23 Feb 2006 16:53:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NErJbu066242; Thu, 23 Feb 2006 16:53:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 16:53:19 +0200 From: Giorgos Keramidas To: Daim Willemse Message-ID: <20060223145319.GA66235@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.368, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: kernel compiling options question 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: Thu, 23 Feb 2006 14:54:07 -0000 On 2006-02-23 15:37, Daim Willemse wrote: > Hello all, > > On my fine FreeBSD 6.0 box I am running a wireless access point. I set up > the interface and bridged it and all worked fine. > > After that I wanted to install ISDN4BSD. Therefor I compliled a new kernel > after adding the ISDN4BSD code. The kernel compiled and it booted. > > However. In the process the bridge if has gone missing. I added the line " > options BRIDGE" to the kernel configuration, but no bridging if. this is > the typical feedback I receive: > > FBSD# ifconfig bridge0 create > ifconfig: SIOCIFCREATE: Invalid argument You're missing something. > What is the difference between the GENERIC kernel configuration and the > stock kernel. What differences makes the bridge if gone missing? None. Show us the kernel configuration file you used to build your kernel.