From owner-freebsd-isdn@FreeBSD.ORG Mon Jun 19 12:19:25 2006 Return-Path: X-Original-To: freebsd-isdn@freebsd.org 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 1630816A479 for ; Mon, 19 Jun 2006 12:19:25 +0000 (UTC) (envelope-from Kai.Krebber@krick.net) Received: from smtp.krick-net.de (smtp.krick-net.de [213.172.115.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9449043D55 for ; Mon, 19 Jun 2006 12:19:17 +0000 (GMT) (envelope-from Kai.Krebber@krick.net) Received: from localhost (localhost [127.0.0.1]) by smtp.krick-net.de (Postfix) with ESMTP id 6F4A9560008 for ; Mon, 19 Jun 2006 14:19:16 +0200 (CEST) Received: from smtp.krick-net.de ([213.172.115.242]) by localhost (smtp [213.172.115.242]) (amavisd-new, port 10024) with ESMTP id 27642-02 for ; Mon, 19 Jun 2006 14:19:09 +0200 (CEST) Received: from skexchange.intern.krick.net (exi-exp2.krick-net.de [213.172.115.241]) by smtp.krick-net.de (Postfix) with ESMTP id 6A922560342 for ; Mon, 19 Jun 2006 14:19:09 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Mon, 19 Jun 2006 14:19:08 +0200 Message-ID: <9E95C5444EC75B46A6969567E9E8BC52A61563@skexchange.intern.krick.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: freebsd-isdn-newbie doesn't know, where to start Thread-Index: AcaTl6Tz3S3BfGerSXOPMDQjTg1DAgAAVQ0w From: "Kai Krebber" To: "Dean Benazic" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krick-net.de Cc: freebsd-isdn@freebsd.org Subject: AW: freebsd-isdn-newbie doesn't know, where to start X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 12:19:25 -0000 Hi, Dean! Thanx for the quick response. I added your lines to the generic and = started compiling. At least now, I got that far. While waiting for 'make' to finish, maybe you (the list in general) can = answer me a few questions: I started following the document for rebuilding the kernel - just in = case! " Change your working directory to /sys/i386/conf. Lets assume for now = that the name of your kernel configuration file is ISDN4BSD (in case you = have never before recompiled your kernel, copy the default kernel = configuration file, GENERIC, to your own configuration file, ISDN4BSD, = and customize it)." OK - did that. Wait a minute. There's already a KERNISDN, the smells = like what I'd like to have... " For FreeBSD >=3D 4.x the driver architecture is changed and as a = result, every supported PCI card has got its own driver. It is not = necessary anymore to specify any option string, just the device = statement must be used. : AVM Fritz!Card PCI (FreeBSD >=3D5.x) device ifpi 1" And further on: "for FreeBSD >=3D 5.0 replace the keyword pseudo-device with the keyword = device in the following examples..." Great! So I changed=20 device ifpi to device ifpi 1 and all pseudo-devices to devices as requested. But running=20 config KERNISDN only got me a=20 config: KERNISDN:282: syntax error which is exactly the first just changed line. Is the document wrong = here? Changing the ifpi-line back to it's original I got the next error with device "i4btrc" 4 Looking into the manpage for config, it doesn't seem that the 4 is a = valid parameter for the device keyword, which would explain the error = message, but then again the documentation would be bogus.. Cheers, Kai -----Urspr=FCngliche Nachricht----- Von: owner-freebsd-isdn@freebsd.org = [mailto:owner-freebsd-isdn@freebsd.org] Im Auftrag von Dean Benazic Gesendet: Montag, 19. Juni 2006 13:57 An: freebsd-isdn@freebsd.org Betreff: Re: freebsd-isdn-newbie doesn't know, where to start On Monday 19 June 2006 13:30, Kai Krebber wrote: > Do I or don't I have to compile a new kernel in 6.0 to use my > Fritz-card? I use this to compile my 6.x kernel with ISDN config. The fritz card = also=20 works. # --- I S D N C O N F I G U R A T I O N = ---------------------------------- device iwic device ihfc device iavc device isic device ifpi device ifpi2 device "i4bq921" device "i4bq931" device "i4b" device "i4btrc" options NI4BTRC=3D4 device "i4bctl" device "i4brbch" options NI4BRBCH=3D4 device "i4btel" options NI4BTEL=3D2 device "i4bipr" options NI4BIPR=3D4 options IPR_VJ options IPR_LOG=3D32 device "i4bisppp" options NI4BISPPP=3D4 #device "i4bing" 2 ### device "i4bdss1" --=20 Dean Benazic www.glasistre.hr www.butiga.com.hr _______________________________________________ freebsd-isdn@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isdn To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@freebsd.org"