From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:37:32 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 F12DE16A420 for ; Thu, 23 Feb 2006 14:37:32 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from hotmail.com (bay16-f8.bay16.hotmail.com [65.54.186.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF21043D49 for ; Thu, 23 Feb 2006 14:37:32 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Feb 2006 06:37:32 -0800 Message-ID: Received: from 67.131.237.13 by by16fd.bay16.hotmail.msn.com with HTTP; Thu, 23 Feb 2006 14:37:27 GMT X-Originating-IP: [213.84.212.27] X-Originating-Email: [plz_daim@hotmail.com] X-Sender: plz_daim@hotmail.com From: "Daim Willemse" To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 15:37:27 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 23 Feb 2006 14:37:32.0390 (UTC) FILETIME=[AE132060:01C63886] Subject: 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:37:33 -0000 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 What is the difference between the GENERIC kernel configuration and the stock kernel. What differences makes the bridge if gone missing? Thank you in advance. Daim