From owner-freebsd-isdn Wed Sep 18 0:40:51 2002 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 E87DE37B401 for ; Wed, 18 Sep 2002 00:40:49 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B3443E7B for ; Wed, 18 Sep 2002 00:40:49 -0700 (PDT) (envelope-from garyj@jennejohn.org) Received: from fwd02.sul.t-online.de by mailout05.sul.t-online.com with smtp id 17rZS3-0005iY-0I; Wed, 18 Sep 2002 09:40:47 +0200 Received: from peedub.jennejohn.org (520017439985-0001@[217.228.221.152]) by fmrl02.sul.t-online.com with esmtp id 17rZRw-1b0yrAC; Wed, 18 Sep 2002 09:40:40 +0200 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.6/8.11.6) with ESMTP id g8I7ebcF018902; Wed, 18 Sep 2002 09:40:38 +0200 (CEST) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200209180740.g8I7ebcF018902@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Till Haselmann Cc: freebsd-isdn@freebsd.org Subject: Re: How do I configure my ISDN card? Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 18 Sep 2002 07:57:29 +0200." <200209180557.g8I5vTX03001@mailgate5.cinetic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Sep 2002 09:40:37 +0200 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Till Haselmann writes: > 1) My ISDN card (AVM Fritz!card PCI) is not configured. I know that the d > river is somewhere on my harddisk but in the manual and docs on FreeBSD.or > g I couldn't find any instructions on how to configure the ISDN interface > correctly. Could someone give me a short outline what I'll have to do or > where to find info on that > First, try wrapping your lines at 70 characters. Do you have the kernel sources under /usr/src/sys ? If not, install them. Then you need a kernel configuration file in /usr/src/sys/i386/conf. You can probably start with GENERIC and modify it to suit your needs. Is this a version 1 or 2 card ? For version 1 add the following line to your kernel config: device ifpi For version 2 similarly add: device "ifpi2" (the quotes are REQUIRED) You then need the standard ISDN entries in your config file, which are described in /usr/share/examples/isdn/KERNEL. You need at least the stuff under ``protocol stack'' and ``control devices''. I recommend browsing the files under /usr/share/examples/isdn. > 2) Very easy question: how do I launch PPP at startup Do I use /etc/rc.c > onf ? If so, what do I need to enter there. > Yes. Look at the ppp_* entries, it should be pretty obvious what you need to do. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message