From owner-freebsd-isdn@FreeBSD.ORG Thu Mar 3 15:06:49 2005 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C921316A4CE for ; Thu, 3 Mar 2005 15:06:49 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DC0443D60 for ; Thu, 3 Mar 2005 15:06:47 +0000 (GMT) (envelope-from punky@gmx.ch) Received: (qmail invoked by alias); 03 Mar 2005 15:06:46 -0000 Received: from p213.54.72.213.tisdip.tiscali.de (EHLO paranormal.tonn.local) (213.54.72.213) by mail.gmx.net (mp023) with SMTP; 03 Mar 2005 16:06:46 +0100 X-Authenticated: #1975484 Date: Thu, 3 Mar 2005 16:06:32 +0100 From: Johannes Tonn X-Priority: 3 (Normal) Message-ID: <588444010.20050303160632@gmx.ch> To: freebsd-isdn@freebsd.org In-Reply-To: <1109860175.81403.22.camel@marcus> References: <1109860175.81403.22.camel@marcus> User-Agent: Die Fledermaus MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Problems with an AVM B1 card X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 15:06:49 -0000 > today I plugged an AVM B1 card in my box and still have > some problems trying to configure it under FreeBSD 5.3. > For a first quick'n'dirty config I just did a > cat /usr/share/examples/isdn/KERNEL >> MYKERN cat /usr/share/examples/isdn/KERNEL ... example fragment of a kernel config file to include... Put this into your kernel config. It works fine with my AVM B1: device "i4bcapi" device iavc device isic pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 4 pseudo-device "i4bipr" 4 pseudo-device "i4bisppp" 4 Greetings, Johannes