From owner-freebsd-isdn Sun Jan 30 8:33:42 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 089CB14C2A for ; Sun, 30 Jan 2000 08:33:36 -0800 (PST) (envelope-from sturm@physik.rwth-aachen.de) Received: from snafu.physik.rwth-aachen.de (IDENT:sturm@s4m045.dialup.RWTH-Aachen.DE [137.226.8.45]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id RAA24223 for ; Sun, 30 Jan 2000 17:33:33 +0100 (MET) Received: (from sturm@localhost) by snafu.physik.rwth-aachen.de (8.9.3/8.9.3) id RAA27012; Sun, 30 Jan 2000 17:33:25 +0100 (CET) Date: Sun, 30 Jan 2000 17:33:25 +0100 (CET) From: Nikolay Sturm To: freebsd-isdn@freebsd.org Subject: i4b-0.9 with OpenBSD 2.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all! I changed all of the patch-files (new offsets), MAKEDEV.i4b (now uses reserved major numbers i.e. +1) and files.i4b (use isppp not sppp because OpenBSD 2.6 knows it already) to apply cleanly to OpenBSD 2.6 (anyone interested in the diffs?) and was able to compile the kernel. But when it comes to linking the kernel i get the following error. Any ideas anyone? ioconf.o: Undefined symbol `_spppattach` referenced from data segment I don't have that much programming skills, so i don't know what to look for here. cheers, Nikolay -- PGP: 2048/BEDC92A1 5D 71 64 79 6C EA 7D 51 4E E7 37 CE 4F 1A 39 26 GPG: 1024D/7825D431 1FBD 4D68 6450 C390 CA04 E4EE 3908 77E1 7825 D431 Wake up and piss, the world is on fire! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 30 10:27:30 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 8E3511512D for ; Sun, 30 Jan 2000 10:27:27 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1401 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sun, 30 Jan 2000 19:27:26 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 0DA603A0C; Sun, 30 Jan 2000 19:27:21 +0100 (MET) Subject: Re: i4b-0.9 with OpenBSD 2.6 In-Reply-To: from Nikolay Sturm at "Jan 30, 0 05:33:25 pm" To: sturm@physik.rwth-aachen.de (Nikolay Sturm) Date: Sun, 30 Jan 2000 19:27:21 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 503 Message-Id: <20000130182721.0DA603A0C@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Nikolay Sturm: > ioconf.o: Undefined symbol `_spppattach` referenced from data segment Something like "pseudo-device sppp" in the kernel config file missing ? hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 30 12:41: 3 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 29DBB14F6E for ; Sun, 30 Jan 2000 12:40:55 -0800 (PST) (envelope-from sturm@physik.rwth-aachen.de) Received: from snafu.physik.rwth-aachen.de (IDENT:root@s3m173.dialup.RWTH-Aachen.DE [137.226.7.173]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id VAA11616 for ; Sun, 30 Jan 2000 21:40:50 +0100 (MET) Received: (from sturm@localhost) by snafu.physik.rwth-aachen.de (8.9.3/8.9.3) id VAA26046; Sun, 30 Jan 2000 21:29:02 +0100 (CET) Date: Sun, 30 Jan 2000 21:29:01 +0100 (CET) From: Nikolay Sturm To: freebsd-isdn@freebsd.org Subject: Re: i4b-0.9 with OpenBSD 2.6 In-Reply-To: <20000130182721.0DA603A0C@hcswork.hcs.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 30 Jan 2000, Hellmuth Michaelis wrote: >> ioconf.o: Undefined symbol `_spppattach` referenced from data segment >Something like "pseudo-device sppp" in the kernel config file missing ? Nope, it was the other way round. With OpenBSD 2.6 you better not include pseudo-device sppp (which comes with the OS). Now the kernel compiles and links fine. With just the teles 16.3 support the kernel even boots. :-) When I get my teles card I'll test if it is working somehow. If my tests are successful, is there any interest in my patch files? bye, Nikolay -- PGP: 2048/BEDC92A1 5D 71 64 79 6C EA 7D 51 4E E7 37 CE 4F 1A 39 26 GPG: 1024D/7825D431 1FBD 4D68 6450 C390 CA04 E4EE 3908 77E1 7825 D431 Wake up and piss, the world is on fire! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 30 13:11:39 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from fep03-svc.mail.telepac.pt (fep03-svc.mail.telepac.pt [194.65.5.202]) by hub.freebsd.org (Postfix) with ESMTP id 85AE514C27 for ; Sun, 30 Jan 2000 13:11:29 -0800 (PST) (envelope-from mcapinha@mail.telepac.pt) Received: from PEGASUS ([194.65.222.163]) by fep03-svc.mail.telepac.pt (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000130211404.PKJP1671.fep03-svc.mail.telepac.pt@PEGASUS> for ; Sun, 30 Jan 2000 21:14:04 +0000 Message-ID: <001701bf6b66$b81fef00$0201a8c0@PEGASUS> From: "Manuel Capinha" To: References: Subject: Re: i4b-0.9 with OpenBSD 2.6 Date: Sun, 30 Jan 2000 21:12:30 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Original Message ----- From: "Nikolay Sturm" To: Sent: Sunday, January 30, 2000 8:29 PM Subject: Re: i4b-0.9 with OpenBSD 2.6 > When I get my teles card I'll test if it is working somehow. If my tests > are successful, is there any interest in my patch files? > > bye, > Hi. I'd like to take a look at those patches. I've got an Asuscom 128 (isa) card which i believe is supported in i4b, and i run OpenBSD 2.6 too. Cheers, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 31 0:14:12 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 47C1D14CA2 for ; Mon, 31 Jan 2000 00:14:06 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1396 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 31 Jan 2000 09:14:05 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id E8A843A00; Mon, 31 Jan 2000 09:14:04 +0100 (MET) Subject: Re: i4b-0.9 with OpenBSD 2.6 In-Reply-To: from Nikolay Sturm at "Jan 30, 0 09:29:01 pm" To: sturm@physik.rwth-aachen.de (Nikolay Sturm) Date: Mon, 31 Jan 2000 09:14:04 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 498 Message-Id: <20000131081404.E8A843A00@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Nikolay Sturm: > When I get my teles card I'll test if it is working somehow. If my tests > are successful, is there any interest in my patch files? Yes! hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 31 0:49: 9 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by hub.freebsd.org (Postfix) with ESMTP id B160C14D0A for ; Mon, 31 Jan 2000 00:49:06 -0800 (PST) (envelope-from r.a.arends@kader.hobby.nl) Received: from pentium2 (pm126.hobby.nl [212.19.199.91]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id JAA14234; Mon, 31 Jan 2000 09:48:51 +0100 (CET) Message-ID: <003101bf6bc7$c07f5ee0$0200000a@arends.hobby.nl> From: "Richard Arends" To: "Nikolay Sturm" , References: Subject: Re: i4b-0.9 with OpenBSD 2.6 Date: Mon, 31 Jan 2000 09:46:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nikolay, > When I get my teles card I'll test if it is working somehow. If my tests > are successful, is there any interest in my patch files? Yes, yes!! Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 31 12:57:43 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by hub.freebsd.org (Postfix) with SMTP id A8DCD14C80 for ; Mon, 31 Jan 2000 12:57:38 -0800 (PST) (envelope-from luiz@nlink.com.br) Received: (qmail 86522 invoked from network); 31 Jan 2000 20:57:18 -0000 Received: from mirage.nlink.com.br (200.249.195.3) by mirage.nlink.com.br with SMTP; 31 Jan 2000 20:57:18 -0000 Date: Mon, 31 Jan 2000 18:57:18 -0200 (EDT) From: Luiz de Barros To: isdn@freebsd.org Subject: Teles S0/16.3c Plug and Play. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is the support for this card ok? My system is not detecting the card. I found at isapnp_isic.c TAG2110 but not TAG2620. I am using FreeBSD 3.4-RELEASE #8 Luiz Vendor ID TAG2620 (0x20262750), Serial Number 0x64572ae6 PnP Version 1.0, Vendor Version 33 Device Description: TELES.S0/16.3c Plug&Play Logical Device ID: TAG2620 0x20262750 #0 Device supports I/O Range Check I/O Range 0x100 .. 0xffe, alignment 0x2, len 0x2 [16-bit addr] IRQ: 3 5 9 10 11 12 15 - only one type (true/edge) Large Vendor Defined Detected Large Vendor Defined Detected End Tag Successfully got 7 resources, 1 logical fdevs -- card select # 0x0001 CSN TAG2620 (0x20262750), Serial Number 0x64572ae6 Logical device #0 IO: 0x0d80 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 5 0 DMA 4 4 IO range check 0x00 activate 0x01 su-2.03# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 31 13: 5:24 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from ms1.meiway.com (ms1.meiway.com [212.73.210.73]) by hub.freebsd.org (Postfix) with ESMTP id A298514DB1 for ; Mon, 31 Jan 2000 13:05:19 -0800 (PST) (envelope-from lenconrad@MEIway.com) Received: from sv [212.73.210.75] by ms1.meiway.com with ESMTP (SMTPD32-5.05) id A9095C9029E; Mon, 31 Jan 2000 22:05:13 +0100 Message-Id: <4.2.2.20000131220049.056ebb40@ms1.MEIway.com> X-Sender: lenconrad@ms1.MEIway.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Mon, 31 Jan 2000 22:03:21 +0100 To: freebsd-isdn@freebsd.org From: Len Conrad Subject: ISDN RAS? In-Reply-To: <19991028064118.CDC1338DB@hcswork.hcs.de> References: <199910272222.AAA67921@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a how-to page somewhere for setting up multi-line, multi-card fbsd machine for RAS? I've looked around to do this with PRI but there doesn't seem to be any PRI cards with FreeBSD support. Thanks, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 31 23:52:27 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 6ADDE3D36 for ; Mon, 31 Jan 2000 23:51:23 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1281 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 1 Feb 2000 08:46:22 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 3D3313A0C; Tue, 1 Feb 2000 08:46:20 +0100 (MET) Subject: Re: Teles S0/16.3c Plug and Play. In-Reply-To: from Luiz de Barros at "Jan 31, 0 06:57:18 pm" To: luiz@nlink.com.br (Luiz de Barros) Date: Tue, 1 Feb 2000 08:46:19 +0100 (MET) Cc: isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 421 Message-Id: <20000201074620.3D3313A0C@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Luiz de Barros: > Is the support for this card ok? This card is unsupported. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 31 23:55:20 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id AC60B3D40 for ; Mon, 31 Jan 2000 23:55:17 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1550 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 1 Feb 2000 08:55:04 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id C89223A00; Tue, 1 Feb 2000 08:55:00 +0100 (MET) Subject: Re: ISDN RAS? In-Reply-To: <4.2.2.20000131220049.056ebb40@ms1.MEIway.com> from Len Conrad at "Jan 31, 0 10:03:21 pm" To: lenconrad@MEIway.com (Len Conrad) Date: Tue, 1 Feb 2000 08:55:00 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 713 Message-Id: <20000201075500.C89223A00@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Len Conrad: > Is there a how-to page somewhere for setting up multi-line, multi-card fbsd > machine for RAS? No. In case RAS = PPP, you should be able to accomplish this with up to three or four of the supported ISDN cards and user ppp. > I've looked around to do this with PRI but there doesn't seem to be any PRI > cards with FreeBSD support. AFAIK this is true. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 1 2:33:57 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from ms1.meiway.com (ms1.meiway.com [212.73.210.73]) by builder.freebsd.org (Postfix) with ESMTP id 639953D96 for ; Tue, 1 Feb 2000 02:33:53 -0800 (PST) Received: from sv [212.73.210.75] by ms1.meiway.com with ESMTP (SMTPD32-5.05) id A6F946C0270; Tue, 01 Feb 2000 11:35:37 +0100 Message-Id: <4.2.2.20000201113015.059af1b0@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 01 Feb 2000 11:33:39 +0100 To: freebsd-isdn@freebsd.org From: Len Conrad Subject: Re: ISDN RAS? In-Reply-To: <20000201075500.C89223A00@hcswork.hcs.de> References: <4.2.2.20000131220049.056ebb40@ms1.MEIway.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Helmuth, I've been through the 3.4R LINT file, I can't see any mention of multi-line ISDN cards, say 2 or 4 lines. Is there such a card? For our "FreeBSD ISDN RAS/ppp" project, what card would you recommend? PCI? active card? note: we are in France. Thanks, Len ============== > >From the keyboard of Len Conrad: > > > Is there a how-to page somewhere for setting up multi-line, multi-card > fbsd > > machine for RAS? > >No. In case RAS = PPP, you should be able to accomplish this with up to three >or four of the supported ISDN cards and user ppp. > > > I've looked around to do this with PRI but there doesn't seem to be any > PRI > > cards with FreeBSD support. > >AFAIK this is true. > >hellmuth >-- >Hellmuth Michaelis Tel +49 40 559747-70 >HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 >Oldesloer Strasse 97-99 Mail hm [at] hcs.de >22457 Hamburg WWW http://www.hcs.de > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isdn" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 1 7:49:50 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by builder.freebsd.org (Postfix) with ESMTP id 750873DEE for ; Tue, 1 Feb 2000 07:49:40 -0800 (PST) Received: from mailstore.ppp.net (pop3.ppp.net [212.18.80.90]) by mail.ppp.net (8.8.8/8.8.8) with ESMTP id QAA15220; Tue, 1 Feb 2000 16:49:27 +0100 Received: (from uucp@localhost) by mailstore.ppp.net (8.9.3/8.9.3/Debian/GNU) with UUCP id QAA19439; Tue, 1 Feb 2000 16:43:58 +0100 Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id 64BB952A98; Tue, 1 Feb 2000 16:43:54 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id EFA7B17FA; Tue, 1 Feb 2000 16:45:12 +0100 (CET) Subject: Re: ISDN RAS? In-Reply-To: <4.2.2.20000201113015.059af1b0@mail.Go2France.com> from Len Conrad at "Feb 1, 2000 11:33:39 am" To: lconrad@Go2France.com (Len Conrad) Date: Tue, 1 Feb 2000 16:45:12 +0100 (CET) Cc: freebsd-isdn@FreeBSD.ORG Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20000201154512.EFA7B17FA@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Len Conrad wrote: > I've been through the 3.4R LINT file, I can't see any mention of multi-line > ISDN cards, say 2 or 4 lines. Is there such a card? Yes, such cards are available but are not supported. > For our "FreeBSD ISDN RAS/ppp" project, what card would you > recommend? PCI? active card? Active cards are not supported in i4b. Without knowing more, i would buy AVM Fritz!Card classics or ELSA PCI cards but YMMV. hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 1 14:56:23 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from postfix2.free.fr (postfix2.free.fr [212.27.32.74]) by builder.freebsd.org (Postfix) with ESMTP id 61FFE3FB1 for ; Tue, 1 Feb 2000 14:56:19 -0800 (PST) Received: from free.fr (unknown [213.228.28.208]) by postfix2.free.fr (Postfix) with ESMTP id 6A2207459B for ; Tue, 1 Feb 2000 23:56:02 +0100 (MET) Received: (from nsouch@localhost) by free.fr (8.9.3/8.9.3) id XAA00949; Tue, 1 Feb 2000 23:59:57 +0100 (CET) (envelope-from nsouch) Message-ID: <20000201235957.64168@armor.free.fr> Date: Tue, 1 Feb 2000 23:59:57 +0100 From: Nicolas Souchu To: freebsd-isdn@freebsd.org Subject: Port of USR to newbus in progress? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e X-Operating-System: FreeBSD armor 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm looking forward the port of the USR isic driver? Any prediction? -- nsouch@free.fr / nsouch@freebsd.org FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 2 0:56:11 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from cs.Technion.AC.IL (csa.cs.technion.ac.il [132.68.32.1]) by builder.freebsd.org (Postfix) with ESMTP id 570113E3D for ; Wed, 2 Feb 2000 00:56:07 -0800 (PST) Received: from csd.cs.technion.ac.il (csd.cs.technion.ac.il [132.68.32.8]) by cs.Technion.AC.IL (8.9.0/8.9.0) with ESMTP id KAA25165 for ; Wed, 2 Feb 2000 10:56:07 +0200 (IST) Received: from localhost (nadav@localhost) by csd.cs.technion.ac.il (8.9.3/8.9.0) with SMTP id KAA12397 for ; Wed, 2 Feb 2000 10:56:05 +0200 (IST) X-Authentication-Warning: csd.cs.technion.ac.il: nadav owned process doing -bs Date: Wed, 2 Feb 2000 10:56:04 +0200 (IST) From: Nadav Eiron X-Sender: nadav@csd To: freebsd-isdn@freebsd.org Subject: Progress on Teles 16.3C support? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Browsing through the archives, I saw some people mention work being done to support the Teles 16.3C ISDN cards. Is there any code that may be used, or an estimation of when such code will be available? I don't personaly have access to the card (it's my supervisor's home machine), so I can't really help in coding, but I guess we can test beta code, etc. TIA, Nadav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 2 22: 1: 0 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from golf.dax.net (golf.dax.net [193.216.69.103]) by builder.freebsd.org (Postfix) with ESMTP id D0A2943F2 for ; Wed, 2 Feb 2000 22:00:03 -0800 (PST) Received: from c2i.net (mp-217-205-120.daxnet.no [193.217.205.120] (may be forged)) by golf.dax.net (8.9.3/8.9.3) with ESMTP id HAA07317 for ; Thu, 3 Feb 2000 07:01:32 +0100 (MET) Message-ID: <38991A60.B6752518@c2i.net> Date: Thu, 03 Feb 2000 07:04:16 +0100 From: Hans Petter Selasky Reply-To: Hans Petter Selasky Organization: None X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: no,en,de MIME-Version: 1.0 To: freebsd-isdn@FreeBSD.ORG Subject: Re: Progress on Teles 16.3C support? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm working on a driver for this card. Unfortunately I haven't got so much time due to school / studies, so a driver release will not be there for some time yet. I can't give out any date, but I hope to finish this year. The code is very functional, but there are some issues left. In general:: - Finish design of transperant software-based hdlc engine - Add newbus support / make compatible with 4.0 - Add some timeout stuff. In short: The reason for delaying is I want overcome the hdlc-package-size limit on this card. Overcoming this limit gives a higher transfer rate (the way I see it). Hope this gives the answer to your question. Nadav Eiron wrote: > Hi, > > Browsing through the archives, I saw some people mention work being done > to support the Teles 16.3C ISDN cards. Is there any code that may be used, > or an estimation of when such code will be available? > > I don't personaly have access to the card (it's my supervisor's home > machine), so I can't really help in coding, but I guess we can test beta > code, etc. > > TIA, > Nadav > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message -- Hans Petter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 3 8:28:29 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id 7BF98405E for ; Thu, 3 Feb 2000 08:28:26 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id RAA04189 for ; Thu, 3 Feb 2000 17:28:19 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id RAA03924 for freebsd-isdn@FreeBSD.ORG; Thu, 3 Feb 2000 17:28:13 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id RAA01155 for ; Thu, 3 Feb 2000 17:27:22 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id RAA00252 for freebsd-isdn@FreeBSD.ORG; Thu, 3 Feb 2000 17:27:22 +0100 (MET) Message-Id: <200002031627.RAA00252@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Thu, 3 Feb 2000 17:27:21 +0100 To: freebsd-isdn@FreeBSD.ORG Subject: still crashing :-( Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, after I have recompiled my kernel after Hellmuths last mail (I removed the kernel-compile directory before 'config') My server crashed again today. I use NetBSD 1.4.1, the isp and the tel devices. Is there a patch against this? --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 3 8:48:46 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id 6FAF040A6 for ; Thu, 3 Feb 2000 08:48:42 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id RAA04323 for ; Thu, 3 Feb 2000 17:48:45 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id RAA04225 for freebsd-isdn@FreeBSD.ORG; Thu, 3 Feb 2000 17:48:40 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id RAA01486 for ; Thu, 3 Feb 2000 17:48:14 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id RAA00264 for freebsd-isdn@FreeBSD.ORG; Thu, 3 Feb 2000 17:48:14 +0100 (MET) Message-Id: <200002031648.RAA00264@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Thu, 3 Feb 2000 17:48:14 +0100 To: ISDN-List Subject: dmesg contains empty lines Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again, when I type dmesg, I get: (.....) RAIDFRAME: Configure (RAID Level 0): total number of sectors is 17029376 (8315 MB) RAIDFRAME(RAID Level 0): Using 6 floating recon bufs with no head sep limit de0: enabling AUI port i4b: unit 0, assigned TEI = 67 = 0x43 alice# Do you notice the "\n"'s? I guess that i4b writes them somewhere. The longer the machine is up, the more lines you get... --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 3 13:18:14 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 245E54309 for ; Thu, 3 Feb 2000 13:18:10 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA01158; Thu, 3 Feb 2000 22:14:40 +0100 (CET) Message-Id: <200002032114.WAA01158@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: David Wetzel Cc: ISDN-List Subject: Re: dmesg contains empty lines Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 03 Feb 2000 17:48:14 +0100." <200002031648.RAA00264@cat.turbocat.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Feb 2000 22:14:40 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Wetzel writes: >Hi again, > >when I type dmesg, I get: > >(.....) >RAIDFRAME: Configure (RAID Level 0): total number of sectors is 17029376 (8315 > MB) >RAIDFRAME(RAID Level 0): Using 6 floating recon bufs with no head sep limit >de0: enabling AUI port >i4b: unit 0, assigned TEI = 67 = 0x43 > > > > > > > > >alice# > >Do you notice the "\n"'s? I guess that i4b writes them somewhere. The longer >the machine is up, the more lines you get... > Does this mean it's working now, in spite of your earlier mail (machine crashes) ? Must be NetBSD specific. I never see this under FreeBSD. Are you certain that it's coming from i4b ? Or, maybe I should ask, _why_ do you think that i4b is the source ? --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 4 4:47:14 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id D6424416F for ; Fri, 4 Feb 2000 04:46:00 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id NAA20763; Fri, 4 Feb 2000 13:46:10 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id NAA23880; Fri, 4 Feb 2000 13:46:07 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id NAA20234; Fri, 4 Feb 2000 13:36:40 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id NAA00262; Fri, 4 Feb 2000 13:36:39 +0100 (MET) Message-Id: <200002041236.NAA00262@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Fri, 4 Feb 2000 13:36:39 +0100 To: Gary Jennejohn Subject: Re: dmesg contains empty lines Cc: ISDN-List References: <200002032114.WAA01158@peedub.muc.de> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: Gary Jennejohn > Does this mean it's working now, in spite of your earlier mail (machine > crashes) ? uptime is now 1:31PM up 21 hrs, 1 user, load averages: 0.46, 0.84, 0.92 but I did not change the kernel since the last crash. The machine stays up for some days and crashes some days later. > Must be NetBSD specific. I never see this under FreeBSD. Are you certain > that it's coming from i4b ? Or, maybe I should ask, _why_ do you think > that i4b is the source ? Because that never happend before I used my AVM card. I used an external TA for my internet. I am running NetBSD 1.4.1 since some days after it was released and never got that empty dmesg lines. --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 4 12:40:43 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 702113D94 for ; Fri, 4 Feb 2000 12:40:22 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA02179 for ; Fri, 4 Feb 2000 21:38:42 +0100 (CET) Message-Id: <200002042038.VAA02179@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: freebsd-isdn@freebsd.org Subject: newbus-ified USR Sportster TA driver From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 Feb 2000 21:38:41 +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK, I have said driver for *FreeBSD-current* sort of working. I say "sort of working", because the card I have has a defective ISAC and I can't fully test the driver. Probe and attach work OK and isdnd finds and tries to use the card. Except for probe and attach the driver is pretty much the same as the old one, so I expect it to work. Those of you who have this card - PLEASE TEST !!! Appended is the required patch. Change into /sys and apply it, generate a new kernel and try it out. Feedback is required so that Hellmuth can commit this thing. ================================= PATCH ============================== --- isa/isavar.h.orig Wed Feb 2 17:01:04 2000 +++ isa/isavar.h Fri Feb 4 10:47:07 2000 @@ -49,7 +49,7 @@ #define ISA_ORDER_SPECULATIVE 1 /* legacy non-sensitive hardware */ #define ISA_ORDER_PNP 2 /* plug-and-play hardware */ -#define ISA_NPORT 32 +#define ISA_NPORT 50 #define ISA_NMEM 8 #define ISA_NIRQ 2 #define ISA_NDRQ 2 --- i4b/layer1/i4b_usr_sti.c.orig Wed Feb 2 11:09:13 2000 +++ i4b/layer1/i4b_usr_sti.c Fri Feb 4 10:51:38 2000 @@ -54,6 +54,10 @@ #ifdef __FreeBSD__ #include #include +#include +#include +#include +#include #else #include #include @@ -92,92 +96,291 @@ #ifdef __FreeBSD__ +/* prototypes */ +int isic_probe_usrtai __P((device_t)); +int isic_attach_usrtai __P((device_t)); + #define ADDR(reg) \ (((reg/4) * 1024) + ((reg%4) * 2)) +#ifdef USRTA_DEBUG_PORTACCESS +int debugcntr; +#define USRTA_DEBUG(fmt) \ + if (++debugcntr < 1000) printf fmt; +#else +#define USRTA_DEBUG(fmt) +#endif + /*---------------------------------------------------------------------------* * USRobotics read fifo routine *---------------------------------------------------------------------------*/ static void -usrtai_read_fifo(void *buf, const void *base, size_t len) +usrtai_read_fifo(struct l1_softc *sc, int what, void *buf, size_t size) { register int offset = 0; + register unsigned int base = 0; + +USRTA_DEBUG(("usrtai_read_fifo: what %d size %d\n", what, size)) + switch (what) + { + case ISIC_WHAT_ISAC: + base = (unsigned int)ISAC_BASE; + break; + case ISIC_WHAT_HSCXA: + base = (unsigned int)HSCX_A_BASE; + break; + case ISIC_WHAT_HSCXB: + base = (unsigned int)HSCX_B_BASE; + break; + default: + printf("usrtai_read_fifo: invalid what %d\n", what); + return; + } - for(;len > 0; len--, offset++) - *((u_char *)buf + offset) = inb((int)base + ADDR(offset)); + for(;size > 0; size--, offset++) + { + *((u_char *)buf + offset) = inb(base + ADDR(offset)); + } } /*---------------------------------------------------------------------------* * USRobotics write fifo routine *---------------------------------------------------------------------------*/ static void -usrtai_write_fifo(void *base, const void *buf, size_t len) +usrtai_write_fifo(struct l1_softc *sc, int what, void *data, size_t size) { register int offset = 0; + register unsigned int base = 0; + +USRTA_DEBUG(("usrtai_write_fifo: what %d size %d\n", what, size)) + switch (what) + { + case ISIC_WHAT_ISAC: + base = (unsigned int)ISAC_BASE; + break; + case ISIC_WHAT_HSCXA: + base = (unsigned int)HSCX_A_BASE; + break; + case ISIC_WHAT_HSCXB: + base = (unsigned int)HSCX_B_BASE; + break; + default: + printf("usrtai_write_fifo: invalid what %d\n", what); + return; + } + - for(;len > 0; len--, offset++) - outb((int)base + ADDR(offset), *((u_char *)buf + offset)); + for(;size > 0; size--, offset++) + { + outb(base + ADDR(offset), *((u_char *)data + offset)); + } } /*---------------------------------------------------------------------------* * USRobotics write register routine *---------------------------------------------------------------------------*/ static void -usrtai_write_reg(u_char *base, u_int offset, u_int v) +usrtai_write_reg(struct l1_softc *sc, int what, bus_size_t offs, u_int8_t data) { - outb((int)base + ADDR(offset), (u_char)v); + register unsigned int base = 0; + +USRTA_DEBUG(("usrtai_write_reg: what %d ADDR(%d) %d data %#x\n", what, offs, ADDR(offs), data)) + switch (what) + { + case ISIC_WHAT_ISAC: + base = (unsigned int)ISAC_BASE; + break; + case ISIC_WHAT_HSCXA: + base = (unsigned int)HSCX_A_BASE; + break; + case ISIC_WHAT_HSCXB: + base = (unsigned int)HSCX_B_BASE; + break; + default: + printf("usrtai_write_reg invalid what %d\n", what); + return; + } + + outb(base + ADDR(offs), (u_char)data); } /*---------------------------------------------------------------------------* * USRobotics read register routine *---------------------------------------------------------------------------*/ -static u_char -usrtai_read_reg(u_char *base, u_int offset) +static u_int8_t +usrtai_read_reg(struct l1_softc *sc, int what, bus_size_t offs) { - return(inb((int)base + ADDR(offset))); + register unsigned int base = 0; + u_int8_t byte; + +USRTA_DEBUG(("usrtai_read_reg: what %d ADDR(%d) %d..", what, offs, ADDR(offs))) + switch (what) + { + case ISIC_WHAT_ISAC: + base = (unsigned int)ISAC_BASE; + break; + case ISIC_WHAT_HSCXA: + base = (unsigned int)HSCX_A_BASE; + break; + case ISIC_WHAT_HSCXB: + base = (unsigned int)HSCX_B_BASE; + break; + default: + printf("usrtai_read_reg: invalid what %d\n", what); + return(0); + } + + byte = inb(base + ADDR(offs)); +USRTA_DEBUG(("usrtai_read_reg: got %#x\n", byte)) + return(byte); +} + +/*---------------------------------------------------------------------------* + * allocate an io port - based on code in isa_isic.c + *---------------------------------------------------------------------------*/ +static int +usrtai_alloc_port(device_t dev) +{ + size_t unit = device_get_unit(dev); + struct l1_softc *sc = &l1_sc[unit]; + int i, num = 0; + bus_size_t base; + + /* 49 io mappings: 1 config and 48x8 registers */ + + /* config at offset 0x8000 */ + base = sc->sc_port + 0x8000; + if (base < 0 || base > 0x0ffff) + return 1; + sc->sc_resources.io_rid[num] = num; + + bus_set_resource(dev, SYS_RES_IOPORT, num, base, 1); + + if(!(sc->sc_resources.io_base[num] = + bus_alloc_resource(dev, SYS_RES_IOPORT, + &sc->sc_resources.io_rid[num], + 0ul, ~0ul, 1, RF_ACTIVE))) + { + printf("isic%d: Error, failed to reserve io #%dport %#x!\n", unit, num, base); + isic_detach_common(dev); + return(ENXIO); + } + num++; + + /* HSCX A at offset 0 */ + base = sc->sc_port; + for (i = 0; i < 16; i++) { + if (base+i*1024 < 0 || base+i*1024+8 > 0x0ffff) + return 1; + sc->sc_resources.io_rid[num] = num; + + bus_set_resource(dev, SYS_RES_IOPORT, num, base+i*1024, 8); + + if(!(sc->sc_resources.io_base[num] = + bus_alloc_resource(dev, SYS_RES_IOPORT, + &sc->sc_resources.io_rid[num], + 0ul, ~0ul, 1, RF_ACTIVE))) + { + printf("isic%d: Error, failed to reserve io #%d port %#x!\n", unit, num, base+i*1024); + isic_detach_common(dev); + return(ENXIO); + } + ++num; + } + + /* HSCX B at offset 0x4000 */ + base = sc->sc_port + 0x4000; + for (i = 0; i < 16; i++) { + if (base+i*1024 < 0 || base+i*1024+8 > 0x0ffff) + return 1; + sc->sc_resources.io_rid[num] = num; + + bus_set_resource(dev, SYS_RES_IOPORT, num, base+i*1024, 8); + + if(!(sc->sc_resources.io_base[num] = + bus_alloc_resource(dev, SYS_RES_IOPORT, + &sc->sc_resources.io_rid[num], + 0ul, ~0ul, 1, RF_ACTIVE))) + { + printf("isic%d: Error, failed to reserve io #%d port %#x!\n", unit, num, base+i*1024); + isic_detach_common(dev); + return(ENXIO); + } + ++num; + } + + /* ISAC at offset 0xc000 */ + base = sc->sc_port + 0xc000; + for (i = 0; i < 16; i++) { + if (base+i*1024 < 0 || base+i*1024+8 > 0x0ffff) + return 1; + sc->sc_resources.io_rid[num] = num; + + bus_set_resource(dev, SYS_RES_IOPORT, num, base+i*1024, 8); + + if(!(sc->sc_resources.io_base[num] = + bus_alloc_resource(dev, SYS_RES_IOPORT, + &sc->sc_resources.io_rid[num], + 0ul, ~0ul, 1, RF_ACTIVE))) + { + printf("isic%d: Error, failed to reserve io #%d port %#x!\n", unit, num, base+i*1024); + isic_detach_common(dev); + return(ENXIO); + } + ++num; + } + + return(0); } /*---------------------------------------------------------------------------* * isic_probe_usrtai - probe for USR *---------------------------------------------------------------------------*/ int -isic_probe_usrtai(struct isa_device *dev) +isic_probe_usrtai(device_t dev) { - struct isic_softc *sc = &isic_sc[dev->id_unit]; - - /* check max unit range */ - - if(dev->id_unit >= ISIC_MAXUNIT) - { - printf("isic%d: Error, unit %d >= MAXUNIT for USR Sportster TA!\n", - dev->id_unit, dev->id_unit); - return(0); - } - sc->sc_unit = dev->id_unit; + size_t unit = device_get_unit(dev); /* get unit */ + struct l1_softc *sc = 0; /* pointer to softc */ + void *ih = 0; /* dummy */ - /* check IRQ validity */ + /* check max unit range */ - if((intr_no[ffs(dev->id_irq) - 1]) == 0) + if(unit >= ISIC_MAXUNIT) { - printf("isic%d: Error, invalid IRQ [%d] specified for USR Sportster TA!\n", - dev->id_unit, (ffs(dev->id_irq))-1); - return(0); + printf("isic%d: Error, unit %d >= ISIC_MAXUNIT for USR Sportster TA!\n", + unit, unit); + return(ENXIO); } - sc->sc_irq = dev->id_irq; - - /* check if memory addr specified */ - if(dev->id_maddr) + sc = &l1_sc[unit]; /* get pointer to softc */ + sc->sc_unit = unit; /* set unit */ + sc->sc_flags = FLAG_USR_ISDN_TA_INT; /* set flags */ + + /* see if an io base was supplied */ + + if(!(sc->sc_resources.io_base[0] = + bus_alloc_resource(dev, SYS_RES_IOPORT, + &sc->sc_resources.io_rid[0], + 0ul, ~0ul, 1, RF_ACTIVE))) { - printf("isic%d: Error, mem addr 0x%lx specified for USR Sportster TA!\n", - dev->id_unit, (u_long)dev->id_maddr); - return(0); + printf("isic%d: Could not get iobase for USR Sportster TA!\n", + unit); + return(ENXIO); } - dev->id_msize = 0; + + /* set io base */ + + sc->sc_port = rman_get_start(sc->sc_resources.io_base[0]); + + /* release io base */ + bus_release_resource(dev, SYS_RES_IOPORT, sc->sc_resources.io_rid[0], + sc->sc_resources.io_base[0]); + + /* check if we got an iobase */ - switch(dev->id_iobase) + switch(sc->sc_port) { case 0x200: case 0x208: @@ -199,12 +402,49 @@ default: printf("isic%d: Error, invalid iobase 0x%x specified for USR Sportster TA!\n", - dev->id_unit, dev->id_iobase); + unit, sc->sc_port); return(0); break; } - sc->sc_port = dev->id_iobase; - + + /* allocate all the ports needed */ + + if(usrtai_alloc_port(dev)) + { + printf("isic%d: Could not get the ports for USR Sportster TA!\n", unit); + isic_detach_common(dev); + return(ENXIO); + } + + /* get our irq */ + + if(!(sc->sc_resources.irq = + bus_alloc_resource(dev, SYS_RES_IRQ, + &sc->sc_resources.irq_rid, + 0ul, ~0ul, 1, RF_ACTIVE))) + { + printf("isic%d: Could not get an irq for USR Sportster TA!\n",unit); + isic_detach_common(dev); + return ENXIO; + } + + /* get the irq number */ + sc->sc_irq = rman_get_start(sc->sc_resources.irq); + + /* register interrupt routine */ + bus_setup_intr(dev, sc->sc_resources.irq, INTR_TYPE_NET, + (void(*)(void *))(isicintr), + sc, &ih); + + /* check IRQ validity */ + + if(intr_no[sc->sc_irq] == 0) + { + printf("isic%d: Error, invalid IRQ [%d] specified for USR Sportster TA!\n", + unit, sc->sc_irq); + return(1); + } + /* setup ISAC access routines */ sc->clearirq = NULL; @@ -227,9 +467,9 @@ /* setup ISAC and HSCX base addr */ - ISAC_BASE = (caddr_t)dev->id_iobase + USR_ISAC_OFF; - HSCX_A_BASE = (caddr_t)dev->id_iobase + USR_HSCXA_OFF; - HSCX_B_BASE = (caddr_t)dev->id_iobase + USR_HSCXB_OFF; + ISAC_BASE = (caddr_t)sc->sc_port + USR_ISAC_OFF; + HSCX_A_BASE = (caddr_t)sc->sc_port + USR_HSCXA_OFF; + HSCX_B_BASE = (caddr_t)sc->sc_port + USR_HSCXB_OFF; /* * Read HSCX A/B VSTR. Expected value for USR Sportster TA based @@ -240,48 +480,52 @@ ((HSCX_READ(1, H_VSTR) & 0xf) != 0x5) ) { printf("isic%d: HSCX VSTR test failed for USR Sportster TA\n", - dev->id_unit); + unit); printf("isic%d: HSC0: VSTR: %#x\n", - dev->id_unit, HSCX_READ(0, H_VSTR)); + unit, HSCX_READ(0, H_VSTR)); printf("isic%d: HSC1: VSTR: %#x\n", - dev->id_unit, HSCX_READ(1, H_VSTR)); - return (0); + unit, HSCX_READ(1, H_VSTR)); + return (1); } - return (1); + return (0); } /*---------------------------------------------------------------------------* * isic_attach_usrtai - attach USR *---------------------------------------------------------------------------*/ int -isic_attach_usrtai(struct isa_device *dev) +isic_attach_usrtai(device_t dev) { u_char irq = 0; + size_t unit = device_get_unit(dev); /* get unit */ + struct l1_softc *sc = 0; /* pointer to softc */ + sc = &l1_sc[unit]; /* get pointer to softc */ + /* reset the HSCX and ISAC chips */ - outb(dev->id_iobase + USR_INTL_OFF, USR_RES_BIT); + outb(sc->sc_port + USR_INTL_OFF, USR_RES_BIT); DELAY(SEC_DELAY / 10); - outb(dev->id_iobase + USR_INTL_OFF, 0x00); + outb(sc->sc_port + USR_INTL_OFF, 0x00); DELAY(SEC_DELAY / 10); /* setup IRQ */ - if((irq = intr_no[ffs(dev->id_irq) - 1]) == 0) + if((irq = intr_no[sc->sc_irq]) == 0) { printf("isic%d: Attach error, invalid IRQ [%d] specified for USR Sportster TA!\n", - dev->id_unit, ffs(dev->id_irq)-1); - return(0); + unit, sc->sc_irq); + return(1); } /* configure and enable irq */ - outb(dev->id_iobase + USR_INTL_OFF, irq | USR_INTE_BIT); + outb(sc->sc_port + USR_INTL_OFF, irq | USR_INTE_BIT); DELAY(SEC_DELAY / 10); - return (1); + return (0); } #else /* end of FreeBSD, start NetBSD */ --- conf/files.i386.orig Fri Feb 4 21:28:22 2000 +++ conf/files.i386 Fri Feb 4 21:28:34 2000 @@ -383,7 +383,7 @@ i4b/layer1/i4b_tel_s016.c optional isic i4b/layer1/i4b_tel_s0163.c optional isic i4b/layer1/i4b_tel_s08.c optional isic -#i4b/layer1/i4b_usr_sti.c optional isic +i4b/layer1/i4b_usr_sti.c optional isic isa/atkbd_isa.c optional atkbd isa/atkbdc_isa.c optional atkbdc isa/ppc.c optional ppc -------- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 4 12:41: 2 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 1BE9B4522 for ; Fri, 4 Feb 2000 12:40:55 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA02167; Fri, 4 Feb 2000 21:38:17 +0100 (CET) Message-Id: <200002042038.VAA02167@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: David Wetzel Cc: Gary Jennejohn , ISDN-List Subject: Re: dmesg contains empty lines Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 04 Feb 2000 13:36:39 +0100." <200002041236.NAA00262@cat.turbocat.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 Feb 2000 21:38:17 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Wetzel writes: >> From: Gary Jennejohn > >> Does this mean it's working now, in spite of your earlier mail (machine >> crashes) ? > >uptime is now > 1:31PM up 21 hrs, 1 user, load averages: 0.46, 0.84, 0.92 > >but I did not change the kernel since the last crash. The machine stays up >for some days and crashes some days later. > Ah, I see. Well, I can only comment that your mail reporting the crash contained 0 useful information. Can't do much with problem reports like that (and I can't do anything anyway, since I don't use NetBSD). >> Must be NetBSD specific. I never see this under FreeBSD. Are you certain >> that it's coming from i4b ? Or, maybe I should ask, _why_ do you think >> that i4b is the source ? > >Because that never happend before I used my AVM card. I used an external TA >for my internet. I am running NetBSD 1.4.1 since some days after it was >released and never got that empty dmesg lines. > Well, I'm using the same card and I never see the reported phenomenon. And I can find no place in the i4b code which merely prints a newline. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 5 10:35:31 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from postfix2.free.fr (postfix2.free.fr [212.27.32.74]) by builder.freebsd.org (Postfix) with ESMTP id B23C64602 for ; Sat, 5 Feb 2000 10:35:29 -0800 (PST) Received: from free.fr (paris11-nas1-40-91.dial.proxad.net [212.27.40.91]) by postfix2.free.fr (Postfix) with ESMTP id 636A774090 for ; Sat, 5 Feb 2000 19:35:56 +0100 (MET) Received: (from nsouch@localhost) by free.fr (8.9.3/8.9.3) id UAA00932; Sat, 5 Feb 2000 20:43:46 +0100 (CET) (envelope-from nsouch) Message-ID: <20000205204346.36897@breizh.free.fr> Date: Sat, 5 Feb 2000 20:43:46 +0100 From: Nicolas Souchu To: freebsd-isdn@freebsd.org Subject: USR port to newbus Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e X-Operating-System: FreeBSD breizh 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the patch. After applying the patch on current I get version mismatch: kernel is 90, isdnd is 83. Actually, since I was unable to run i4b recently on -current (USR port was missing), I don't know if this is due to the patch or not. Note that my -current build is a bit old, Jan 27 but nothing seem to have been commited since this date in usr.sbin/i4b. Nicholas -- nsouch@free.fr / nsouch@freebsd.org FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 5 13:24: 7 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 7AEDB464A for ; Sat, 5 Feb 2000 13:23:54 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA00838; Sat, 5 Feb 2000 21:57:37 +0100 (CET) Message-Id: <200002052057.VAA00838@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Nicolas Souchu Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: USR port to newbus Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 05 Feb 2000 20:43:46 +0100." <20000205204346.36897@breizh.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 05 Feb 2000 21:57:37 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nicolas Souchu writes: >Thanks for the patch. > >After applying the patch on current I get version mismatch: >kernel is 90, isdnd is 83. Actually, since I was unable to run i4b >recently on -current (USR port was missing), I don't know if this is >due to the patch or not. > >Note that my -current build is a bit old, Jan 27 but nothing seem to >have been commited since this date in usr.sbin/i4b. > I greatly doubt that the problem is due to the patch, since it's against the sources in -current. And the place where the version is defined isn't touched by the patch. I suggest that you're running a mix of new kernel and old isdnd. Or you have old header files in your tree. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 6 15:43:58 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from rzdspc1.informatik.uni-hamburg.de (rzdspc1.informatik.uni-hamburg.de [134.100.9.61]) by builder.freebsd.org (Postfix) with ESMTP id 1B83F3E51; Sun, 6 Feb 2000 15:43:50 -0800 (PST) Received: from rzdspc3.informatik.uni-hamburg.de (9kedenbu@rzdspc3.informatik.uni-hamburg.de [134.100.8.63]) by rzdspc1.informatik.uni-hamburg.de (8.9.3/8.9.3) with ESMTP id AAA26012; Mon, 7 Feb 2000 00:44:22 +0100 (MET) Received: (from 9kedenbu@localhost) by rzdspc3.informatik.uni-hamburg.de (8.9.3/8.9.3) id AAA18694; Mon, 7 Feb 2000 00:44:21 +0100 (MET) Date: Mon, 7 Feb 2000 00:44:21 +0100 From: Gunnar Kedenburg <9kedenbu@informatik.uni-hamburg.de> To: freebsd-isdn@freebsd.org, hm@freebsd.org Subject: teles 16.3 pnp errors Message-ID: <20000207004420.A18658@informatik.uni-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There seems to be a problem with the teles 16.3 pnp driver. below is an extract of my logfile, beginning with booting, until the problem occurs. i deleted every line that has nothing to do with pnp or isdn. i also left in the devclass_alloc_unit errors, becaues i don't know if they are harmless or not. Feb 6 11:31:04 ozone /kernel: isab0: at device 7.0 on pci0 Feb 6 11:31:04 ozone /kernel: isa0: on isab0 Feb 6 11:31:04 ozone /kernel: isa0: unexpected tag 16 Feb 6 11:31:04 ozone last message repeated 3 times Feb 6 11:31:04 ozone /kernel: devclass_alloc_unit: npx0 already exists, using next available unit number Feb 6 11:31:04 ozone /kernel: devclass_alloc_unit: apm0 already exists, using next available unit number Feb 6 11:31:04 ozone /kernel: unknown: can't assign resources Feb 6 11:31:04 ozone /kernel: unknown0: at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 on isa0 Feb 6 11:31:05 ozone /kernel: unknown1: at port 0x40-0x43 irq 0 on isa0 Feb 6 11:31:05 ozone /kernel: unknown2: at port 0x70-0x71 irq 8 on isa0 Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown3: at port 0xf0-0xff irq 13 on isa0 Feb 6 11:31:05 ozone /kernel: unknown4: at iomem 0-0x9ffff,0xfffe0000-0xffffffff,0x100000-0x3ffffff on isa0 Feb 6 11:31:05 ozone /kernel: unknown5: at iomem 0xf0000-0xf3fff,0xf4000-0xf7fff,0xf8000-0xfffff,0xc8200-0xcbfff on isa0 Feb 6 11:31:05 ozone /kernel: unknown6: at port 0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x403f,0x5000-0x501f on isa0 Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown7: at port 0x208-0x20f on isa0 Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 Feb 6 11:31:05 ozone /kernel: sbc0: setting card to irq 5, drq 1, 5 Feb 6 11:31:05 ozone /kernel: pcm0: on sbc0 Feb 6 11:31:05 ozone /kernel: unknown: can't assign resources Feb 6 11:31:05 ozone /kernel: unknown8: at port 0x620-0x623 on isa0 Feb 6 11:31:05 ozone /kernel: isic0: at port 0x580-0x59f,0x180-0x1bf irq 10 on isa0 Feb 6 11:31:05 ozone /kernel: i4b: ISDN call control device attached Feb 6 11:31:05 ozone /kernel: i4bctl: ISDN system control port attached Feb 6 11:31:05 ozone /kernel: i4btel: 2 ISDN telephony interface device(s) attached Feb 6 11:31:05 ozone /kernel: i4brbch: 2 raw B channel access device(s) attached Feb 6 11:31:05 ozone /kernel: i4btrc: 2 ISDN trace device(s) attached Feb 6 11:32:03 ozone /kernel: i4b-L4-i4b_l4_setup_timeout: 949833123: ERROR: idletime[900]+earlyhup[5] > unitlength[150]! Feb 6 11:32:03 ozone isdnd[53]: DMN date/time from exchange = 0002061137 Feb 6 11:44:29 ozone /kernel: i4b-L4-i4b_l4_setup_timeout: 949833869: ERROR: idletime[900]+earlyhup[5] > unitlength[150]! Feb 6 11:44:29 ozone isdnd[53]: DMN date/time from exchange = 0002061150 sometimes, with no apparent cause (to me ;-)) the following is repeated many times per second... Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error no ppp connections are possible after these errors happen (i use userland-ppp). after i disconnect the isdn cable from the card, and then reconnect, ppp works again, most times. any ideas??? -- Gunnar Kedenburg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 6 23:58:55 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 2A3873DD8; Sun, 6 Feb 2000 23:58:47 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1943 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 7 Feb 2000 08:59:27 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 2B1EF38C2; Mon, 7 Feb 2000 08:59:26 +0100 (MET) Subject: Re: teles 16.3 pnp errors In-Reply-To: <20000207004420.A18658@informatik.uni-hamburg.de> from Gunnar Kedenburg at "Feb 7, 0 00:44:21 am" To: 9kedenbu@informatik.uni-hamburg.de (Gunnar Kedenburg) Date: Mon, 7 Feb 2000 08:59:25 +0100 (MET) Cc: freebsd-isdn@freebsd.org, hm@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1018 Message-Id: <20000207075926.2B1EF38C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Gunnar Kedenburg: > 949833123: ERROR: idletime[900]+earlyhup[5] > unitlength[150]! This is a configuration error, the sum of idletime and earlyhup must not be greater than the unitlength. > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error This seems to be a hardware error, ISDN cables, ISDN connectors, NTBA or a bad ISDN card/chip. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 5: 6:30 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from rzdspc1.informatik.uni-hamburg.de (rzdspc1.informatik.uni-hamburg.de [134.100.9.61]) by builder.freebsd.org (Postfix) with ESMTP id ACEE33E7D for ; Mon, 7 Feb 2000 05:06:27 -0800 (PST) Received: from rzdspc3.informatik.uni-hamburg.de (9kedenbu@rzdspc3.informatik.uni-hamburg.de [134.100.8.63]) by rzdspc1.informatik.uni-hamburg.de (8.9.3/8.9.3) with ESMTP id OAA12749; Mon, 7 Feb 2000 14:07:09 +0100 (MET) Received: (from 9kedenbu@localhost) by rzdspc3.informatik.uni-hamburg.de (8.9.3/8.9.3) id OAA22616; Mon, 7 Feb 2000 14:07:07 +0100 (MET) Date: Mon, 7 Feb 2000 14:07:07 +0100 From: Gunnar Kedenburg <9kedenbu@informatik.uni-hamburg.de> To: Hellmuth Michaelis , freebsd-isdn@freebsd.org Subject: Re: teles 16.3 pnp errors Message-ID: <20000207140707.A22441@informatik.uni-hamburg.de> References: <20000207004420.A18658@informatik.uni-hamburg.de> <20000207075926.2B1EF38C2@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000207075926.2B1EF38C2@hcswork.hcs.de>; from hm@hcs.de on Mon, Feb 07, 2000 at 08:59:25AM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 07, 2000 at 08:59:25AM +0100, Hellmuth Michaelis wrote: > > >From the keyboard of Gunnar Kedenburg: > > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error > > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error > > This seems to be a hardware error, ISDN cables, ISDN connectors, NTBA or > a bad ISDN card/chip. I just put the card in my Linux system. It works normally. Could the FreeBSD PNP system be the cause of the errors? Is there some way to override PNP autoconfiguration to check this? -- Gunnar Kedenburg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 7:28:21 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 26E483FA8 for ; Mon, 7 Feb 2000 07:28:14 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id QAA12723 for ; Mon, 7 Feb 2000 16:28:57 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id QAA24099 for ; Mon, 7 Feb 2000 16:29:27 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id QAA46426 for freebsd-isdn@freebsd.org; Mon, 7 Feb 2000 16:29:02 +0100 (CET) Date: Mon, 7 Feb 2000 16:29:02 +0100 (CET) From: Christoph Kukulies Message-Id: <200002071529.QAA46426@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: 3.4 i4b release mismatch Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FreeBSD 3.4: Hhhmm, maybe I've messed something but I reinstalled ssys.?? and susbin.?? from the 3.4 CD, rebuilt isdnd and kernel and now I'm having a release mismatch: daemon 80, kernel 83. Can I fix that by cheating somewhere in some header file? Or what is messed up? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 7:50:12 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 3CCA440E6 for ; Mon, 7 Feb 2000 07:50:08 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1856 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 7 Feb 2000 16:50:51 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id DB6C038C2; Mon, 7 Feb 2000 16:50:50 +0100 (MET) Subject: Re: teles 16.3 pnp errors In-Reply-To: <20000207140707.A22441@informatik.uni-hamburg.de> from Gunnar Kedenburg at "Feb 7, 0 02:07:07 pm" To: 9kedenbu@informatik.uni-hamburg.de (Gunnar Kedenburg) Date: Mon, 7 Feb 2000 16:50:50 +0100 (MET) Cc: hm@hcs.de, freebsd-isdn@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 941 Message-Id: <20000207155050.DB6C038C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Gunnar Kedenburg: > > >From the keyboard of Gunnar Kedenburg: > > > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error > > > Feb 6 12:27:52 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error > > > > This seems to be a hardware error, ISDN cables, ISDN connectors, NTBA or > > a bad ISDN card/chip. > > I just put the card in my Linux system. It works normally. Strange. I can just think of a timing problem of i4b in your case, but i have no real idea where to start to search. > Could the FreeBSD PNP system be the cause of the errors? This is unlikely. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 7:53:52 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id C72644041 for ; Mon, 7 Feb 2000 07:53:48 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1642 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 7 Feb 2000 16:54:32 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 418A438C2; Mon, 7 Feb 2000 16:54:31 +0100 (MET) Subject: Re: 3.4 i4b release mismatch In-Reply-To: <200002071529.QAA46426@gil.physik.rwth-aachen.de> from Christoph Kukulies at "Feb 7, 0 04:29:02 pm" To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Mon, 7 Feb 2000 16:54:31 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 742 Message-Id: <20000207155431.418A438C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Christoph Kukulies: > Hhhmm, maybe I've messed something but I reinstalled ssys.?? and > susbin.?? from the 3.4 CD, rebuilt isdnd and kernel and now I'm > having a release mismatch: daemon 80, kernel 83. > > Can I fix that by cheating somewhere in some header file? No, don't do that! > Or what is messed up? I4b kernel and userland must be build from the same source. Reinstall i4b completely. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 7:59:34 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id D47AF3F99 for ; Mon, 7 Feb 2000 07:59:30 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id RAA18894; Mon, 7 Feb 2000 17:00:08 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id RAA24559; Mon, 7 Feb 2000 17:00:38 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id RAA46624; Mon, 7 Feb 2000 17:00:13 +0100 (CET) Date: Mon, 7 Feb 2000 17:00:13 +0100 From: Christoph Kukulies To: Hellmuth Michaelis Cc: Christoph Kukulies , freebsd-isdn@FreeBSD.ORG Subject: Re: 3.4 i4b release mismatch Message-ID: <20000207170013.B46546@gil.physik.rwth-aachen.de> References: <200002071529.QAA46426@gil.physik.rwth-aachen.de> <20000207155431.418A438C2@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000207155431.418A438C2@hcswork.hcs.de>; from hm@hcs.de on Mon, Feb 07, 2000 at 04:54:31PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 07, 2000 at 04:54:31PM +0100, Hellmuth Michaelis wrote: > >From the keyboard of Christoph Kukulies: > > > Hhhmm, maybe I've messed something but I reinstalled ssys.?? and > > susbin.?? from the 3.4 CD, rebuilt isdnd and kernel and now I'm > > having a release mismatch: daemon 80, kernel 83. > > > > Can I fix that by cheating somewhere in some header file? > > No, don't do that! > > > Or what is messed up? > > I4b kernel and userland must be build from the same source. Reinstall > i4b completely. Yeah, but what can I do when I *have* installed it from the 3.4 distribution CD and still get this? Does ist mean that the distributed kernel sources in /usr/src/sys/i4b don't match the userland /usr/src/usr.sbin/i4b ? > > hellmuth > -- > Hellmuth Michaelis Tel +49 40 559747-70 > HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 > Oldesloer Strasse 97-99 Mail hm [at] hcs.de > 22457 Hamburg WWW http://www.hcs.de -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 8:11:58 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 74B083F7F for ; Mon, 7 Feb 2000 08:11:53 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (2053 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 7 Feb 2000 17:12:36 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id CF70A38C2; Mon, 7 Feb 2000 17:12:30 +0100 (MET) Subject: Re: 3.4 i4b release mismatch In-Reply-To: <20000207170013.B46546@gil.physik.rwth-aachen.de> from Christoph Kukulies at "Feb 7, 0 05:00:13 pm" To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Mon, 7 Feb 2000 17:12:30 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1153 Message-Id: <20000207161230.CF70A38C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Christoph Kukulies: > Yeah, but what can I do when I *have* installed it from the 3.4 distribution > CD and still get this? Does ist mean that the distributed > kernel sources in /usr/src/sys/i4b don't match the userland > /usr/src/usr.sbin/i4b ? It means that the kernel i4b version does not match isdnd's version number and that both were compiled from different source trees. Now fiddling with the release and version numbers in i4b's header files and recompiling somthing with that will get you in greater trouble than you are currently in ;-) As i said, overinstall i4b from the ftp distribution, make fresh i4b userland programs from it and make a fresh clean new kernel is the easiest way i can think of to resolve this. Or cvsup a fresh /usr/src and do an make buildworld and make installworld. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 10:40:53 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id E30A03FDD for ; Mon, 7 Feb 2000 10:40:49 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id TAA14474 for ; Mon, 7 Feb 2000 19:41:30 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id TAA26895 for ; Mon, 7 Feb 2000 19:42:00 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id TAA47598 for freebsd-isdn@freebsd.org; Mon, 7 Feb 2000 19:41:36 +0100 (CET) Date: Mon, 7 Feb 2000 19:41:36 +0100 (CET) From: Christoph Kukulies Message-Id: <200002071841.TAA47598@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: having trouble with 00.90.00 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Somehow things turn out weird. 00.90.00 isdnd cannot connect. It dials out but the connection closes. I see messages scrolling down the console but I don't find them in /var/log/messages. (Otherwise I would have supplied the messages). Also it looks like isdnd doesn't like my isdnd.rc anymore. It says that it doesn't like some channel # -1 or something. Will try to revert to 0.83 and see if this one works again. (FreeBSD 3.4 R). -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 11: 1:54 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 2F1B541D1 for ; Mon, 7 Feb 2000 11:01:37 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id SAA06965 for ; Mon, 7 Feb 2000 18:46:28 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id SAA26398 for ; Mon, 7 Feb 2000 18:46:57 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id SAA47282 for freebsd-isdn@freebsd.org; Mon, 7 Feb 2000 18:46:34 +0100 (CET) Date: Mon, 7 Feb 2000 18:46:34 +0100 (CET) From: Christoph Kukulies Message-Id: <200002071746.SAA47282@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: synchronized Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ack, I thought the overinstall.sh script would also copy the i4b userland stuff into /usr/src/usr.sbin and I was always compiling/installing from there wondering why my kernel isdnd version went up and up and my userland version stayed at 80. Now I'm synchronized to i4b-00.90.00, 3.4 RELEASE and isdnd stays up now. You may know that I mentioned that our campus provider (university computing center) ceased the fixed (raw ip) connection for a while (they will probably resurrect it) but for now I'm bound to use this weird sppp access (by means of i4bisppp). One ugly thing is the following: The university accepts every ISDN call since they have a far larger number of free incoming ISDN connections than they have free Acend router simultaneous connection 'slots'. Now what happens on my side when they are busy with their ascend router, is that isdnd dials in, doesn't get a route and the line is dropped again. Now, isdnd is sturdy, it dials again as soon as he can and everyone can imagine that this way my charges can pile up to an extent that is only limited by the number of seconds until I finally get in, so to say, a minute has 60 seconds, isdnd redials every third second so I get 20 units charged per minute (!). Odd, isdn't it? What can I do against this behaviour? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 11:10:51 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 7FF2442B6 for ; Mon, 7 Feb 2000 11:10:41 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id UAA18996 for ; Mon, 7 Feb 2000 20:11:16 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id UAA27562 for ; Mon, 7 Feb 2000 20:11:46 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id UAA47775 for freebsd-isdn@freebsd.org; Mon, 7 Feb 2000 20:11:23 +0100 (CET) Date: Mon, 7 Feb 2000 20:11:23 +0100 (CET) From: Christoph Kukulies Message-Id: <200002071911.UAA47775@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: isdnd -L logfile mystery Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Why does /usr/sbin/isdnd -L /var/log/isdnd.log -b -d0x1f9 not write anything into /var/log/isdnd.log ? (i4b 83) -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 11:28:24 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 794E44002 for ; Mon, 7 Feb 2000 11:28:20 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id UAA22186 for ; Mon, 7 Feb 2000 20:28:56 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id UAA28349 for ; Mon, 7 Feb 2000 20:29:25 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id UAA47872 for freebsd-isdn@freebsd.org; Mon, 7 Feb 2000 20:29:03 +0100 (CET) Date: Mon, 7 Feb 2000 20:29:03 +0100 (CET) From: Christoph Kukulies Message-Id: <200002071929.UAA47872@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: src/sys/include Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I found out why I had this version mismatch all the time when I updated from the distribution CD: doing an overinstall.sh from the i4b distribution installs new files into /usr/include/machine/i4b_ioctl.h etc. doing a install.sh sys usbin does not install these files. A subsequent cd /usr/src ; make includes is necessary (with a make clean ; make in /usr/src/usr.sbin/i4b of course). So far this mystery has solved. Remains my question about the logging problem (or better 'not logging'). -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 11:49:50 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 5EB0E407B for ; Mon, 7 Feb 2000 11:45:45 -0800 (PST) Received: from snafu.physik.rwth-aachen.de (IDENT:oin7q62u9vn2ktjjyqzr@s4m010.dialup.RWTH-Aachen.DE [137.226.8.10]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id UAA25248 for ; Mon, 7 Feb 2000 20:46:27 +0100 (MET) Received: (from sturm@localhost) by snafu.physik.rwth-aachen.de (8.9.3/8.9.3) id UAA00283; Mon, 7 Feb 2000 20:46:11 +0100 (CET) Date: Mon, 7 Feb 2000 20:46:11 +0100 (CET) From: Nikolay Sturm To: freebsd-isdn@freebsd.org Subject: Teles 16.3 and OpenBSD 2.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all! At last I got a teles 16.3 and tried isdn4bsd-0.9.0-beta-111299 with OpenBSD 2.6. I set up the isp device and as soon as i tried to dial out my kernel crashed: vm_fault(0xe0ad3300, 0, 1, 0) -> 1 kernl: page fault trap, code=0 Stopped at _i4b_l4_ifstate_changed+0x22: movl 0(%eax),%eax Is there any chance that someone will look into this? cheers, Nikolay -- PGP: 2048/BEDC92A1 5D 71 64 79 6C EA 7D 51 4E E7 37 CE 4F 1A 39 26 GPG: 1024D/7825D431 1FBD 4D68 6450 C390 CA04 E4EE 3908 77E1 7825 D431 Wake up and piss, the world is on fire! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 12: 9:28 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 83D844070 for ; Mon, 7 Feb 2000 12:09:11 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id VAA28165 for ; Mon, 7 Feb 2000 21:09:52 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id VAA28838 for ; Mon, 7 Feb 2000 21:10:21 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id VAA48190 for freebsd-isdn@freebsd.org; Mon, 7 Feb 2000 21:09:59 +0100 (CET) Date: Mon, 7 Feb 2000 21:09:59 +0100 (CET) From: Christoph Kukulies Message-Id: <200002072009.VAA48190@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: online again Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After some havoc evening I've upgraded and have running FreeBSD-3.4 with i4b-00.83 (distribution version) - maybe I'll try 00.90.00 later but for now I'm served :-) (Ich bin bedient) No, I'm always amazed about your great piece of work, Hellmuth. Thanks frankly. Here I have a sniuppet of my log file /var/log/isdnlog: (created by /usr/sbin/isdnd -l -L /var/log/isdnlog -d0x1f9 ) Is this ok? What I'm wondering a bit about is that set_channelbusy line. What do the exclamation marks mean? For me they suggest a sense of astounding as if the event is something unusual. 07.02.2000 20:57:34 DMN i4b isdn daemon started (pid = 73) 07.02.2000 20:57:39 DBG msg_dialout: dial req from isp, unit 0 07.02.2000 20:57:39 DBG setup_dialout: entry rwth-reze ok! 07.02.2000 20:57:39 DBG find_by_device_for_dialout: found entry 3! 07.02.2000 20:57:39 DBG FSM event [msg-dialout]: [idle => dialing] 07.02.2000 20:57:39 DBG F_DIAL: local dial out request 07.02.2000 20:57:39 DBG select_first_dialno: only one no, no = 88123 07.02.2000 20:57:39 CHD 00001 rwth-reze rate 150 sec/unit (rate) 07.02.2000 20:57:39 DBG sendm_connect_req: ctrl = 0, chan = -1 07.02.2000 20:57:39 DBG decr_free_channels: ctrl 0, now 1 chan free 07.02.2000 20:57:39 CHD 00001 rwth-reze dialing out from 4912307 to 88123 07.02.2000 20:57:40 DBG msg_l12stat_ind: unit 0, layer 1, state 1 07.02.2000 20:57:41 DBG msg_teiasg_ind: unit 0, tei = 80 07.02.2000 20:57:41 DBG msg_l12stat_ind: unit 0, layer 2, state 1 07.02.2000 20:57:42 DBG set_channel_busy: controller [0] channel B1 set to BUSY! 07.02.2000 20:57:42 CHD 00001 rwth-reze outgoing call proceeding (ctl 0, ch 0) 07.02.2000 20:57:43 DBG msg_charging: 1 unit(s) (estimated) 07.02.2000 20:57:43 DBG set_channel_busy: controller [0] channel B1 already busy! 07.02.2000 20:57:43 CHD 00001 rwth-reze outgoing call active (ctl 0, ch 0, isp0) 07.02.2000 20:57:43 DBG FSM event [msg-con-act-ind]: [dialing => connected] 07.02.2000 20:57:43 DBG F_DOK: dial out ok 07.02.2000 20:57:43 DBG select_this_dialno: index = 0, no = 88123 07.02.2000 20:57:43 DBG isp0: switched to state 3 07.02.2000 21:00:00 DBG handle_active: rates unit length updated 150 -> 240 07.02.2000 21:00:13 DBG msg_charging: 2 unit(s) (estimated) -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 13: 2:57 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id AFA22408E for ; Mon, 7 Feb 2000 13:02:52 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA07934; Mon, 7 Feb 2000 22:02:55 +0100 (CET) Message-Id: <200002072102.WAA07934@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Christoph Kukulies Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: 3.4 i4b release mismatch Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 07 Feb 2000 16:29:02 +0100." <200002071529.QAA46426@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 07 Feb 2000 22:02:55 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christoph Kukulies writes: > >FreeBSD 3.4: > >Hhhmm, maybe I've messed something but I reinstalled ssys.?? and >susbin.?? from the 3.4 CD, rebuilt isdnd and kernel and now I'm >having a release mismatch: daemon 80, kernel 83. > >Can I fix that by cheating somewhere in some header file? Or what >is messed up? > I know Hellmuth already responded to this, but: you probably need to copy /sys/i386/include/i4b*.h to /usr/include/machine. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 23:47:41 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 03CE74159 for ; Mon, 7 Feb 2000 23:47:25 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1683 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 08:48:06 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id AE9E538C2; Tue, 8 Feb 2000 08:48:00 +0100 (MET) Subject: Re: Teles 16.3 and OpenBSD 2.6 In-Reply-To: from Nikolay Sturm at "Feb 7, 0 08:46:11 pm" To: sturm@physik.rwth-aachen.de (Nikolay Sturm) Date: Tue, 8 Feb 2000 08:48:00 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 785 Message-Id: <20000208074800.AE9E538C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Nikolay Sturm: > At last I got a teles 16.3 and tried isdn4bsd-0.9.0-beta-111299 with > OpenBSD 2.6. I set up the isp device and as soon as i tried to dial out my > kernel crashed: > > vm_fault(0xe0ad3300, 0, 1, 0) -> 1 > kernl: page fault trap, code=0 > Stopped at _i4b_l4_ifstate_changed+0x22: movl 0(%eax),%eax > > Is there any chance that someone will look into this? Everybody running i4b on OpenBSD 2.6: please raise your hands! ;-) hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 23:57:28 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 550373FBF for ; Mon, 7 Feb 2000 23:57:16 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (2082 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 08:57:59 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id C9DC438C2; Tue, 8 Feb 2000 08:57:49 +0100 (MET) Subject: Re: synchronized In-Reply-To: <200002071746.SAA47282@gil.physik.rwth-aachen.de> from Christoph Kukulies at "Feb 7, 0 06:46:34 pm" To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Tue, 8 Feb 2000 08:57:49 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1194 Message-Id: <20000208075749.C9DC438C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Christoph Kukulies: > One ugly thing is the following: The university accepts every ISDN call > since they have a far larger number of free incoming ISDN connections > than they have free Acend router simultaneous connection 'slots'. > > Now what happens on my side when they are busy with their ascend router, is > that isdnd dials in, doesn't get a route and the line is dropped again. > > Now, isdnd is sturdy, it dials again as soon as he can and everyone > can imagine that this way my charges can pile up to an extent > that is only limited by the number of seconds until I finally get in, > so to say, a minute has 60 seconds, isdnd redials every third second > so I get 20 units charged per minute (!). > > What can I do against this behaviour? Adjust your entry isdnd.rc, keywords: dialretries, usedown, downtries, downtime, recoverytime. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 7 23:59:18 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 56EBB3F56 for ; Mon, 7 Feb 2000 23:59:10 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1409 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 08:59:51 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 1096338C2; Tue, 8 Feb 2000 08:59:34 +0100 (MET) Subject: Re: isdnd -L logfile mystery In-Reply-To: <200002071911.UAA47775@gil.physik.rwth-aachen.de> from Christoph Kukulies at "Feb 7, 0 08:11:23 pm" To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Tue, 8 Feb 2000 08:59:34 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 509 Message-Id: <20000208075934.1096338C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Christoph Kukulies: > Why does > > /usr/sbin/isdnd -L /var/log/isdnd.log -b -d0x1f9 > > not write anything into /var/log/isdnd.log ? Because you forgot to use -l. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 0:51:11 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from widukind.bi.teuto.net (widukind.bi.teuto.net [212.8.197.28]) by builder.freebsd.org (Postfix) with ESMTP id F3AEB3FC5 for ; Tue, 8 Feb 2000 00:51:02 -0800 (PST) Received: from rumolt.teuto.de (IDENT:root@rumolt.teuto.de [212.8.203.81]) by widukind.bi.teuto.net (8.9.3/8.9.3) with ESMTP id JAA10711 for ; Tue, 8 Feb 2000 09:51:48 +0100 Received: (from martin@localhost) by rumolt.teuto.de (8.8.8/8.8.8) id JAA00460 for freebsd-isdn@freebsd.org; Tue, 8 Feb 2000 09:52:38 +0100 (MET) From: Martin Husemann Message-Id: <200002080852.JAA00460@rumolt.teuto.de> Subject: ISDN card vs. wireless lan To: freebsd-isdn@freebsd.org Date: Tue, 8 Feb 2000 09:52:38 +0100 (MET) Organization: Crusaders Catering Services Inc. ;-) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is (slightly) off-topic, but I dare to ask anyway. My EE background is marginal, especialy in HF areas: I'm using I4B with an ELSA QuickStep ISA/PnP card in my router system. A few days ago I acquired a Aviator 2.4 wireless lan card (only 2 MBit, but hey, the 64 kBit ISDN connection is going to be the bottleneck). This is a PCMCIA card that comes with an ISA card with a PCMCIA slot. My mainboard has two ISA slots, so the soundcard had to go, and now the ISDN card and the PCMCIA adaptor are side by side in these two slots. Everything is fine, but when I insert ther wavelan card my ISDN connections starts to get flaky, after some time ending in not answered TEI messages and "SETUP not answered" logs from isdnd. This wavelan card has a 2.4 GHz transmitter with 100 mW. Since there are only two ISA slots, I can't move it further away from the ISDN card. What should I do? Is this realy HF intereference? Would a different ISDN card react differently? Or is this all just coincidence and I tampered with the ISDN cabiling when inserting the wavelan card? Any hints apreciated, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 1:27:43 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by builder.freebsd.org (Postfix) with ESMTP id 8A0D44181 for ; Tue, 8 Feb 2000 01:27:40 -0800 (PST) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id KAA13761 for ; Tue, 8 Feb 2000 10:28:30 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id KAA14123; Tue, 8 Feb 2000 10:27:44 +0100 (MET) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: freebsd-isdn@freebsd.org Subject: Re: 3.4 i4b release mismatch References: <20000207161230.CF70A38C2@hcswork.hcs.de> From: Roland Jesse In-Reply-To: hm@hcs.de's message of "Mon, 7 Feb 2000 17:12:30 +0100 (MET)" Date: 08 Feb 2000 10:27:44 +0100 Message-ID: <0vzotcujqn.fsf@cs.uni-magdeburg.de> Lines: 10 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hm@hcs.de (Hellmuth Michaelis) writes: > Or cvsup a fresh /usr/src and do an make buildworld and make installworld. While we are at this: I have the latest and greatest i4b up and running. What's the current version that comes with -stable? When I do a cvsup now, do I have to install the i4b sources out of the ftp distribution before going for makeworld and -install? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 1:46:59 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id EEBC041B0 for ; Tue, 8 Feb 2000 01:46:55 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id KAA29544 for ; Tue, 8 Feb 2000 10:47:44 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id KAA18823 for freebsd-isdn@FreeBSD.ORG; Tue, 8 Feb 2000 10:47:43 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id KAA09686 for ; Tue, 8 Feb 2000 10:47:08 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id KAA00238 for freebsd-isdn@FreeBSD.ORG; Tue, 8 Feb 2000 10:47:07 +0100 (MET) Message-Id: <200002080947.KAA00238@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Tue, 8 Feb 2000 10:47:07 +0100 To: ISDN-List Subject: ignoring special calls? Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, is there a way to handle this "Wake up call" separate? Feb 8 10:24:18 alice isdnd[334]: CHD 00334 AB alerting: incoming call from NotAvailable to 50 (->Weckzeitanruf) --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 2:24:18 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 0379841BB for ; Tue, 8 Feb 2000 02:24:15 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1409 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 11:25:04 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id D2DB438C2; Tue, 8 Feb 2000 11:25:02 +0100 (MET) Subject: Re: ignoring special calls? In-Reply-To: <200002080947.KAA00238@cat.turbocat.de> from David Wetzel at "Feb 8, 0 10:47:07 am" To: dave@turbocat.de (David Wetzel) Date: Tue, 8 Feb 2000 11:25:02 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 570 Message-Id: <20000208102502.D2DB438C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of David Wetzel: > is there a way to handle this "Wake up call" separate? > > Feb 8 10:24:18 alice isdnd[334]: CHD 00334 AB alerting: incoming call from > NotAvailable to 50 (->Weckzeitanruf) Specify "handle" and "separate". hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 2:29:47 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 71F7741C3 for ; Tue, 8 Feb 2000 02:29:44 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1961 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 11:30:35 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 9A09B38C2; Tue, 8 Feb 2000 11:30:34 +0100 (MET) Subject: Re: 3.4 i4b release mismatch In-Reply-To: <0vzotcujqn.fsf@cs.uni-magdeburg.de> from Roland Jesse at "Feb 8, 0 10:27:44 am" To: jesse@prinz-atm.CS.Uni-Magdeburg.De (Roland Jesse) Date: Tue, 8 Feb 2000 11:30:34 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1086 Message-Id: <20000208103034.9A09B38C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Roland Jesse: > > Or cvsup a fresh /usr/src and do an make buildworld and make installworld. > > While we are at this: I have the latest and greatest i4b up and > running. What's the current version that comes with -stable? AFAIK, 0.83. > When I do > a cvsup now, do I have to install the i4b sources out of the ftp > distribution before going for makeworld and -install? I would write a script which would go like this: if [ -e /usr/local/src/i4b/FreeBSD/overuninstall.sh ] then cd /usr/local/src/i4b/FreeBSD sh overuninstall.sh fi cd /where-ever-to-cvsup do-what-ever-to-cvsup if [ -e /usr/local/src/i4b/FreeBSD/overinstall.sh ] then cd /usr/local/src/i4b/FreeBSD sh overinstall.sh fi hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 3: 6:17 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by builder.freebsd.org (Postfix) with ESMTP id 35B8D41D9 for ; Tue, 8 Feb 2000 03:06:15 -0800 (PST) Received: from pentium2 (pm126.hobby.nl [212.19.199.91]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id MAA05278; Tue, 8 Feb 2000 12:06:25 +0100 (CET) Message-ID: <004401bf7224$52128dc0$0200000a@arends.hobby.nl> From: "Richard Arends" To: , "Nikolay Sturm" Cc: References: <20000208074800.AE9E538C2@hcswork.hcs.de> Subject: Re: Teles 16.3 and OpenBSD 2.6 Date: Tue, 8 Feb 2000 12:04:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > Everybody running i4b on OpenBSD 2.6: please raise your hands! ;-) Yoho... I have the patches from Nikolay, but i got an error about a none excisting device ISP0. The same message that i got under OpenBSD 2.5. Probaly i am doing something wrong... Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 3: 7: 4 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id 8CA7E3F12 for ; Tue, 8 Feb 2000 03:07:02 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id MAA00344; Tue, 8 Feb 2000 12:07:22 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id MAA20193; Tue, 8 Feb 2000 12:07:19 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id MAA10924; Tue, 8 Feb 2000 12:06:50 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id MAA00256; Tue, 8 Feb 2000 12:06:50 +0100 (MET) Message-Id: <200002081106.MAA00256@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Tue, 8 Feb 2000 12:06:49 +0100 To: hm@hcs.de Subject: Re: ignoring special calls? Cc: freebsd-isdn@FreeBSD.ORG References: <20000208102502.D2DB438C2@hcswork.hcs.de> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: hm@hcs.de (Hellmuth Michaelis) > >From the keyboard of David Wetzel: > > > is there a way to handle this "Wake up call" separate? > > > > Feb 8 10:24:18 alice isdnd[334]: CHD 00334 AB alerting: incoming call > from > > NotAvailable to 50 (-> Weckzeitanruf) > > Specify "handle" and "separate". I do not want that my answering machinge accepts "Weckzeitanruf". --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 4:34: 7 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 546E141FA for ; Tue, 8 Feb 2000 04:34:04 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1691 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 13:34:55 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 6EEFA38C2; Tue, 8 Feb 2000 13:34:55 +0100 (MET) Subject: Re: ignoring special calls? In-Reply-To: <200002081106.MAA00256@cat.turbocat.de> from David Wetzel at "Feb 8, 0 12:06:49 pm" To: dave@turbocat.de (David Wetzel) Date: Tue, 8 Feb 2000 13:34:55 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 852 Message-Id: <20000208123455.6EEFA38C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of David Wetzel: > > > is there a way to handle this "Wake up call" separate? > > > > > > Feb 8 10:24:18 alice isdnd[334]: CHD 00334 AB alerting: incoming call > > from > > > NotAvailable to 50 (-> Weckzeitanruf) > > > > Specify "handle" and "separate". > > I do not want that my answering machinge accepts "Weckzeitanruf". I'm sorry, i have never looked into your answering machine and its code to be able to tell you how your answering machine has to be configured or modified to ignore this type of calls. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 5:47:27 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id C7F553F12 for ; Tue, 8 Feb 2000 05:47:24 -0800 (PST) Received: from snafu.physik.rwth-aachen.de (IDENT:wuwcg0arfcit21vmnqzk@s4m142.dialup.RWTH-Aachen.DE [137.226.8.142]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id OAA10476 for ; Tue, 8 Feb 2000 14:48:16 +0100 (MET) Received: (from sturm@localhost) by snafu.physik.rwth-aachen.de (8.9.3/8.9.3) id MAA24604; Tue, 8 Feb 2000 12:54:10 +0100 (CET) Date: Tue, 8 Feb 2000 12:54:10 +0100 (CET) From: Nikolay Sturm To: freebsd-isdn@freebsd.org Subject: Re: Teles 16.3 and OpenBSD 2.6 In-Reply-To: <20000208074800.AE9E538C2@hcswork.hcs.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 8 Feb 2000, Hellmuth Michaelis wrote: [Kernel crash] >> Is there any chance that someone will look into this? >Everybody running i4b on OpenBSD 2.6: please raise your hands! ;-) Ok, so there is probably noone able to solve the problem (either because of knowledge or OS installations). Is there anything I (as a non-programmer) can do (do in the meaning of: I (knowing programmer) tell you (Nikolay) what to look for and then change the code)? bye, Nikolay -- PGP: 2048/BEDC92A1 5D 71 64 79 6C EA 7D 51 4E E7 37 CE 4F 1A 39 26 GPG: 1024D/7825D431 1FBD 4D68 6450 C390 CA04 E4EE 3908 77E1 7825 D431 Wake up and piss, the world is on fire! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 7:32: 9 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from rzdspc1.informatik.uni-hamburg.de (rzdspc1.informatik.uni-hamburg.de [134.100.9.61]) by builder.freebsd.org (Postfix) with ESMTP id F0AE54046 for ; Tue, 8 Feb 2000 07:32:01 -0800 (PST) Received: from rzdspc76.informatik.uni-hamburg.de (9kedenbu@rzdspc76.informatik.uni-hamburg.de [134.100.9.86]) by rzdspc1.informatik.uni-hamburg.de (8.9.3/8.9.3) with ESMTP id QAA03187; Tue, 8 Feb 2000 16:32:45 +0100 (MET) Received: (from 9kedenbu@localhost) by rzdspc76.informatik.uni-hamburg.de (8.9.3/8.9.3) id QAA04345; Tue, 8 Feb 2000 16:32:44 +0100 (MET) Date: Tue, 8 Feb 2000 16:32:44 +0100 From: Gunnar Kedenburg <9kedenbu@informatik.uni-hamburg.de> To: Hellmuth Michaelis , freebsd-isdn@freebsd.org Subject: Re: teles 16.3 pnp errors Message-ID: <20000208163243.A4338@informatik.uni-hamburg.de> References: <20000207140707.A22441@informatik.uni-hamburg.de> <20000207155050.DB6C038C2@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000207155050.DB6C038C2@hcswork.hcs.de>; from hm@hcs.de on Mon, Feb 07, 2000 at 04:50:50PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is development on the teles 16.3 pnp still going on? The driver is really unusable for me and I would rather buy another card instead of waiting for a patch that will never come. Can anyone make a statement about if he is working on this? Anyway, i tested a Fritzcard PCI today and it is working fine. Good work. -- Gunnar Kedenburg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 7:45:33 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [212.74.0.25]) by builder.freebsd.org (Postfix) with ESMTP id 93F004269 for ; Tue, 8 Feb 2000 07:45:27 -0800 (PST) Received: (from joe@localhost) by florence.pavilion.net (8.9.3/8.8.8) id PAA55019; Tue, 8 Feb 2000 15:46:03 GMT (envelope-from joe) Date: Tue, 8 Feb 2000 15:46:02 +0000 From: Josef Karthauser To: Hellmuth Michaelis Cc: Roland Jesse , freebsd-isdn@FreeBSD.ORG Subject: Re: 3.4 i4b release mismatch Message-ID: <20000208154601.E3502@florence.pavilion.net> References: <0vzotcujqn.fsf@cs.uni-magdeburg.de> <20000208103034.9A09B38C2@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000208103034.9A09B38C2@hcswork.hcs.de> X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 08, 2000 at 11:30:34AM +0100, Hellmuth Michaelis wrote: > >From the keyboard of Roland Jesse: > > > > Or cvsup a fresh /usr/src and do an make buildworld and make installworld. > > > > While we are at this: I have the latest and greatest i4b up and > > running. What's the current version that comes with -stable? > > AFAIK, 0.83. Yes, this is still the case. I'm not intending to upgrade it to a later version unless there is an application that requires it. 0.83 is enough to run PPPoISDN. Joe -- Josef Karthauser FreeBSD: Take the red pill and we'll show you just how Technical Manager deep the rabbit hole goes. (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 9:10:16 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 3E38F42B6 for ; Tue, 8 Feb 2000 09:09:59 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1698 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 18:10:41 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id E1B5D38C2; Tue, 8 Feb 2000 18:10:34 +0100 (MET) Subject: Re: teles 16.3 pnp errors In-Reply-To: <20000208163243.A4338@informatik.uni-hamburg.de> from Gunnar Kedenburg at "Feb 8, 0 04:32:44 pm" To: 9kedenbu@informatik.uni-hamburg.de (Gunnar Kedenburg) Date: Tue, 8 Feb 2000 18:10:34 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 808 Message-Id: <20000208171034.E1B5D38C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Gunnar Kedenburg: > Is development on the teles 16.3 pnp still going on? > The driver is really unusable for me and I would rather > buy another card instead of waiting for a patch that will never come. I did the 16.3 PnP driver for FreeBSD-current and i cannot reproduce the problems you have (otherwise i would not have released the driver). I doubt the 16.3 PnP in FreeBSD 3.x ever worked, it is marked experimental and at least i will not touch it anymore. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 9:36: 0 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id 108413E30 for ; Tue, 8 Feb 2000 09:35:49 -0800 (PST) Received: from bo.flashnet.it (ip020.pool-10.flashnet.it [195.191.10.21]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id SAA20356 for ; Tue, 8 Feb 2000 18:36:23 +0100 Message-Id: <200002081736.SAA20356@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Tue, 8 Feb 2000 18:33:43 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from Martin Husemann Tue, 8 Feb 2000 09:52:38 +0100 (MET) Hello. Sorry to bother you, but I have just read your message and saw that you have a FreeBSD box working with an ELSA QuickStep 1000pro ISA card. I've been struggling for a month with no success to make mine work, so I'd like to ask you what version of FreeBSD you are running, what machine do you have, if you did encounter some problem and how you solved them. Did you need to do something special? Would you be so kind to send me your config files to try? Did you have any problem with pnp? Really any hint would be appreciated, since I really have no more ideas as to what to try? Problem is my card is detected in the kernel, but the green light does not turn on to indicate its in operational state, then any use will fail. Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 11:36:34 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id D18424349 for ; Tue, 8 Feb 2000 11:36:26 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1532 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 20:37:19 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id EFF6838C2; Tue, 8 Feb 2000 20:37:18 +0100 (MET) Subject: Re: Elsa QuickStep In-Reply-To: <200002081736.SAA20356@mbox01-rm.flashnet.it> from Andrea Venturoli at "Feb 8, 0 06:33:43 pm" To: ml.ventu@flashnet.it Date: Tue, 8 Feb 2000 20:37:18 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 699 Message-Id: <20000208193718.EFF6838C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andrea Venturoli: > Problem is my card is detected in the kernel, but the green light does > not turn on to > indicate its in operational state, then any use will fail. The LED's on the ELSA cards are never turned on or off in i4b, they are never set or reset under i4b, do not indicate anything, have no meaning and can be completely ignored under i4b. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 8 11:46: 1 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id D66854155 for ; Tue, 8 Feb 2000 11:45:52 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (2251 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 8 Feb 2000 20:46:46 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 364E03927; Tue, 8 Feb 2000 20:46:46 +0100 (MET) Subject: Re: Teles 16.3 and OpenBSD 2.6 In-Reply-To: from Nikolay Sturm at "Feb 8, 0 12:54:10 pm" To: sturm@physik.rwth-aachen.de (Nikolay Sturm) Date: Tue, 8 Feb 2000 20:46:45 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1353 Message-Id: <20000208194646.364E03927@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Nikolay Sturm: > [Kernel crash] > >> Is there any chance that someone will look into this? > >Everybody running i4b on OpenBSD 2.6: please raise your hands! ;-) > > Ok, so there is probably noone able to solve the problem (either because > of knowledge or OS installations). Is there anything I (as a > non-programmer) can do (do in the meaning of: I (knowing programmer) tell > you (Nikolay) what to look for and then change the code)? I had a look at the code and have no idea what might be wrong. The only hint i can give is to go through every single i4b source file and look for cases which are covered by #ifdef/#if __FreeBSD__ and/or #ifdef/#if __NetBSD__ but not or wrong for __OpenBSD__ and write code for that case or adjust the current code for that case. Also, i would start just and only with the telephony device first and get that running and leave out the ipr/isp/sppp interfaces completely before the answering machine runs. Also, don't use isdnd but use isdntest. Make use of isdndebug. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 3:36:25 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from rzdspc1.informatik.uni-hamburg.de (rzdspc1.informatik.uni-hamburg.de [134.100.9.61]) by builder.freebsd.org (Postfix) with ESMTP id 626C43E25 for ; Wed, 9 Feb 2000 03:36:16 -0800 (PST) Received: from rzdspc148.informatik.uni-hamburg.de (9kedenbu@rzdspc148.informatik.uni-hamburg.de [134.100.8.148]) by rzdspc1.informatik.uni-hamburg.de (8.9.3/8.9.3) with ESMTP id MAA08279; Wed, 9 Feb 2000 12:35:43 +0100 (MET) Received: (from 9kedenbu@localhost) by rzdspc148.informatik.uni-hamburg.de (8.9.3/8.9.3) id MAA01270; Wed, 9 Feb 2000 12:35:40 +0100 (MET) Date: Wed, 9 Feb 2000 12:35:39 +0100 From: Gunnar Kedenburg <9kedenbu@informatik.uni-hamburg.de> To: Hellmuth Michaelis , freebsd-isdn@freebsd.org Subject: Re: teles 16.3 pnp errors Message-ID: <20000209123539.A1265@informatik.uni-hamburg.de> References: <20000208163243.A4338@informatik.uni-hamburg.de> <20000208171034.E1B5D38C2@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000208171034.E1B5D38C2@hcswork.hcs.de>; from hm@hcs.de on Tue, Feb 08, 2000 at 06:10:34PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 08, 2000 at 06:10:34PM +0100, Hellmuth Michaelis wrote: > >From the keyboard of Gunnar Kedenburg: > > > Is development on the teles 16.3 pnp still going on? > > The driver is really unusable for me and I would rather > > buy another card instead of waiting for a patch that will never come. > > I did the 16.3 PnP driver for FreeBSD-current and i cannot reproduce > the problems you have (otherwise i would not have released the driver). > > I doubt the 16.3 PnP in FreeBSD 3.x ever worked, it is marked experimental > and at least i will not touch it anymore. Oh, think you overlooked something I was speaking of 4.0 all the time. 4.0 has errors. -- Gunnar Kedenburg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 5:11:59 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by builder.freebsd.org (Postfix) with SMTP id 434863DC4 for ; Wed, 9 Feb 2000 05:11:38 -0800 (PST) Received: (qmail 23587 invoked from network); 9 Feb 2000 13:15:57 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 9 Feb 2000 13:15:57 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id NAA34701; Wed, 9 Feb 2000 13:10:43 GMT (envelope-from jhs) Date: Wed, 9 Feb 2000 13:10:43 GMT Message-Id: <200002091310.NAA34701@jhs.muc.de> To: freebsd-isdn@FreeBSD.ORG Subject: Which PBX / TK-Anlage are compatible ? From: "Julian Stacey" Reply-To: "Julian Stacey" Organization: Vector Systems Ltd - Unix & Internet consultancy X-Net: jhs@muc.de www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Which PBX (= TK-Anlage) work with I4B ? & which do not ? With the I4B card is connected to the S0 bus provided by the PBX. I recall some PBXs have protocol problems & I4B will not work with them ? ( Note I'm not asking about the simple case of I4B card connected to one socket of NTBA, & PBX to other socket of NTBA ) There is nothing about this in i4b-00.90.00-beta-111299, so I will collate responses, then forward for inclusion in i4B README. I have to order a PBX quickly, so I'd particularly appreciate quick short mail of form: "this works/this doesnt", & if you have more to say re-environment etc, but don't have time to type it now, it can be collated later. Thanks. PS I need a PBX for <= 20 desks & a few lines (simultaneous calls), but even so, comments on larger & smaller PBX may also be relevant, as manufacturer may use same same/similar software over a range of models. (I can't remember off hand what the name of the line type is, that was ordered from Deutsche Telekom, but it is `wider' than the simple 2*64K+16K + NTBA I use at home.) Julian Stacey www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ FreeBSD-3.4: Free system software with 2900 free packages, Linux compatible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 5:41:45 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 903FF403D for ; Wed, 9 Feb 2000 05:41:41 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1363 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 9 Feb 2000 14:41:12 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 3F7B938C2; Wed, 9 Feb 2000 14:40:59 +0100 (MET) Subject: Re: Which PBX / TK-Anlage are compatible ? In-Reply-To: <200002091310.NAA34701@jhs.muc.de> from Julian Stacey at "Feb 9, 0 01:10:43 pm" To: jhs@muc.de Date: Wed, 9 Feb 2000 14:40:58 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 540 Message-Id: <20000209134059.3F7B938C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Julian Stacey: > Which PBX (= TK-Anlage) work with I4B ? & which do not ? I am using a Ackermann Euracom 18x PBX's and i'm quite satisfied with them. You can find more infos at www.ackermann.de. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 6: 5: 5 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id E118C3D5B for ; Wed, 9 Feb 2000 06:04:56 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id PAA11071; Wed, 9 Feb 2000 15:03:40 +0100 (CET) Message-Id: <200002091403.PAA11071@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Gunnar Kedenburg <9kedenbu@informatik.uni-hamburg.de> Cc: Hellmuth Michaelis , freebsd-isdn@FreeBSD.ORG Subject: Re: teles 16.3 pnp errors Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 09 Feb 2000 12:35:39 +0100." <20000209123539.A1265@informatik.uni-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Feb 2000 15:03:40 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gunnar Kedenburg writes: >On Tue, Feb 08, 2000 at 06:10:34PM +0100, Hellmuth Michaelis wrote: >> >From the keyboard of Gunnar Kedenburg: >> >> > Is development on the teles 16.3 pnp still going on? >> > The driver is really unusable for me and I would rather >> > buy another card instead of waiting for a patch that will never come. >> >> I did the 16.3 PnP driver for FreeBSD-current and i cannot reproduce >> the problems you have (otherwise i would not have released the driver). >> >> I doubt the 16.3 PnP in FreeBSD 3.x ever worked, it is marked experimental >> and at least i will not touch it anymore. > >Oh, think you overlooked something I was speaking of 4.0 all the time. 4.0 has > errors. kindly elucidate. This kind of statement helps no-one. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 6:42: 9 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id D394B3D7D for ; Wed, 9 Feb 2000 06:42:03 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id PAA01232 for ; Wed, 9 Feb 2000 15:41:34 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id PAA16864 for ; Wed, 9 Feb 2000 15:42:05 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id PAA02519 for freebsd-isdn@freebsd.org; Wed, 9 Feb 2000 15:41:36 +0100 (CET) Date: Wed, 9 Feb 2000 15:41:36 +0100 (CET) From: Christoph Kukulies Message-Id: <200002091441.PAA02519@gil.physik.rwth-aachen.de> To: freebsd-isdn@freebsd.org Subject: Putzfrau syndrome Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ifourbeers, havn't yet repaired my cable and stumbled across it again this morning. Now with i4b 00.83 and FreeBSD3.4 running i4bisppp I can say for sure that once the connection to the S0 bus (NTBA) has been disrupted there is no way to recover the driver/isdnd/system other than reboot. I tried to HUP i4b, tried interface isp0 down/up, to no avail. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 10:20:27 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from www16.gmx.net (www16.gmx.net [194.221.183.56]) by builder.freebsd.org (Postfix) with SMTP id 90D4A408F for ; Wed, 9 Feb 2000 10:20:17 -0800 (PST) Received: (qmail 30134 invoked by uid 0); 9 Feb 2000 18:19:44 -0000 Date: Wed, 9 Feb 2000 19:19:44 +0100 (MET) To: Gary Jennejohn , freebsd-isdn@freebsd.org, hm@hcs.de Subject: Re: Re: teles 16.3 pnp errors References: <200002091403.PAA11071@peedub.muc.de> Message-ID: <30121.950120384@www16.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Gunnar Kedenburg X-Authenticated-Sender: #0000293221@gmx.net X-Authenticated-IP: [134.100.136.102] X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > kindly elucidate. This kind of statement helps no-one. I think I expressed myself wrongly - sorry for that. I didn't mean to offend anybody. I just wanted to state again that I was not speaking of the 3.x driver, but of the 4.0 driver. I appreciate hellmuth's and the work of the others very much. gunnar. -- Sent through Global Message Exchange - http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 10:54:34 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id AA6274157 for ; Wed, 9 Feb 2000 10:54:28 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id TAA11400; Wed, 9 Feb 2000 19:32:19 +0100 (CET) Message-Id: <200002091832.TAA11400@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Gunnar Kedenburg Cc: freebsd-isdn@freebsd.org Subject: Re: teles 16.3 pnp errors Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 09 Feb 2000 19:20:11 +0100." <30121.950120384@www16.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Feb 2000 19:32:19 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gunnar Kedenburg writes: >> kindly elucidate. This kind of statement helps no-one. >I think I expressed myself wrongly - sorry for that. I didn't mean to >offend anybody. I just wanted to state again that I was not speaking of the 3. >x >driver, but of the 4.0 driver. I appreciate hellmuth's and the work of the >others very much. > I wasn't trying to dump on you. I was trying to get you to provide some information regarding the failure modes you're seeing. That's what I meant with my "helps no-one", since no useful information regarding the error was provided. None of us are telepaths ;-) --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 11:40:39 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id A516A4301 for ; Wed, 9 Feb 2000 11:40:32 -0800 (PST) Received: from bo.flashnet.it (ip111.pool-10.flashnet.it [195.191.10.112]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id UAA10394 for ; Wed, 9 Feb 2000 20:39:54 +0100 Message-Id: <200002091939.UAA10394@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Wed, 9 Feb 2000 20:37:18 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from hm@hcs.de Tue, 8 Feb 2000 20:37:18 +0100 (MET) >The LED's on the ELSA cards are never turned on or off in i4b, they are >never set or reset under i4b, do not indicate anything, have no meaning >and can be completely ignored under i4b. So, is there any way I can check if my card is working and to what degree in order to understand where the problem is? The only thing I get is: >i4b-L1-timer3_expired: state = F4 Awaiting Signal >i4b-L1-isic_recover: HSCX B: ISTA = 0x0 >i4b-L1-isic_recover: ISAC: ISTA = 0x95 >i4b-L1-isic_recover: ISAC: EXIR = 0x10 >i4b-L1-isic_recover: ISAC: CISQ = 0x12 >i4b-L1-isic_recover: HSCX B: IMASK = 0xff >i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 >i4b-L1-isic_recover: ISAC: IMASK = 0x2a >i4b-L2-i4b_T202_timeout: unit 0, N202 = 3 >i4b-L1-ph_data_req: still in state F3! >i4b-L3-T303_timeout: SETUP not answered, cr = 43 >i4b-L3-next_l3state: FSM illegal state, state = ST_OW - Out Wait EST, event = EV_T303EXP - T303 timeout! >i4b-L1-timer3_expired: state = F4 Awaiting Signal >i4b-L1-isic_recover: HSCX B: ISTA = 0x0 >i4b-L1-isic_recover: ISAC: ISTA = 0x4 >i4b-L1-isic_recover: ISAC: CISQ = 0x32 >i4b-L1-isic_recover: HSCX B: IMASK = 0xff >i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 >i4b-L1-isic_recover: ISAC: IMASK = 0x2a when I try to dial out with user-land ppp. Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 11:40:43 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id 3CA68414A for ; Wed, 9 Feb 2000 11:40:29 -0800 (PST) Received: from bo.flashnet.it (ip111.pool-10.flashnet.it [195.191.10.112]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id UAA10415 for ; Wed, 9 Feb 2000 20:39:57 +0100 Message-Id: <200002091939.UAA10415@mbox01-rm.flashnet.it> To: X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Wed, 9 Feb 2000 20:37:22 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from "Joost Mulders" Tue, 8 Feb 2000 20:58:01 +0100 > I do have an Elsa Quickstep PCI card. This card works just perfect. Anyway, > I've attached some config files. Do I need to ask you've checked IRQ's, > cabling and PNP config ? I've checked all of this: the kernel config file is more or less like mine, the card is correctly detected by the kernel or at least this is what it says. What makes me wonder is that I have to "user-config" the card IRQ since I have a non-PnP BIOS, then the kernel states that the card is there, but I suspect it has not really set it up correctly. This is just an hypothesys though. What version are you using? Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 9 16:55:19 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by builder.freebsd.org (Postfix) with ESMTP id 993E84220 for ; Wed, 9 Feb 2000 16:55:16 -0800 (PST) Received: by mail.sparud.net (Postfix, from userid 10) id 1AE813E14; Thu, 10 Feb 2000 01:54:46 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14498.3153.812729.207649@hinken.sparud.net> Date: Thu, 10 Feb 2000 01:54:41 +0100 (CET) To: freebsd-isdn@freebsd.org Subject: Answering machine interrupting other channel X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I'm using i4b v0.90 (AVM Fritz! PCI) on NetBSD-current/i386. If I'm connected on one channel (using synchronous ppp), and a voice call comes in, starting the answering machine on the other channel, the ppp connection on the first channel freezes. The isdnd log says nothing, until one minute later when the connection times out and is aborted. Has anyone experienced something like this or, better yet, have a fix? Jan Sparud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 2:24:31 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 299FF4407 for ; Thu, 10 Feb 2000 02:24:28 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id LAA13984 for ; Thu, 10 Feb 2000 11:11:44 +0100 (CET) Message-Id: <200002101011.LAA13984@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: freebsd-isdn@freebsd.org Subject: USR Sportster TA driver for -current From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Feb 2000 11:11:44 +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org So what's happening with this ? There seems to be only one person trying to use this card under -current and since his first mail it's been as quiet as a grave. We need to know whether this thing works. It's up to you users to let the developers know, since we don't have any functioning cards to test with. People are always demanding support for this feature and that card - it's time to give something back to the project. -------- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 2:54:48 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 4B210436A for ; Thu, 10 Feb 2000 02:54:29 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id LAA14071; Thu, 10 Feb 2000 11:53:00 +0100 (CET) Message-Id: <200002101053.LAA14071@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: jan@sparud.net (Jan Sparud) Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Answering machine interrupting other channel Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 10 Feb 2000 01:54:41 +0100." <14498.3153.812729.207649@hinken.sparud.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Feb 2000 11:53:00 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jan Sparud writes: > >Hi! > >I'm using i4b v0.90 (AVM Fritz! PCI) on NetBSD-current/i386. If I'm >connected on one channel (using synchronous ppp), and a voice call >comes in, starting the answering machine on the other channel, the ppp >connection on the first channel freezes. The isdnd log says nothing, >until one minute later when the connection times out and is aborted. > >Has anyone experienced something like this or, better yet, have a fix? > I'd guess that the data is coming in so fast over the voice channel that it's swamping the data channel. The telephony service uses raw B-channels, which have pretty much no flow control. I can't think of any way to fix this without totally screwing up the flow of data on the voice channel. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 4:41:12 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by builder.freebsd.org (Postfix) with ESMTP id 4FC8A446A for ; Thu, 10 Feb 2000 04:41:07 -0800 (PST) Received: by mail.sparud.net (Postfix, from userid 10) id 2572B3E14; Thu, 10 Feb 2000 13:40:43 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14498.45514.357524.717667@hinken.sparud.net> Date: Thu, 10 Feb 2000 13:40:42 +0100 (CET) To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Answering machine interrupting other channel In-Reply-To: <200002101053.LAA14071@peedub.muc.de> References: <14498.3153.812729.207649@hinken.sparud.net> <200002101053.LAA14071@peedub.muc.de> X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jan Sparud wrote: [Answering machine interrupting other channel] Gary Jennejohn replied: > I'd guess that the data is coming in so fast over the voice channel > that it's swamping the data channel. The telephony service uses raw > B-channels, which have pretty much no flow control. > I can't think of any way to fix this without totally screwing up the > flow of data on the voice channel. Hmm, I have two reasons for thinking that this is not the case: 1) When the answering machine is running, it's only using 5% of the CPU (on a PIII-600 with 256M RAM). 2) It's enough for the answering machine to start and then stop immediately, the ppp connection is still frozen until it time-outs a minute later, even if there is no traffic on the voice channel. It seems that something happens internally in isdnd when it forks and execs the answering machine program (mine is a C program; I tried with the answer.sh in contrib/ too with the same results). Am I the only one seeing this? /Janne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 5:25:42 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from rzdspc1.informatik.uni-hamburg.de (rzdspc1.informatik.uni-hamburg.de [134.100.9.61]) by builder.freebsd.org (Postfix) with ESMTP id 04F14445A for ; Thu, 10 Feb 2000 05:25:33 -0800 (PST) Received: from rzdspc3.informatik.uni-hamburg.de (9kedenbu@rzdspc3.informatik.uni-hamburg.de [134.100.8.63]) by rzdspc1.informatik.uni-hamburg.de (8.9.3/8.9.3) with ESMTP id OAA24121; Thu, 10 Feb 2000 14:25:11 +0100 (MET) Received: (from 9kedenbu@localhost) by rzdspc3.informatik.uni-hamburg.de (8.9.3/8.9.3) id OAA24274; Thu, 10 Feb 2000 14:25:09 +0100 (MET) Date: Thu, 10 Feb 2000 14:25:09 +0100 From: Gunnar Kedenburg <9kedenbu@informatik.uni-hamburg.de> To: Gary Jennejohn , freebsd-isdn@freebsd.org Subject: Re: teles 16.3 pnp errors Message-ID: <20000210142509.A24270@informatik.uni-hamburg.de> Reply-To: 9kedenbu@informatik.uni-hamburg.de References: <30121.950120384@www16.gmx.net> <200002091832.TAA11400@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200002091832.TAA11400@peedub.muc.de>; from garyj@peedub.muc.de on Wed, Feb 09, 2000 at 07:32:19PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Feb 09, 2000 at 07:32:19PM +0100, Gary Jennejohn wrote: > I wasn't trying to dump on you. I was trying to get you to provide > some information regarding the failure modes you're seeing. That's > what I meant with my "helps no-one", since no useful information > regarding the error was provided. Okay, I included some info below. If you need something I left out, please tell me. Without any apparent cause, i get the following messages on syslog: These were the first messages that appeared after a reboot. Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: RPF, input buffer overflow! Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: RPF, input buffer overflow! Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: RPF, input buffer overflow! Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: RPF, input buffer overflow! Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:07 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: Receive Aborted error Feb 7 13:16:09 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:10 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:10 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:19 ozone /kernel: i4b-L1-isic_isac_irq: RPF, input buffer overflow! Feb 7 13:16:19 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error Feb 7 13:16:21 ozone /kernel: i4b-L1-isic_isac_irq: RPF, input buffer overflow! Feb 7 13:16:21 ozone /kernel: i4b-L1-isic_isac_irq: unit 0: CRC error ... The messages appear sometimes directly after reboot, or a little while later. After the next reboot (and after leaving the machine off for four minutes), the same messages are shown, but the order is different, eg. the first error is a i4b-L1-isic_isac_irq: unit 0: CRC error and not the i4b-L1-isic_isac_irq: RPF, input buffer overflow! as above. I use userland-ppp to connect to my isp. It worked a few times, but generally not after the error messages appeared. When the connection to the isp is established, everything works very well. But even after a connection had been established, the errors occur again after i shut down the connection. My ISDN Kernel config is: options TEL_S0_16_3_P device isic pseudo-device "i4bq921" # Q.921 / layer 3 pseudo-device "i4bq931" # Q.931 / layer 3 pseudo-device "i4b" # layer 4 pseudo-device "i4bctl" # userland driver to control the whole thing pseudo-device "i4brbch" 2 # userland driver for access to raw B channel pseudo-device "i4btrc" 2 # userland driver to do ISDN tracing According to it's PnP identification string, the card is a "Teles S0/16.3 PnP". On the card, i found the following: TELES.S0/PnP, revision 1.5 N, 1996 I don't know if that helps you, but the two SIEMENS chips on the card are: - 641L PSB 21525 N HSCX TE V2.1 - 630L PSB 2186N V1.1 ISAC-S TE Plus there is an ALTERA - EPM7032LC44-15T BA9616 As i said before, the card works perfectly under linux for over a year now, so I don't think the hardware is the problem. -- Gunnar. pgp encrypted/signed mail preferred. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 11:33:34 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id B19774573 for ; Thu, 10 Feb 2000 11:33:30 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (2286 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 10 Feb 2000 20:33:12 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 764A538C2; Thu, 10 Feb 2000 20:33:03 +0100 (MET) Subject: Re: Answering machine interrupting other channel In-Reply-To: <14498.45514.357524.717667@hinken.sparud.net> from Jan Sparud at "Feb 10, 0 01:40:42 pm" To: jan@sparud.net (Jan Sparud) Date: Thu, 10 Feb 2000 20:33:03 +0100 (MET) Cc: garyj@muc.de, freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1396 Message-Id: <20000210193303.764A538C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Jan Sparud: > 2) It's enough for the answering machine to start and then stop > immediately, the ppp connection is still frozen until it time-outs > a minute later, even if there is no traffic on the voice channel. > > It seems that something happens internally in isdnd when it forks and > execs the answering machine program (mine is a C program; I tried with > the answer.sh in contrib/ too with the same results). > > Am I the only one seeing this? I __think__ i have seen something like this. Sometimes, very, very seldom, when i use one channel and then open up another channel to a different destination (both using the ipr driver) i think (!) i noticed that the first channel stopped exchaning data for some 2, 3 or 5 seconds. I have no idea what might cause this, it occurs so seldom und non- reproducible that i didn't care for it. More, i'm not shure if even my own observation was right. If something like this is indeed happening, there is a good chance that it might be a race condition somewhere, somehow, sometimes, some..... hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 12:17:59 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 8279345C3 for ; Thu, 10 Feb 2000 12:17:46 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id VAA15590; Thu, 10 Feb 2000 21:15:32 +0100 (CET) Message-Id: <200002102015.VAA15590@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: jan@sparud.net (Jan Sparud) Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Answering machine interrupting other channel Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 10 Feb 2000 13:40:42 +0100." <14498.45514.357524.717667@hinken.sparud.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Feb 2000 21:15:32 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jan Sparud writes: > >Jan Sparud wrote: > >[Answering machine interrupting other channel] > >Gary Jennejohn replied: > >> I'd guess that the data is coming in so fast over the voice channel >> that it's swamping the data channel. The telephony service uses raw >> B-channels, which have pretty much no flow control. > >> I can't think of any way to fix this without totally screwing up the >> flow of data on the voice channel. > >Hmm, I have two reasons for thinking that this is not the case: > >1) When the answering machine is running, it's only using 5% of the > CPU (on a PIII-600 with 256M RAM). > It has nothing to do with the load on the CPU. It's related more to how fast the data are coming in on both channels. Voice data streams faster than IP traffic. >2) It's enough for the answering machine to start and then stop > immediately, the ppp connection is still frozen until it time-outs > a minute later, even if there is no traffic on the voice channel. > >It seems that something happens internally in isdnd when it forks and >execs the answering machine program (mine is a C program; I tried with >the answer.sh in contrib/ too with the same results). > ah, that's a different kettle of fish. You may be right, but I'm not familiar with the mechanism involved with the answering machine stuff since I don't use it. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 19: 9: 5 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id 43EE1462D for ; Thu, 10 Feb 2000 19:08:59 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id EAA27812; Fri, 11 Feb 2000 04:04:11 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id EAA22958; Fri, 11 Feb 2000 04:03:58 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id DAA07479; Fri, 11 Feb 2000 03:14:33 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id DAA00219; Fri, 11 Feb 2000 03:14:32 +0100 (MET) Message-Id: <200002110214.DAA00219@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Fri, 11 Feb 2000 03:14:31 +0100 To: Gary Jennejohn Subject: Re: Answering machine interrupting other channel Cc: jan@sparud.net (Jan Sparud), freebsd-isdn@FreeBSD.ORG References: <200002102015.VAA15590@peedub.muc.de> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: Gary Jennejohn > ah, that's a different kettle of fish. You may be right, but I'm not > familiar with the mechanism involved with the answering machine stuff > since I don't use it. My NetBSD 1.4.1 box crashes with some buffer 2048 bytes or so problem -- I could not read that fast... I use a Fritz PCI card. and i4b 0.90 Is the memory leak you once mentioned fixed in this version? It seems to crash only if I use the ibtel device for a number of times. --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 23: 1:24 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by builder.freebsd.org (Postfix) with SMTP id 2125546B7 for ; Thu, 10 Feb 2000 23:01:22 -0800 (PST) Received: (qmail 22595 invoked from network); 11 Feb 2000 07:05:52 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 11 Feb 2000 07:05:52 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id QAA39597; Thu, 10 Feb 2000 16:33:15 GMT (envelope-from jhs) Date: Thu, 10 Feb 2000 16:33:15 GMT Message-Id: <200002101633.QAA39597@jhs.muc.de> To: freebsd-isdn@FreeBSD.ORG Subject: free slow channel From: "Julian Stacey" Reply-To: "Julian Stacey" Organization: Vector Systems Ltd - Unix & Internet consultancy X-Web: http://www.jhs.muc.de http://bim.bsn.com/~jhs/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom would offer free continuous ISDN connection at low bandwidth. I presume this is buried inside the 16K D channel, I hope it's not tied into their own ISP service, but is generic, Anyone know more ? If I find out more I'll post. Apart from trickle feed for list mail etc, another example of use maybe: Have one's site on internet all the time @ low speed, & hack/hang a detector on the ftpd & httpd log file writing routines, scan for interesting domains, & dial out via i4b if the client request was coming from domains you'r prepared to pay telekom charges for. Julian Stacey www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 10 23:20:56 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 7023146A6 for ; Thu, 10 Feb 2000 23:20:48 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id IAA28069; Fri, 11 Feb 2000 08:20:33 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id IAA13215; Fri, 11 Feb 2000 08:21:04 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id IAA13553; Fri, 11 Feb 2000 08:20:45 +0100 (CET) Date: Fri, 11 Feb 2000 08:20:45 +0100 From: Christoph Kukulies To: Julian Stacey Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: free slow channel Message-ID: <20000211082045.E13354@gil.physik.rwth-aachen.de> References: <200002101633.QAA39597@jhs.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200002101633.QAA39597@jhs.muc.de>; from jhs@jhs.muc.de on Thu, Feb 10, 2000 at 04:33:15PM +0000 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Feb 10, 2000 at 04:33:15PM +0000, Julian Stacey wrote: > A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > would offer free continuous ISDN connection at low bandwidth. > I presume this is buried inside the 16K D channel, Sounds interesting. > I hope it's not tied into their own ISP service, but is generic, > Anyone know more ? If I find out more I'll post. > > Apart from trickle feed for list mail etc, another example of use maybe: > Have one's site on internet all the time @ low speed, & hack/hang a detector > on the ftpd & httpd log file writing routines, > scan for interesting domains, & dial out via i4b if the client request was > coming from domains you'r prepared to pay telekom charges for. Hhmm. I don't quite get the idea behind it, Julian. Could you elaborate a bit more? > > Julian Stacey www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 0:16:28 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from onizuka.vmunix.org (onizuka.vmunix.org [194.221.152.19]) by builder.freebsd.org (Postfix) with ESMTP id CA15C46B3 for ; Fri, 11 Feb 2000 00:16:25 -0800 (PST) Received: from localhost (1236 bytes) by onizuka.vmunix.org via sendmail with stdio (sender: ) (ident using unix) id for ; Fri, 11 Feb 2000 09:16:08 +0100 (CET) Message-Id: Date: Fri, 11 Feb 2000 09:16:08 +0100 (CET) From: torstenb@vmunix.org (Torsten Blum) To: freebsd-isdn@freebsd.org Subject: Re: free slow channel References: <200002101633.QAA39597@jhs.muc.de> X-Newsreader: NN version 6.5.3 (NOV) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In freebsd-isdn you write: >A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung >`Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom >would offer free continuous ISDN connection at low bandwidth. >I presume this is buried inside the 16K D channel, >I hope it's not tied into their own ISP service, but is generic, I don't know what DTAG wans to offer technically, but ATMK the only way to transfer data in the D-channel which is supported by ITU standards is X.25 via D-Channel as defined in X.31. This has been available from DTAG for a long time. I wonder if they really want to do it via X.25 or if there's either any standard I missed or if DTAG wants to define a new protocol on their own ... -tb -- OSI ist nicht deswegen tot, weil es nicht vernünftig war, sondern weil sein Mitbewerb praxisnäher ist. Man könnte sagen, das ist der Sieg des ingenieur- mäßigen Designs über das akademische Design. -- Helge Oldach über den OSI Protokollstack in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 0:24:24 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 6C0344145 for ; Fri, 11 Feb 2000 00:24:19 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id JAA16746; Fri, 11 Feb 2000 09:04:40 +0100 (CET) Message-Id: <200002110804.JAA16746@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: David Wetzel Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Answering machine interrupting other channel Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 11 Feb 2000 04:04:13 +0100." <200002110214.DAA00219@cat.turbocat.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Feb 2000 09:04:40 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Wetzel writes: >> From: Gary Jennejohn > >> ah, that's a different kettle of fish. You may be right, but I'm not >> familiar with the mechanism involved with the answering machine stuff >> since I don't use it. > >My NetBSD 1.4.1 box crashes with some buffer 2048 bytes or so problem -- I >could not read that fast... > >I use a Fritz PCI card. and i4b 0.90 > >Is the memory leak you once mentioned fixed in this version? It seems to >crash only if I use the ibtel device for a number of times. > Doesn't seem to be in the i4b-00.90.06-dev-120100.tar.gz which I have. That's strange, I thought Helle added that stuff long ago. Helle ?!? --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 1: 1:57 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 4467246AA for ; Fri, 11 Feb 2000 01:01:54 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (2449 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 11 Feb 2000 10:01:40 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id A468138C2; Fri, 11 Feb 2000 10:01:39 +0100 (MET) Subject: Re: free slow channel In-Reply-To: from Torsten Blum at "Feb 11, 0 09:16:08 am" To: torstenb@vmunix.org (Torsten Blum) Date: Fri, 11 Feb 2000 10:01:39 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1611 Message-Id: <20000211090139.A468138C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Torsten Blum: > >A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > >`Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > >would offer free continuous ISDN connection at low bandwidth. > >I presume this is buried inside the 16K D channel, > >I hope it's not tied into their own ISP service, but is generic, > > I don't know what DTAG wans to offer technically, but ATMK the only > way to transfer data in the D-channel which is supported by ITU > standards is X.25 via D-Channel as defined in X.31. This has been > available from DTAG for a long time. > > I wonder if they really want to do it via X.25 or if there's either > any standard I missed or if DTAG wants to define a new protocol on > their own ... This looks like AODI (always on dynamic isdn ?) what was hyped some months ago in the US. If i understood it correctly this works like this: you have a permanently open (virtual) X.31 connection open on the D-channel and in case you need more bandwidth one or both B-channels are opened. What i don't understand, is how the Telekom will solve the marketing and pricing problem of giving something away for free (X.31 in the D-channel) what they are currently charging extraordinary amounts of money ..... hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 1:10:29 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from onizuka.vmunix.org (onizuka.vmunix.org [194.221.152.19]) by builder.freebsd.org (Postfix) with ESMTP id DA70A46AA for ; Fri, 11 Feb 2000 01:10:27 -0800 (PST) Received: from localhost (1275 bytes) by onizuka.vmunix.org via sendmail with stdio (sender: ) (ident using unix) id for ; Fri, 11 Feb 2000 10:10:12 +0100 (CET) Message-Id: From: torstenb@vmunix.org (Torsten Blum) Subject: Re: free slow channel In-Reply-To: <20000211090139.A468138C2@hcswork.hcs.de> from Hellmuth Michaelis at "Feb 11, 2000 10:01:39 am" To: hm@hcs.de Date: Fri, 11 Feb 2000 10:10:12 +0100 (CET) Cc: torstenb@vmunix.org (Torsten Blum), freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis wrote: > What i don't understand, is how the Telekom will solve the marketing and > pricing problem of giving something away for free (X.31 in the D-channel) > what they are currently charging extraordinary amounts of money ..... Yes, and that's why I'm not sure if they'll really do it that way. Well, they can still offer it only for T-Online. Then all other X.31 users (like the Banks using X.31 for their ATM machines) still have to pay those charges. -tb -- OSI ist nicht deswegen tot, weil es nicht vernünftig war, sondern weil sein Mitbewerb praxisnäher ist. Man könnte sagen, das ist der Sieg des ingenieur- mäßigen Designs über das akademische Design. -- Helge Oldach über den OSI Protokollstack in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 2: 7:42 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from MedIS.DE (medis33.medis.de [193.141.96.33]) by builder.freebsd.org (Postfix) with ESMTP id B166746C0 for ; Fri, 11 Feb 2000 02:07:32 -0800 (PST) Received: from wolfix.medis.de (root@wolfix.medis.de [172.16.1.11] (may be forged)) by MedIS.DE (8.9.3/8.9.3) with ESMTP id LAA14441; Fri, 11 Feb 2000 11:07:26 +0100 (MET) Received: from localhost (chris@localhost) by wolfix.medis.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA10122; Fri, 11 Feb 2000 10:30:08 +0100 Date: Fri, 11 Feb 2000 10:30:07 +0100 (MET) From: Christian Wolf To: Torsten Blum Cc: hm@hcs.de, freebsd-isdn@freebsd.org Subject: Re: free slow channel In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 11 Feb 2000, Torsten Blum wrote: > Hellmuth Michaelis wrote: > > > What i don't understand, is how the Telekom will solve the marketing and > > pricing problem of giving something away for free (X.31 in the D-channel) > > what they are currently charging extraordinary amounts of money ..... > > Yes, and that's why I'm not sure if they'll really do it that way. Well, > they can still offer it only for T-Online. Then all other X.31 users (like > the Banks using X.31 for their ATM machines) still have to pay those charges. You migh have a look at http://www.heise.de/newsticker/data/jk-09.02.00-001/ if you not did already. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 2: 7:44 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from MedIS.DE (medis33.medis.de [193.141.96.33]) by builder.freebsd.org (Postfix) with ESMTP id CED0646BF for ; Fri, 11 Feb 2000 02:07:31 -0800 (PST) Received: from wolfix.medis.de (root@wolfix.medis.de [172.16.1.11] (may be forged)) by MedIS.DE (8.9.3/8.9.3) with ESMTP id LAA14438; Fri, 11 Feb 2000 11:07:24 +0100 (MET) Received: from localhost (chris@localhost) by wolfix.medis.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA00440; Wed, 9 Feb 2000 17:15:21 +0100 Date: Wed, 9 Feb 2000 17:15:21 +0100 (MET) From: Christian Wolf To: Julian Stacey Cc: freebsd-isdn@freebsd.org Subject: Re: Which PBX / TK-Anlage are compatible ? In-Reply-To: <200002091310.NAA34701@jhs.muc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 9 Feb 2000, Julian Stacey wrote: > Which PBX (= TK-Anlage) work with I4B ? & which do not ? > With the I4B card is connected to the S0 bus provided by the PBX. > I recall some PBXs have protocol problems & I4B will not work with them ? I'm running i4b with a HiCom 300 from Siemens succesfully since 1996 (that was bisdn-0.96 :-) The HiCom and FreeBSD/i4b were upgraded several times. There are two minor problems with i4b-0.90.00: 1. The Hicom sends D-Channel layer 3 IE "signal" (Q.931 4.5.28) "i4b-L3-i4b_decode_q931_cs0_ie: Unknown IE 52 - 0x34 0x1 0x41" This is logged as an error message by the kernel which fills up the logs and the kernel-message-buffer (dmesg). Fix: *** i4b_q931.c Wed Feb 9 16:57:44 2000 --- i4b_q931.c.orig Wed Feb 9 16:56:07 2000 *************** *** 442,452 **** case IEI_CALLEDPS: /* called party subaddress */ DBGL3(L3_P_MSG, "i4b_decode_q931_cs0_ie", ("IEI_CALLEDPS\n")); break; ! ! case IEI_SIGNAL: /* signal type */ ! DBGL3(L3_P_MSG, "i4b_decode_q931_cs0_ie", ("IEI_SIGNAL = %d\n", msg_ptr[2])); ! break; ! default: DBGL3(L3_P_ERR, "i4b_decode_q931_cs0_ie", ("Unknown IE %d - ", *msg_ptr)); i4b_print_frame(msg_ptr[1]+2, msg_ptr); --- 442,448 ---- case IEI_CALLEDPS: /* called party subaddress */ DBGL3(L3_P_MSG, "i4b_decode_q931_cs0_ie", ("IEI_CALLEDPS\n")); break; ! default: DBGL3(L3_P_ERR, "i4b_decode_q931_cs0_ie", ("Unknown IE %d - ", *msg_ptr)); i4b_print_frame(msg_ptr[1]+2, msg_ptr); 2. The charging information is only provided by a display-information, e.g. "[display: 0.24 DM]". So you can't set "unitlengthsrc = aocd". Chris -- Christian Wolf; ; Tel.: +49-40-76696-306 /\ MedIS - Medizinische Informations- und Steuerungssysteme GmbH /\/\ Grossmoorbogen 25, 21079 Hamburg /\/\/\ ________________________________________________________________/\/\/\/\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 2:23:44 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by builder.freebsd.org (Postfix) with ESMTP id 418D144E3 for ; Fri, 11 Feb 2000 02:23:42 -0800 (PST) Received: by mail.sparud.net (Postfix, from userid 10) id E78133E14; Fri, 11 Feb 2000 11:23:27 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14499.58143.255902.177830@hinken.sparud.net> Date: Fri, 11 Feb 2000 11:23:27 +0100 (CET) To: hm@hcs.de Cc: freebsd-isdn@freebsd.org Subject: Re: Answering machine interrupting other channel In-Reply-To: <20000210193303.764A538C2@hcswork.hcs.de> References: <14498.45514.357524.717667@hinken.sparud.net> <20000210193303.764A538C2@hcswork.hcs.de> X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Am I the only one seeing this? > I __think__ i have seen something like this. Sometimes, very, very > seldom, when i use one channel and then open up another channel to a > different destination (both using the ipr driver) i think (!) i > noticed that the first channel stopped exchaning data for some 2, 3 > or 5 seconds. > I have no idea what might cause this, it occurs so seldom und non- > reproducible that i didn't care for it. More, i'm not shure if even > my own observation was right. > If something like this is indeed happening, there is a good chance > that it might be a race condition somewhere, somehow, sometimes, > some..... Well, I guess I have to delve down into to the source again then. ;-) This is the only show-stopper for an otherwise beautifully working system. We run test home gateways on a number of NetBSD boxes with dial-on-demand in both directions, and i4b works very well for that (many thanks!). But now I want to add the functionality of getting access to the gateway via the answering machine... /Janne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 7:46:13 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 812C64700 for ; Fri, 11 Feb 2000 07:45:46 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (3197 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 11 Feb 2000 16:45:31 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id EA9EE38C2; Fri, 11 Feb 2000 16:45:30 +0100 (MET) Subject: Re: Elsa QuickStep In-Reply-To: <200002091939.UAA10394@mbox01-rm.flashnet.it> from Andrea Venturoli at "Feb 9, 0 08:37:18 pm" To: ml.ventu@flashnet.it Date: Fri, 11 Feb 2000 16:45:30 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 2363 Message-Id: <20000211154530.EA9EE38C2@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andrea Venturoli: > >The LED's on the ELSA cards are never turned on or off in i4b, they are > >never set or reset under i4b, do not indicate anything, have no meaning > >and can be completely ignored under i4b. > > So, is there any way I can check if my card is working and to what degree in order to > understand where the problem is? > > The only thing I get is: > > >i4b-L1-timer3_expired: state = F4 Awaiting Signal > >i4b-L1-isic_recover: HSCX B: ISTA = 0x0 > >i4b-L1-isic_recover: ISAC: ISTA = 0x95 > >i4b-L1-isic_recover: ISAC: EXIR = 0x10 > >i4b-L1-isic_recover: ISAC: CISQ = 0x12 > >i4b-L1-isic_recover: HSCX B: IMASK = 0xff > >i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 > >i4b-L1-isic_recover: ISAC: IMASK = 0x2a > >i4b-L2-i4b_T202_timeout: unit 0, N202 = 3 > >i4b-L1-ph_data_req: still in state F3! > >i4b-L3-T303_timeout: SETUP not answered, cr = 43 > >i4b-L3-next_l3state: FSM illegal state, state = ST_OW - Out Wait EST, event = EV_T303EXP - > T303 timeout! The interrupts generated by the card are somehow not delivered to the configured interrupt handler in the kernel. This is either a hardware (card) problem or a BIOS setup problem or a kernel configuration problem. This case is handled in great length in the FAQ which is part of i4b, please have a look at it! hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 10: 2: 5 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id AA48D47DB for ; Fri, 11 Feb 2000 10:02:00 -0800 (PST) Received: from bo.flashnet.it (ip110.pool-10.flashnet.it [195.191.10.111]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id TAA31863 for ; Fri, 11 Feb 2000 19:01:43 +0100 Message-Id: <200002111801.TAA31863@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Fri, 11 Feb 2000 18:59:07 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Elsa QuickStep 1000 pro problems: found more info. Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I've found some more info on my problem with my ISDN card: can someone help me to get some insight on what's going on with this log? Or, in case that's too much trouble can you just point me to some text I can read? (I already checked FreeBSD's handbook, FreeBSD's FAQ, i4b's Handbook, i4b's FAQ and any man page I could think of) Feb 11 15:16:24 ugo /kernel: i4b-L4-i4brbchopen: unit 0, open Feb 11 15:16:24 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, clearing non-blocking mode Feb 11 15:16:24 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, clearing async mode Feb 11 15:16:25 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, attempting dialout to 051257511 Feb 11 15:16:25 ugo /kernel: i4b-L4-reserve_cd: found free cd - index=0 cdid=3 Feb 11 15:16:25 ugo /kernel: i4b-L4-cd_by_cdid: found cdid - index=0 cdid=3 cr=0 Feb 11 15:16:25 ugo /kernel: i4b-L4-i4bioctl: I4B_CONNECT_REQ times, algorithm=0 unitlen=90 idle=0 earlyhup=5 Feb 11 15:16:25 ugo /kernel: i4b-L4-cd_by_cdid: found cdid - index=0 cdid=3 cr=4 Feb 11 15:16:25 ugo /kernel: i4b-L3-next_l3state: L3 FSM event [EV_SETUPRQ - L4 SETUP REQ]: [ST_U0 - Null => ST_SUSE - Subroutine sets state] Feb 11 15:16:25 ugo /kernel: i4b-L3-F_00A: FSM function F_00A executing Feb 11 15:16:25 ugo /kernel: i4b-L2-DL-ESTABLISH-REQ: unit 0 Feb 11 15:16:25 ugo /kernel: i4b-L1-PH-ACTIVATE-REQ: unit 0 Feb 11 15:16:25 ugo /kernel: i4b-L1-isic_next_state: FSM event [EV_PHAR PH_ACT_REQ]: [F3 Deactivated => F4 Awaiting Signal] Feb 11 15:16:25 ugo /kernel: i4b-L1-F_AR: FSM function F_AR executing Feb 11 15:16:25 ugo /kernel: i4b-L1-isic_isac_l1_cmd: tx AR8 in state F3 Deactivated Feb 11 15:16:25 ugo /kernel: i4b-L1-T3_start: state = F3 Deactivated Feb 11 15:16:25 ugo /kernel: i4b-L2-i4b_next_l2state: FSM event [EV_DLESTRQ]: [ST_TEI_UNAS/0 => ST_EST_AW_TEI/2] Feb 11 15:16:25 ugo /kernel: i4b-L2-F_TU01: FSM function F_TU01 executing Feb 11 15:16:26 ugo /kernel: i4b-L2-MDL-ASSIGN-IND: unit 0 Feb 11 15:16:26 ugo /kernel: i4b-L2-i4b_tei_assign: tx TEI ID_Request Feb 11 15:16:26 ugo /kernel: i4b-L2-i4b_T202_start: unit 0 Feb 11 15:16:26 ugo /kernel: i4b-L1-ph_data_req: No Space in TX FIFO, state = F4 Awaiting Signal Feb 11 15:16:26 ugo /kernel: i4b-L3-T303_start: cr = 4 Feb 11 15:16:26 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, clearing non-blocking mode Feb 11 15:16:26 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, clearing async mode Feb 11 15:16:26 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, ioctl, unknown cmd 40047477 Feb 11 15:16:26 ugo /kernel: i4b-L4-i4brbclose: unit 0, closed Feb 11 15:16:26 ugo /kernel: i4b-L1-timer3_expired: state = F4 Awaiting Signal Feb 11 15:16:26 ugo /kernel: i4b-L1-isic_recover: HSCX B: ISTA = 0x0 Feb 11 15:16:26 ugo /kernel: i4b-L1-isic_recover: ISAC: ISTA = 0x5 Feb 11 15:16:26 ugo /kernel: i4b-L1-isic_recover: ISAC: EXIR = 0x10 Feb 11 15:16:27 ugo /kernel: i4b-L1-isic_recover: ISAC: CISQ = 0x12 Feb 11 15:16:27 ugo /kernel: i4b-L1-isic_recover: HSCX B: IMASK = 0xff Feb 11 15:16:27 ugo /kernel: i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 Feb 11 15:16:27 ugo /kernel: i4b-L1-isic_recover: ISAC: IMASK = 0x2a Feb 11 15:16:27 ugo /kernel: i4b-L1-MPH-STATUS-IND: unit 0, status=5, parm=0 Feb 11 15:16:27 ugo /kernel: i4b-L2-i4b_T200_stop: unit 0 Feb 11 15:16:27 ugo /kernel: i4b-L2-i4b_T202_stop: unit 0 Feb 11 15:16:27 ugo /kernel: i4b-L2-i4b_mph_status_ind: unit 0, cannot access S0 bus! Feb 11 15:16:27 ugo /kernel: i4b-L3-i4b_mdl_status_ind: unit = 0, status = 5, parm = 0 Feb 11 15:16:27 ugo /kernel: i4b-L3-i4b_mdl_status_ind: STI_NOL1ACC: unit 0 no outgoing access to S0 Feb 11 15:16:27 ugo /kernel: i4b-L4-i4b_l4_disconnect_ind: channel free not B1/B2 but -1! Feb 11 15:16:27 ugo /kernel: i4b-L1-isic_next_state: FSM event [EV_T3 Timer 3 expired]: [F4 Awaiting Signal => F3 Deactivated] Feb 11 15:16:27 ugo /kernel: i4b-L1-F_T3ex: FSM function F_T3ex executing Feb 11 15:16:27 ugo /kernel: i4b-L1-PH-DEACTIVATE-IND: unit 0 Feb 11 15:16:28 ugo /kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 4 Feb 11 15:16:28 ugo /kernel: i4b-L3-next_l3state: L3 FSM event [EV_T303EXP - T303 timeout]: [ST_OW - Out Wait EST => Illegal State] Feb 11 15:16:28 ugo /kernel: i4b-L3-F_ILL: FSM function F_ILL executing Feb 11 15:16:28 ugo /kernel: i4b-L3-next_l3state: FSM illegal state, state = ST_OW - Out Wait EST, event = EV_T303EXP - T303 timeout! Bye & Thanks a lot av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 13:17: 2 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id B8F1A3E7C for ; Fri, 11 Feb 2000 13:16:55 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA17895; Fri, 11 Feb 2000 22:13:19 +0100 (CET) Message-Id: <200002112113.WAA17895@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Andrea Venturoli Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Elsa QuickStep 1000 pro problems: found more info. Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 11 Feb 2000 18:59:07 EST." <200002111801.TAA31863@mbox01-rm.flashnet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Feb 2000 22:13:19 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrea Venturoli writes: >Feb 11 15:16:24 ugo /kernel: i4b-L4-i4brbchopen: unit 0, open [snip] >Feb 11 15:16:26 ugo /kernel: i4b-L2-i4b_T202_start: unit 0 Up to here it all looks normal. After this point it starts looking _really_ weird. >Feb 11 15:16:26 ugo /kernel: i4b-L1-ph_data_req: No Space in TX FIFO, state = >F4 Awaiting Signal <-- what's this ? shouldn't happen, normally [snip] >Feb 11 15:16:26 ugo /kernel: i4b-L4-i4brbchioctl: unit 0, ioctl, unknown cmd 4 >0047477 <-- and this is REALLY strange. [snip] >Feb 11 15:16:26 ugo /kernel: i4b-L1-isic_recover: HSCX B: ISTA = 0x0 >Wait EST, event = EV_T303EXP - T303 timeout! > isic_recover is an emergency error handler, generally as the result of a timeout, which you have. [snip] I assume that you're using PPPoI here (PPPonISDN) ? Because of the rbch, that is. I'd say that your card is set up for the wrong interrupt. The symptoms all point at that. That's why the T303 timeout happens. Or your ISDN cable is shot, or the NTBA is shot, or your card is shot. Most likely is a problem with the interrupt, though. Why those other strange messages appear - I have not the least idea. Is this a fragment from a log with numerous abortive connect attampts ? --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 16:21: 4 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by builder.freebsd.org (Postfix) with ESMTP id EFA594197 for ; Fri, 11 Feb 2000 16:20:58 -0800 (PST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA89829; Sat, 12 Feb 2000 10:50:56 +1030 (CST) Date: Sat, 12 Feb 2000 10:50:56 +1030 From: Greg Lehey To: Julian Stacey Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: free slow channel Message-ID: <20000212105055.F89378@freebie.lemis.com> References: <200002101633.QAA39597@jhs.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200002101633.QAA39597@jhs.muc.de> WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: > A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > would offer free continuous ISDN connection at low bandwidth. > I presume this is buried inside the 16K D channel, > I hope it's not tied into their own ISP service, but is generic, > Anyone know more ? If I find out more I'll post. I don't know about Germany, but I do know that another European carrier is experimenting with this idea. I've been asked not to reveal which, though if you have been following the FreeBSD lists you should have seen the message and noticed what is going on. > Apart from trickle feed for list mail etc, another example of use > maybe: Have one's site on internet all the time @ low speed, & > hack/hang a detector on the ftpd & httpd log file writing routines, > scan for interesting domains, & dial out via i4b if the client > request was coming from domains you'r prepared to pay telekom > charges for. When I was living in Germany, I was very interested in D-channel ISDN for DNS lookups and such, which frequently caused significant cost (one unit per lookup). I fixed that the obvious way, of course, with an off-site DNS primary. It might be interesting for mail delivery as well, though. Does anybody have an idea how fast D-channel ISDN would be? I'd expect that you could get a significant portion of the 16 kb/s, so it wouldn't be *that* slow. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 17:31:51 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by builder.freebsd.org (Postfix) with ESMTP id A14EF40E7 for ; Fri, 11 Feb 2000 17:31:42 -0800 (PST) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 12JRNm-0006Fz-00; Sat, 12 Feb 2000 01:29:58 +0000 Date: Sat, 12 Feb 2000 02:29:58 +0100 (CET) From: Marc Schneiders To: Greg Lehey Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel In-Reply-To: <20000212105055.F89378@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 12 Feb 2000, Greg Lehey wrote: > On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: > > A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > > `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > > would offer free continuous ISDN connection at low bandwidth. > > I presume this is buried inside the 16K D channel, > > I hope it's not tied into their own ISP service, but is generic, > > Anyone know more ? If I find out more I'll post. > > I don't know about Germany, but I do know that another European > carrier is experimenting with this idea. I've been asked not to > reveal which, though if you have been following the FreeBSD lists you > should have seen the message and noticed what is going on. > Please, give us a hint, someone. I suppose it won't be my country, where the former state-owned telephone company still has a monopoly on local calls. We pay $1.50 an hour for internet during office hours (which are from 8 to 8 hours for this purpose). If, it is us (NL=Netherlands=Holland), it might be nice to know asap to start finding ways to set up things... > > Apart from trickle feed for list mail etc, another example of use > > maybe: Have one's site on internet all the time @ low speed, & > > hack/hang a detector on the ftpd & httpd log file writing routines, > > scan for interesting domains, & dial out via i4b if the client > > request was coming from domains you'r prepared to pay telekom > > charges for. > > When I was living in Germany, I was very interested in D-channel ISDN > for DNS lookups and such, which frequently caused significant cost > (one unit per lookup). I fixed that the obvious way, of course, with > an off-site DNS primary. It might be interesting for mail delivery as > well, though. > > Does anybody have an idea how fast D-channel ISDN would be? I'd > expect that you could get a significant portion of the 16 kb/s, so it > wouldn't be *that* slow. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message > -- Marc Schneiders marc@venster.nl http://zelf.net marc@oldserver.demon.nl propro 2:26am up 4 days, 4:37, load average: 2.57 2.35 2.24 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 11 21:21:53 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 826273F83 for ; Fri, 11 Feb 2000 21:21:50 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1666 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sat, 12 Feb 2000 06:21:37 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id F2B913891; Sat, 12 Feb 2000 06:21:36 +0100 (MET) Subject: Re: Elsa QuickStep 1000 pro problems: found more info. In-Reply-To: <200002111801.TAA31863@mbox01-rm.flashnet.it> from Andrea Venturoli at "Feb 11, 0 06:59:07 pm" To: ml.ventu@flashnet.it Date: Sat, 12 Feb 2000 06:21:36 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 795 Message-Id: <20000212052136.F2B913891@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andrea Venturoli: > I've found some more info on my problem with my ISDN card: can someone help me to get some > insight on what's going on with this log? It is still the very basic problem that the cards interrupt does not get to the interrupt handler. You have to solve this problem first! As i said before, its either a card hardware problem or a BIOS setup problem or a kernel configuration problem. Please read the i4b FAQ on this subject! hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 12 4:25:58 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id 357653E43 for ; Sat, 12 Feb 2000 04:25:54 -0800 (PST) Received: from bo.flashnet.it (ip002.pool-10.flashnet.it [195.191.10.3]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id NAA07414 for ; Sat, 12 Feb 2000 13:25:45 +0100 Message-Id: <200002121225.NAA07414@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Sat, 12 Feb 2000 13:22:50 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from hm@hcs.de Fri, 11 Feb 2000 16:45:30 +0100 (MET) > The interrupts generated by the card are somehow not delivered to the > configured interrupt handler in the kernel. This is what I suspected. > This case is handled in great length in the FAQ which is part of i4b, > please have a look at it! I've read them through a lot of times, but the only practical suggestion I found was to have a look into my BIOS settings. Problem is the machine we are talking about is an IBM PS VP: I don't know if you ever had the chance to tamper with one, but its BIOS configuration doesn't go any farther than letting me choose what lpt and com ports the i/o connectors on the mb should be matched to. Also, since it's a non PnP BIOS, it obviously lacks any settings in that area, and that's why I had to use userconfig. > This is either a hardware > (card) problem or a BIOS setup problem or a kernel configuration > problem. The card works with another OS (OS/2), so it's ok, and I also tried moving the card and the HD into a completely different machine (only changing the kernel, for obvious reasons) and the behaviour is the same. WRT the kernel, I followed the instruction I found in i4b's handbook and here's what I have (I only report what I think is relevant): controller isa0 controller pnp0 options "ELSA_QS1ISA" #device isic0 at isa? port ? net irq ? vector isicintr device isic0 at isa? port ? irq ? pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 1 pseudo-device "i4bctl" pseudo-device "i4brbch" 2 As you see I reported two device isic0 lines, one is written as suggested in i4b's handbook, the other is copied from 3.4R kernel LINT file: I obviously tried both and none works. My suspicions are that userconfig, while stating that it set up my card correctly, actually fails to do so, even if my kernel reports to find it there. Is this possible? Here's my kernel.conf: pnp 1 0 os irq0 15 port0 0x160 enable q and the corresponding dmesg's output: Probing for PnP devices: CSN 1 Vendor ID: ELS0133 [0x33019315] Serial 0x00011961 Comp ID: @@@0000 [0x00000000] isic0: ELSA QuickStep 1000pro (ISA) isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x160) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x10160, AddrB=0x20160) isic0 (i4b_pnp sn 0x00011961) at 0x160 irq 15 flags 0xd on isa Bye & Thanks av. P.S. In the meanwhile, thinking I would get no more answers, I sent you the debug output with more details, so we had some crossing of messages, sorry about this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 12 5: 6:16 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id 4AF7C3D16 for ; Sat, 12 Feb 2000 05:06:13 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id OAA22768; Sat, 12 Feb 2000 14:05:34 +0100 (CET) Message-Id: <200002121305.OAA22768@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Andrea Venturoli Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Elsa QuickStep Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 12 Feb 2000 13:22:50 EST." <200002121225.NAA07414@mbox01-rm.flashnet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 12 Feb 2000 14:05:34 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrea Venturoli writes: >> This is either a hardware >> (card) problem or a BIOS setup problem or a kernel configuration >> problem. >The card works with another OS (OS/2) so can't you look at the hardware settings under OS/2 and use the same values for FreeBSD ? Seems to make sense to me. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 12 5:22:10 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 15A273D10 for ; Sat, 12 Feb 2000 05:22:04 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (2223 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sat, 12 Feb 2000 14:22:00 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 6B24C3890; Sat, 12 Feb 2000 14:21:59 +0100 (MET) Subject: Re: Elsa QuickStep In-Reply-To: <200002121225.NAA07414@mbox01-rm.flashnet.it> from Andrea Venturoli at "Feb 12, 0 01:22:50 pm" To: ml.ventu@flashnet.it Date: Sat, 12 Feb 2000 14:21:59 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1388 Message-Id: <20000212132159.6B24C3890@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andrea Venturoli: > > and the corresponding dmesg's output: > Probing for PnP devices: > CSN 1 Vendor ID: ELS0133 [0x33019315] Serial 0x00011961 Comp ID: @@@0000 [0x00000000] > isic0: ELSA QuickStep 1000pro (ISA) > isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x160) > isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x10160, AddrB=0x20160) > isic0 (i4b_pnp sn 0x00011961) at 0x160 irq 15 flags 0xd on isa This looks perfectly. The card is probed correctly and the chips are identified correctly so the chips can be accessed and are accessed correctly. The card will interrupt at irq 15 and this is obviously the problem. The only thing i can think of is that irq 15 is already occupied by another device in your system: typically this interrupt is assigned to the second IDE controller on a mainboard. Try to use another interrupt! hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 12 6:31:12 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by builder.freebsd.org (Postfix) with SMTP id 330133D33 for ; Sat, 12 Feb 2000 06:31:07 -0800 (PST) Received: (qmail 3546 invoked from network); 12 Feb 2000 14:35:43 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 12 Feb 2000 14:35:43 -0000 Received: from wall.jhs.no_domain (localhost [127.0.0.1]) by jhs.muc.de (8.9.3/8.9.3) with ESMTP id OAA03914 for ; Sat, 12 Feb 2000 14:05:46 GMT (envelope-from jhs@wall.jhs.no_domain) Message-Id: <200002121405.OAA03914@jhs.muc.de> To: freebsd-isdn@FreeBSD.ORG Subject: Re: free slow channel From: "Julian Stacey" Organization: Vector Systems Ltd - Unix & Internet consultancy X-Web: http://www.jhs.muc.de http://bim.bsn.com/~jhs/ In-reply-to: Your message of "Fri, 11 Feb 2000 08:20:35 +0100." <20000211082045.E13354@gil.physik.rwth-aachen.de> Date: Sat, 12 Feb 2000 15:05:44 +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The friend who initially tipped me off, just sent this: > http://www.connect-online.de/CNC/topnews/home.asp?ID=1218 > Telekom-Flatrate ab März? > 10.02.2000 > Die Deutsche Telekom will angeblich direkt nach der CeBIT sogenannte Flatrates > einen Internet-Zugang zum Pauschaltarif zunächst in Berlin und Hannover starte > Ersten Meldungen zufolge können Kunden für zehn Mark im Monat den D-Kanal von > ISDN für die Übertragung kleinerer Datenmengen nutzen. Nähere Informationen > seitens der Telekom soll es morgen geben. If the newspaper does have info on line, it will probably be in their 30 day "Archiv" section, or maybe under "Computer & Co" somewhere under http://www.sueddeutsche.de/ > Christoph Kukulies wrote: > > Apart from trickle feed for list mail etc, another example of use maybe: > > Have one's site on internet all the time @ low speed, & hack/hang a detecto > r > > on the ftpd & httpd log file writing routines, > > scan for interesting domains, & dial out via i4b if the client request was > > coming from domains you'r prepared to pay telekom charges for. > > Hhmm. I don't quite get the idea behind it, Julian. Could you > elaborate a bit more? Assuming the benfits of slow continuous 24/7 connection are obvious (news feed to spool queue, smtp, cvsup, ctm_rmail etc :-) What we could also benefit from is automatic intermittent high bandwidth paid bursts, even when we're not there to start it, but Only when we consider it worth the money, EG: - We're physicaly at some remote internet site, & need some data from home (but we don't want to use a modem/isdn to call, (maybe long distance), &/or or maybe firewall operators at the site we are at would throw a fit if they saw a modem/isdn card connected to their phone lines, etc. - One of our favoured customers is cruising our home web, but won't tolerate the slow speed, we'd gladly pay Telecom for more bandwidth temporarily, but we're not there to open the line, so we want it done automaticaly. - We're a small company who can't /won't afford the leased line charge of the phone company, nor the monthly leased permanent access costs of the ISP, but we do want to be 24/7 available. Remote hosting of httpd is insufficient, & we don't want to tell the ISP, "call us with all non ICMP (Ping), & we'll call back" .... We don't want to pay for every web robot cruising by (robots build indexes for search engines), We're not even interested in paying for all idle human browsers who pass by. It's too difficult / impossible to config/specify to the ISP, when the ISP should call us, (& we would have to return the call before knowing if it was worth incurring the phone bill). Whereas with a slow continuous connection, we can let the access proceed for free a little further, then our computer can decide if it is worth paying for a 64K channel. How to provide 24/7 connection with automatic intermittent high bandwidth : First assume the i4b gurus write us a new net interface called EG slow0. We can then easily hack ftpd & httpd [& maybe rlogind, whatever] (perhaps at the point where the daemon writes the log file, as that's easy to find), & make our decision about paying for 64K, based on the request, EG .... - httpd: Is requestor's domain listed as one of our existing customers ? Did he pass us a special password key as URL or CGI etc ? Or just a robot, accessing httpd://localhost/robots.txt ? - rlogin: If "jhs" or "kuku" or "hm" (according to site) has just given his correct password, well, that the phone bill payer himself, so of course open a 64K line. ... whatever your criteria, once youve decided to pay money for a 64K line fork exec code that does more or less this: { route delete default # default was slow0 route add default -interface ipr0 sleep 600 route delete default route add default -interface slow0 } So for [10] minutes you pay for all services accessing your site to get 64K, (or until auto-timeout drops the 64K) then revert to slow0 maybe at a fraction of the 9K6, until the next connection worth paying for. (OK, agreed with auto-timeout & re entrancy, it'll get more complex :-) > From: hm@hcs.de (Hellmuth Michaelis) > What i don't understand, is how the Telekom will solve the marketing and > pricing problem of giving something away for free (X.31 in the D-channel) > what they are currently charging extraordinary amounts of money ..... At a fraction of 9K6, it will reduce your phone bill on news spool slurp, sendmail, etc; but most normal people mostly just surf live, so will still pay Telekom for 64K. With more news to read offline free, there will be now more URLs to browse live too. + it now looks like not quite free, but DM 10/month. Plus, our computers will start making more outgoing 64K calls even when we're not there, (because we want them to, for our important customers), so Telekom may make More money off us (but we'll want them to ! ) > From: torstenb@vmunix.org (Torsten Blum) > Well, they can still offer it only for T-Online. I hope the regulatory authorities would discipline any phone company so abusing its monopoly position to cross subsidise it's own in house ISP. Julian Julian H. Stacey http://www.jhs.muc.de http://bim.bsn.com/~jhs/ FreeBSD-3.4: Free system software with 2900 free packages, Linux compatible. Netscape & Word Perfect run free on FreeBSD ... Aufniedersehen Microsoft ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 12 10: 0: 9 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from www.est.is (eh.est.is [194.144.208.34]) by builder.freebsd.org (Postfix) with ESMTP id EE8343E4A for ; Sat, 12 Feb 2000 10:00:04 -0800 (PST) Received: from toti.est.is (gateway.toti.est.is [194.144.208.241]) by www.est.is (8.9.3/8.9.3) with ESMTP id RAA03147; Sat, 12 Feb 2000 17:59:42 GMT (envelope-from totii@est.is) Received: from est.is (asus.est.is [194.144.208.242]) by toti.est.is (8.9.3/8.9.1) with ESMTP id RAA88605; Sat, 12 Feb 2000 17:59:31 GMT (envelope-from totii@est.is) Message-ID: <38A59C9B.EACF09C3@est.is> Date: Sat, 12 Feb 2000 17:47:07 +0000 From: =?iso-8859-1?Q?=DE=F3r=F0ur=20=CDvarsson?= Reply-To: thivars@est.is X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: Julian Stacey , freebsd-isdn@FreeBSD.ORG Subject: Re: free slow channel References: <200002101633.QAA39597@jhs.muc.de> <20000212105055.F89378@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here in Iceland we can get access to the remaining portion of D channel but as X.25 address/and use, every call is billed and every packet sent/received. Credit card companies are using this for their POS terminals. Most users here are not aware of the usefullness of this channel for mail delivery and any low bandwidth apps, It might be possible to get the docs here for driver design if somone would like to look at them. Greg Lehey wrote: > > On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: > > A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > > `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > > would offer free continuous ISDN connection at low bandwidth. > > I presume this is buried inside the 16K D channel, > > I hope it's not tied into their own ISP service, but is generic, > > Anyone know more ? If I find out more I'll post. > > I don't know about Germany, but I do know that another European > carrier is experimenting with this idea. I've been asked not to > reveal which, though if you have been following the FreeBSD lists you > should have seen the message and noticed what is going on. > > > Apart from trickle feed for list mail etc, another example of use > > maybe: Have one's site on internet all the time @ low speed, & > > hack/hang a detector on the ftpd & httpd log file writing routines, > > scan for interesting domains, & dial out via i4b if the client > > request was coming from domains you'r prepared to pay telekom > > charges for. > > When I was living in Germany, I was very interested in D-channel ISDN > for DNS lookups and such, which frequently caused significant cost > (one unit per lookup). I fixed that the obvious way, of course, with > an off-site DNS primary. It might be interesting for mail delivery as > well, though. > > Does anybody have an idea how fast D-channel ISDN would be? I'd > expect that you could get a significant portion of the 16 kb/s, so it > wouldn't be *that* slow. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 12 11:21:26 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by builder.freebsd.org (Postfix) with ESMTP id 477444374 for ; Sat, 12 Feb 2000 11:21:16 -0800 (PST) Received: from mailstore.ppp.net (pop3.ppp.net [212.18.80.90]) by mail.ppp.net (8.8.8/8.8.8) with ESMTP id UAA18671 for ; Sat, 12 Feb 2000 20:21:10 +0100 Received: (from uucp@localhost) by mailstore.ppp.net (8.9.3/8.9.3/Debian/GNU) with UUCP id UAA19545 for freebsd-isdn@freebsd.org; Sat, 12 Feb 2000 20:17:17 +0100 Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id CF45A52BF0 for ; Sat, 12 Feb 2000 20:17:12 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id C6D551F17; Sat, 12 Feb 2000 20:17:08 +0100 (CET) Subject: Re: free slow channel In-Reply-To: <38A59C9B.EACF09C3@est.is> from =?ISO-8859-1?Q?=DE=F3r=F0ur_=CDvarsson?= at "Feb 12, 2000 5:47: 7 pm" To: freebsd-isdn@freebsd.org (ISDN for BSD) Date: Sat, 12 Feb 2000 20:17:08 +0100 (CET) Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-Id: <20000212191708.C6D551F17@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Þórður Ívarsson wrote: > Here in Iceland we can get access to the remaining portion of D channel > but as X.25 address/and use, every call is billed and every packet > sent/received. Credit card companies are using this for their POS > terminals. Most users here are not aware of the usefullness of this > channel for mail delivery and any low bandwidth apps, It might be > possible to get the docs here for driver design if somone would like to > look at them. Its the same here. If it were only the call and packet billed all would be fine, but you have to subscribe it here and this is relatively expensive currently. The protocol specification is not the problem (this is just X.31 which is X.25 on the D-channel) - the implementation is the problem. Someone has to do "real hard boring work (tm)" and implement X.25. hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 11:38:25 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id DDBE23F31 for ; Sun, 13 Feb 2000 11:38:18 -0800 (PST) Received: from bo.flashnet.it (ip065.pool-10.flashnet.it [195.191.10.66]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id UAA24200 for ; Sun, 13 Feb 2000 20:38:17 +0100 Message-Id: <200002131938.UAA24200@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Sun, 13 Feb 2000 20:35:28 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from Gary Jennejohn Sat, 12 Feb 2000 14:05:34 +0100 > so can't you look at the hardware settings under OS/2 and use the same values > for FreeBSD ? Seems to make sense to me. Tried that. I think I tried all possible settings. Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 11:38:41 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id 4D9BD3FAB for ; Sun, 13 Feb 2000 11:38:19 -0800 (PST) Received: from bo.flashnet.it (ip065.pool-10.flashnet.it [195.191.10.66]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id UAA24205 for ; Sun, 13 Feb 2000 20:38:20 +0100 Message-Id: <200002131938.UAA24205@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Sun, 13 Feb 2000 20:35:33 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from hm@hcs.de Sat, 12 Feb 2000 14:21:59 +0100 (MET) > The card will interrupt at irq 15 and this is obviously the problem. The only > thing i can think of is that irq 15 is already occupied by another device in > your system: typically this interrupt is assigned to the second IDE controller > on a mainboard. I have no second IDE controller. > Try to use another interrupt! I tried 15, 12, 11, 3 and 4 (the last two after disabling the com ports on the mb); those are all the free IRQs I have available. Is there a way I can see if IRQs are generated and which ones? How does the IRQ detection system works? I mean how do the kernel tell my card is on IRQ 15? Is it because I specified that in userconfig or does it probe it? Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 12:56:42 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 1C4B141FA for ; Sun, 13 Feb 2000 12:56:39 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1730 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sun, 13 Feb 2000 21:56:46 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 4029C397F; Sun, 13 Feb 2000 21:56:45 +0100 (MET) Subject: Re: Elsa QuickStep In-Reply-To: <200002131938.UAA24205@mbox01-rm.flashnet.it> from Andrea Venturoli at "Feb 13, 0 08:35:33 pm" To: ml.ventu@flashnet.it Date: Sun, 13 Feb 2000 21:56:44 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 895 Message-Id: <20000213205645.4029C397F@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andrea Venturoli: > > Try to use another interrupt! > > I tried 15, 12, 11, 3 and 4 (the last two after disabling the com ports on the mb); those > are all the free IRQs I have available. > Is there a way I can see if IRQs are generated and which ones? vmstat -i > How does the IRQ detection system works? I mean how do the kernel tell > my card is on IRQ 15? The pnp subsystem programs this value into your card at kernel boot time. > Is it because I specified that in userconfig or does it probe it? I think because you userconfig it. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 13:27:40 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 4BD884292 for ; Sun, 13 Feb 2000 13:27:24 -0800 (PST) Received: from snafu.physik.rwth-aachen.de (IDENT:ihty41553a6g4u7xw9qm@s3m057.dialup.RWTH-Aachen.DE [137.226.7.57]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id WAA02077 for ; Sun, 13 Feb 2000 22:27:32 +0100 (MET) Received: (from sturm@localhost) by snafu.physik.rwth-aachen.de (8.9.3/8.9.3) id WAA17427; Sun, 13 Feb 2000 22:26:43 +0100 (CET) Date: Sun, 13 Feb 2000 22:26:43 +0100 (CET) From: Nikolay Sturm To: freebsd-isdn@freebsd.org Subject: OpenBSD again Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! The lectures are over so I had time to play with my teles 16.3 again. After finding out that IRQ 12 is somehow a bad idea to use in my system (ps/2 is disabled) I got the answer machine up and running. So I am back at the problem with the machine crashing if I want to use dial on demand. I'll have a look at the l4-code (remember: _i4b_l4_ifstate_changed+0x22 caused the crash) and let you know if I find anything. If YOU know something, any hints are welcomed!!! bye, Nikolay -- PGP: 2048/BEDC92A1 5D 71 64 79 6C EA 7D 51 4E E7 37 CE 4F 1A 39 26 GPG: 1024D/7825D431 1FBD 4D68 6450 C390 CA04 E4EE 3908 77E1 7825 D431 Wake up and piss, the world is on fire! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 17:20:30 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by builder.freebsd.org (Postfix) with ESMTP id 515003D07 for ; Sun, 13 Feb 2000 17:20:26 -0800 (PST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA93087; Mon, 14 Feb 2000 11:51:07 +1030 (CST) Date: Mon, 14 Feb 2000 11:51:07 +1030 From: Greg Lehey To: Marc Schneiders Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel Message-ID: <20000214115107.O2699@freebie.lemis.com> References: <20000212105055.F89378@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Saturday, 12 February 2000 at 2:29:58 +0100, Marc Schneiders wrote: > On Sat, 12 Feb 2000, Greg Lehey wrote: > >> On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: >>> A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung >>> `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom >>> would offer free continuous ISDN connection at low bandwidth. >>> I presume this is buried inside the 16K D channel, >>> I hope it's not tied into their own ISP service, but is generic, >>> Anyone know more ? If I find out more I'll post. >> >> I don't know about Germany, but I do know that another European >> carrier is experimenting with this idea. I've been asked not to >> reveal which, though if you have been following the FreeBSD lists you >> should have seen the message and noticed what is going on. > > Please, give us a hint, someone. I suppose it won't be my country, > where the former state-owned telephone company still has a monopoly on > local calls. We pay $1.50 an hour for internet during office hours > (which are from 8 to 8 hours for this purpose). > If, it is us (NL=Netherlands=Holland), it might be nice to know asap > to start finding ways to set up things... Well, I forgot the name of the person who sent the mail message, but he was asking why his pings always took a multiple of 10 ms. It turned out it had something to do with the way the exchange forwarded the packets. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 18:28:11 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by builder.freebsd.org (Postfix) with ESMTP id B77E14990 for ; Sun, 13 Feb 2000 18:27:59 -0800 (PST) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 12KBF8-0002GE-00; Mon, 14 Feb 2000 02:28:06 +0000 Date: Mon, 14 Feb 2000 03:28:05 +0100 (CET) From: Marc Schneiders To: Greg Lehey Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel In-Reply-To: <20000214115107.O2699@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 14 Feb 2000, Greg Lehey wrote: > On Saturday, 12 February 2000 at 2:29:58 +0100, Marc Schneiders wrote: > > On Sat, 12 Feb 2000, Greg Lehey wrote: > > > >> On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: > >>> A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > >>> `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > >>> would offer free continuous ISDN connection at low bandwidth. > >>> I presume this is buried inside the 16K D channel, > >>> I hope it's not tied into their own ISP service, but is generic, > >>> Anyone know more ? If I find out more I'll post. > >> > >> I don't know about Germany, but I do know that another European > >> carrier is experimenting with this idea. I've been asked not to > >> reveal which, though if you have been following the FreeBSD lists you > >> should have seen the message and noticed what is going on. > > > > Please, give us a hint, someone. I suppose it won't be my country, > > where the former state-owned telephone company still has a monopoly on > > local calls. We pay $1.50 an hour for internet during office hours > > (which are from 8 to 8 hours for this purpose). > > If, it is us (NL=Netherlands=Holland), it might be nice to know asap > > to start finding ways to set up things... > > Well, I forgot the name of the person who sent the mail message, but > he was asking why his pings always took a multiple of 10 ms. It > turned out it had something to do with the way the exchange forwarded > the packets. > I will look for the message once the search is up and running again at freebsd.org. Thanks! Though I fear my pings suggest it must be another country: propro:marc {101} ping venster.nl PING venster.nl (212.204.195.108): 56 data bytes 64 bytes from 212.204.195.108: icmp_seq=0 ttl=247 time=54.161 ms 64 bytes from 212.204.195.108: icmp_seq=1 ttl=247 time=52.955 ms 64 bytes from 212.204.195.108: icmp_seq=2 ttl=247 time=54.257 ms 64 bytes from 212.204.195.108: icmp_seq=3 ttl=247 time=54.473 ms 64 bytes from 212.204.195.108: icmp_seq=4 ttl=247 time=54.608 ms ^C --- venster.nl ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max/stddev = 52.955/54.091/54.608/0.589 ms propro:marc {102} > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > -- Marc Schneiders marc@venster.nl http://zelf.net marc@oldserver.demon.nl propro 3:22am up 6 days, 5:33, load average: 2.08 2.02 2.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 18:33:29 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by builder.freebsd.org (Postfix) with ESMTP id 30AB23EA7 for ; Sun, 13 Feb 2000 18:33:19 -0800 (PST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA52293; Mon, 14 Feb 2000 13:04:09 +1030 (CST) Date: Mon, 14 Feb 2000 13:04:09 +1030 From: Greg Lehey To: Marc Schneiders Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel Message-ID: <20000214130408.P2699@freebie.lemis.com> References: <20000214115107.O2699@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 14 February 2000 at 3:28:05 +0100, Marc Schneiders wrote: > On Mon, 14 Feb 2000, Greg Lehey wrote: > >> On Saturday, 12 February 2000 at 2:29:58 +0100, Marc Schneiders wrote: >>> On Sat, 12 Feb 2000, Greg Lehey wrote: >>> >>>> On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: >>>>> A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung >>>>> `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom >>>>> would offer free continuous ISDN connection at low bandwidth. >>>>> I presume this is buried inside the 16K D channel, >>>>> I hope it's not tied into their own ISP service, but is generic, >>>>> Anyone know more ? If I find out more I'll post. >>>> >>>> I don't know about Germany, but I do know that another European >>>> carrier is experimenting with this idea. I've been asked not to >>>> reveal which, though if you have been following the FreeBSD lists you >>>> should have seen the message and noticed what is going on. >>> >>> Please, give us a hint, someone. I suppose it won't be my country, >>> where the former state-owned telephone company still has a monopoly on >>> local calls. We pay $1.50 an hour for internet during office hours >>> (which are from 8 to 8 hours for this purpose). >>> If, it is us (NL=Netherlands=Holland), it might be nice to know asap >>> to start finding ways to set up things... >> >> Well, I forgot the name of the person who sent the mail message, but >> he was asking why his pings always took a multiple of 10 ms. It >> turned out it had something to do with the way the exchange forwarded >> the packets. > > I will look for the message once the search is up and running again > at freebsd.org. Thanks! > > Though I fear my pings suggest it must be another country: > > propro:marc {101} ping venster.nl > PING venster.nl (212.204.195.108): 56 data bytes > 64 bytes from 212.204.195.108: icmp_seq=0 ttl=247 time=54.161 ms > 64 bytes from 212.204.195.108: icmp_seq=1 ttl=247 time=52.955 ms > 64 bytes from 212.204.195.108: icmp_seq=2 ttl=247 time=54.257 ms > 64 bytes from 212.204.195.108: icmp_seq=3 ttl=247 time=54.473 ms > 64 bytes from 212.204.195.108: icmp_seq=4 ttl=247 time=54.608 ms > ^C You're not pinging over the D channel. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 18:41:36 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by builder.freebsd.org (Postfix) with ESMTP id BF90F498B for ; Sun, 13 Feb 2000 18:41:29 -0800 (PST) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 12KBSF-000MeK-00; Mon, 14 Feb 2000 02:41:39 +0000 Date: Mon, 14 Feb 2000 03:41:38 +0100 (CET) From: Marc Schneiders To: Greg Lehey Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel In-Reply-To: <20000214130408.P2699@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 14 Feb 2000, Greg Lehey wrote: > On Monday, 14 February 2000 at 3:28:05 +0100, Marc Schneiders wrote: > > On Mon, 14 Feb 2000, Greg Lehey wrote: > > > >> On Saturday, 12 February 2000 at 2:29:58 +0100, Marc Schneiders wrote: > >>> On Sat, 12 Feb 2000, Greg Lehey wrote: > >>> > >>>> On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: > >>>>> A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > >>>>> `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > >>>>> would offer free continuous ISDN connection at low bandwidth. > >>>>> I presume this is buried inside the 16K D channel, > >>>>> I hope it's not tied into their own ISP service, but is generic, > >>>>> Anyone know more ? If I find out more I'll post. > >>>> > >>>> I don't know about Germany, but I do know that another European > >>>> carrier is experimenting with this idea. I've been asked not to > >>>> reveal which, though if you have been following the FreeBSD lists you > >>>> should have seen the message and noticed what is going on. > >>> > >>> Please, give us a hint, someone. I suppose it won't be my country, > >>> where the former state-owned telephone company still has a monopoly on > >>> local calls. We pay $1.50 an hour for internet during office hours > >>> (which are from 8 to 8 hours for this purpose). > >>> If, it is us (NL=Netherlands=Holland), it might be nice to know asap > >>> to start finding ways to set up things... > >> > >> Well, I forgot the name of the person who sent the mail message, but > >> he was asking why his pings always took a multiple of 10 ms. It > >> turned out it had something to do with the way the exchange forwarded > >> the packets. > > > > I will look for the message once the search is up and running again > > at freebsd.org. Thanks! > > > > Though I fear my pings suggest it must be another country: > > > > propro:marc {101} ping venster.nl > > PING venster.nl (212.204.195.108): 56 data bytes > > 64 bytes from 212.204.195.108: icmp_seq=0 ttl=247 time=54.161 ms > > 64 bytes from 212.204.195.108: icmp_seq=1 ttl=247 time=52.955 ms > > 64 bytes from 212.204.195.108: icmp_seq=2 ttl=247 time=54.257 ms > > 64 bytes from 212.204.195.108: icmp_seq=3 ttl=247 time=54.473 ms > > 64 bytes from 212.204.195.108: icmp_seq=4 ttl=247 time=54.608 ms > > ^C > > You're not pinging over the D channel. > Could I? If so, where do I found howto? -- Marc Schneiders marc@venster.nl http://zelf.net marc@oldserver.demon.nl propro 3:38am up 6 days, 5:49, load average: 2.07 2.05 2.05 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 18:44:51 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by builder.freebsd.org (Postfix) with ESMTP id 9DC5C49AA for ; Sun, 13 Feb 2000 18:44:37 -0800 (PST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA59052; Mon, 14 Feb 2000 13:15:25 +1030 (CST) Date: Mon, 14 Feb 2000 13:15:25 +1030 From: Greg Lehey To: Marc Schneiders Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel Message-ID: <20000214131525.Q2699@freebie.lemis.com> References: <20000214130408.P2699@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 14 February 2000 at 3:41:38 +0100, Marc Schneiders wrote: > On Mon, 14 Feb 2000, Greg Lehey wrote: > >> On Monday, 14 February 2000 at 3:28:05 +0100, Marc Schneiders wrote: >>> On Mon, 14 Feb 2000, Greg Lehey wrote: >>> >>>> On Saturday, 12 February 2000 at 2:29:58 +0100, Marc Schneiders wrote: >>>>> On Sat, 12 Feb 2000, Greg Lehey wrote: >>>>> >>>>>> On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: >>>>>>> A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung >>>>>>> `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom >>>>>>> would offer free continuous ISDN connection at low bandwidth. >>>>>>> I presume this is buried inside the 16K D channel, >>>>>>> I hope it's not tied into their own ISP service, but is generic, >>>>>>> Anyone know more ? If I find out more I'll post. >>>>>> >>>>>> I don't know about Germany, but I do know that another European >>>>>> carrier is experimenting with this idea. I've been asked not to >>>>>> reveal which, though if you have been following the FreeBSD lists you >>>>>> should have seen the message and noticed what is going on. >>>>> >>>>> Please, give us a hint, someone. I suppose it won't be my country, >>>>> where the former state-owned telephone company still has a monopoly on >>>>> local calls. We pay $1.50 an hour for internet during office hours >>>>> (which are from 8 to 8 hours for this purpose). >>>>> If, it is us (NL=Netherlands=Holland), it might be nice to know asap >>>>> to start finding ways to set up things... >>>> >>>> Well, I forgot the name of the person who sent the mail message, but >>>> he was asking why his pings always took a multiple of 10 ms. It >>>> turned out it had something to do with the way the exchange forwarded >>>> the packets. >>> >>> I will look for the message once the search is up and running again >>> at freebsd.org. Thanks! >>> >>> Though I fear my pings suggest it must be another country: >>> >>> propro:marc {101} ping venster.nl >>> PING venster.nl (212.204.195.108): 56 data bytes >>> 64 bytes from 212.204.195.108: icmp_seq=0 ttl=247 time=54.161 ms >>> 64 bytes from 212.204.195.108: icmp_seq=1 ttl=247 time=52.955 ms >>> 64 bytes from 212.204.195.108: icmp_seq=2 ttl=247 time=54.257 ms >>> 64 bytes from 212.204.195.108: icmp_seq=3 ttl=247 time=54.473 ms >>> 64 bytes from 212.204.195.108: icmp_seq=4 ttl=247 time=54.608 ms >>> ^C >> >> You're not pinging over the D channel. > > Could I? If so, where do I found howto? Obviously, if your system supports it. But as I said, I'm not saying whether it was your telco or not, and the odds are against it. Sorry to be so secretive, but I was asked not to reveal this information, and as I understand it, it is not available yet anyway. I'm sure you'll find out soon enough when (or if) it becomes available in your area. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 13 18:55:15 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by builder.freebsd.org (Postfix) with ESMTP id 2D1514943 for ; Sun, 13 Feb 2000 18:55:10 -0800 (PST) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 12KBfG-0002Yu-00; Mon, 14 Feb 2000 02:55:07 +0000 Date: Mon, 14 Feb 2000 03:55:06 +0100 (CET) From: Marc Schneiders To: Greg Lehey Cc: Julian Stacey , freebsd-isdn@freebsd.org Subject: Re: free slow channel In-Reply-To: <20000214131525.Q2699@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 14 Feb 2000, Greg Lehey wrote: > On Monday, 14 February 2000 at 3:41:38 +0100, Marc Schneiders wrote: > > On Mon, 14 Feb 2000, Greg Lehey wrote: > > > >> On Monday, 14 February 2000 at 3:28:05 +0100, Marc Schneiders wrote: > >>> On Mon, 14 Feb 2000, Greg Lehey wrote: > >>> > >>>> On Saturday, 12 February 2000 at 2:29:58 +0100, Marc Schneiders wrote: > >>>>> On Sat, 12 Feb 2000, Greg Lehey wrote: > >>>>> > >>>>>> On Thursday, 10 February 2000 at 16:33:15 +0000, Julian Stacey wrote: > >>>>>>> A friend told me in [last weekend's (5&6 Feb 2000)?] Suddeutsche Zeitung > >>>>>>> `Computer & Co' supplement, it reported that, as of 9/2000 Deutsche Telekom > >>>>>>> would offer free continuous ISDN connection at low bandwidth. > >>>>>>> I presume this is buried inside the 16K D channel, > >>>>>>> I hope it's not tied into their own ISP service, but is generic, > >>>>>>> Anyone know more ? If I find out more I'll post. > >>>>>> > >>>>>> I don't know about Germany, but I do know that another European > >>>>>> carrier is experimenting with this idea. I've been asked not to > >>>>>> reveal which, though if you have been following the FreeBSD lists you > >>>>>> should have seen the message and noticed what is going on. > >>>>> > >>>>> Please, give us a hint, someone. I suppose it won't be my country, > >>>>> where the former state-owned telephone company still has a monopoly on > >>>>> local calls. We pay $1.50 an hour for internet during office hours > >>>>> (which are from 8 to 8 hours for this purpose). > >>>>> If, it is us (NL=Netherlands=Holland), it might be nice to know asap > >>>>> to start finding ways to set up things... > >>>> > >>>> Well, I forgot the name of the person who sent the mail message, but > >>>> he was asking why his pings always took a multiple of 10 ms. It > >>>> turned out it had something to do with the way the exchange forwarded > >>>> the packets. > >>> > >>> I will look for the message once the search is up and running again > >>> at freebsd.org. Thanks! > >>> > >>> Though I fear my pings suggest it must be another country: > >>> > >>> propro:marc {101} ping venster.nl > >>> PING venster.nl (212.204.195.108): 56 data bytes > >>> 64 bytes from 212.204.195.108: icmp_seq=0 ttl=247 time=54.161 ms > >>> 64 bytes from 212.204.195.108: icmp_seq=1 ttl=247 time=52.955 ms > >>> 64 bytes from 212.204.195.108: icmp_seq=2 ttl=247 time=54.257 ms > >>> 64 bytes from 212.204.195.108: icmp_seq=3 ttl=247 time=54.473 ms > >>> 64 bytes from 212.204.195.108: icmp_seq=4 ttl=247 time=54.608 ms > >>> ^C > >> > >> You're not pinging over the D channel. > > > > Could I? If so, where do I found howto? > > Obviously, if your system supports it. But as I said, I'm not saying > whether it was your telco or not, and the odds are against it. > Indeed, they seem to be. I may have found the message you were referring to above using deja.com. The question was from .dk. > Sorry to be so secretive, but I was asked not to reveal this > information, and as I understand it, it is not available yet anyway. > I'm sure you'll find out soon enough when (or if) it becomes available > in your area. > I am not so sure. When querying the one and only telecom company offering connection (see above), either by phone, email or ordinary mail, I hardly ever get any reply and never an answer. And I can be very polite. They just do not *have* to reply, as I cannot switch to a more cooperative company anyway. Unfortunately the same applies to cable companies, here in any case. No choice, therefore no service. -- Marc Schneiders marc@venster.nl http://zelf.net marc@oldserver.demon.nl propro 3:46am up 6 days, 5:57, load average: 2.16 2.03 2.02 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 6:47:58 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id ED5503ECA for ; Mon, 14 Feb 2000 06:47:52 -0800 (PST) Received: from bo.flashnet.it (ip018.pool-10.flashnet.it [195.191.10.19]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id PAA15527 for ; Mon, 14 Feb 2000 15:47:44 +0100 Message-Id: <200002141447.PAA15527@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Mon, 14 Feb 2000 15:44:39 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from hm@hcs.de Sun, 13 Feb 2000 21:56:44 +0100 (MET) > > > Try to use another interrupt! > > > > I tried 15, 12, 11, 3 and 4 (the last two after disabling the com ports on the mb); those > > are all the free IRQs I have available. > > Is there a way I can see if IRQs are generated and which ones? > > vmstat -i This is what I get: >interrupt total rate >clk0 irq0 343811 99 >rtc0 irq8 439891 127 >fdc0 irq6 1 0 >wdc0 irq14 41903 12 >sio2 irq5 175988 51 >ep0 irq10 7655 2 >Total 1009249 293 Now shouldn't I be getting isic0 too there (now on irq12)? If so what could be the reason? Does this mean the card is not generating any irq? Or could it mean it's generating them on a line which no device driver is listening to? Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 7: 5:57 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from www.est.is (eh.est.is [194.144.208.34]) by builder.freebsd.org (Postfix) with ESMTP id 9C8474309 for ; Mon, 14 Feb 2000 07:05:53 -0800 (PST) Received: from est.is (yggdrasill.est.is [194.144.208.123]) by www.est.is (8.9.3/8.9.3) with ESMTP id OAA34135; Mon, 14 Feb 2000 14:14:02 GMT (envelope-from toti@est.is) Message-ID: <38A80EDC.5D69C84F@est.is> Date: Mon, 14 Feb 2000 14:19:08 +0000 From: =?iso-8859-1?Q?=DE=F3r=F0ur=20=CDvarsson?= X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: hm@kts.org Cc: ISDN for BSD Subject: Re: free slow channel References: <20000212191708.C6D551F17@bert.kts.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Start call fee is: 2 iskr each minute fee is:0,13 iskr Price of each data packet is: 1,56 iskr How big is each packet ? Þórður Ívarsson Hellmuth Michaelis wrote: > > Þórður Ívarsson wrote: > > > Here in Iceland we can get access to the remaining portion of D channel > > but as X.25 address/and use, every call is billed and every packet > > sent/received. Credit card companies are using this for their POS > > terminals. Most users here are not aware of the usefullness of this > > channel for mail delivery and any low bandwidth apps, It might be > > possible to get the docs here for driver design if somone would like to > > look at them. > > Its the same here. If it were only the call and packet billed all would be > fine, but you have to subscribe it here and this is relatively expensive > currently. > > The protocol specification is not the problem (this is just X.31 which is > X.25 on the D-channel) - the implementation is the problem. Someone has > to do "real hard boring work (tm)" and implement X.25. > > hellmuth > -- > Hellmuth Michaelis hm@kts.org Hamburg, Europe > We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 8: 0:22 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 2BD1E3F24 for ; Mon, 14 Feb 2000 08:00:03 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1843 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 14 Feb 2000 17:00:10 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id D5E4F397F; Mon, 14 Feb 2000 17:00:09 +0100 (MET) Subject: Re: Elsa QuickStep In-Reply-To: <200002141447.PAA15527@mbox01-rm.flashnet.it> from Andrea Venturoli at "Feb 14, 0 03:44:39 pm" To: ml.ventu@flashnet.it Date: Mon, 14 Feb 2000 17:00:09 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1008 Message-Id: <20000214160009.D5E4F397F@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andrea Venturoli: > Now shouldn't I be getting isic0 too there (now on irq12)? IRQ 12 is in general not usable as it is (in most cases) wired to the PS/2 mouse. > Does this mean the card is not generating any irq? Or could it mean it's generating them on > a line which no device driver is listening to? As i said at the very beginning, the reason for the failure is that an interrupt generated on the card is somehow not delivered to or recognized by the interrupthandler for this card. Perhaps its better to assume that the combination of your ELSA PnP card in your non-PnP-BIOS machine does simply not work. I'm sorry, but i have simply no idea anymore. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 10:27: 2 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 1CAB04CB7 for ; Mon, 14 Feb 2000 10:26:31 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1569 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 14 Feb 2000 19:26:15 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 23868397F; Mon, 14 Feb 2000 19:26:14 +0100 (MET) Subject: Re: free slow channel In-Reply-To: <38A80EDC.5D69C84F@est.is> from "[__r_ur _varsson]" at "Feb 14, 0 02:19:08 pm" To: toti@est.is (=?iso-8859-1?Q?=DE=F3r=F0ur=20=CDvarsson?=) Date: Mon, 14 Feb 2000 19:26:13 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 720 Message-Id: <20000214182614.23868397F@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of [__r_ur _varsson]: > Start call fee is: 2 iskr > each minute fee is:0,13 iskr > Price of each data packet is: 1,56 iskr The real question is: when does one save that much money that it makes sense to sit down and write an X.25 implementation. > How big is each packet ? IIRC the max length of a packet on the D-channel is 260 bytes including the required protocol overhead. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 11:31:42 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from prefix.rhein.de (prefix.rhein.de [193.175.27.10]) by builder.freebsd.org (Postfix) with ESMTP id EDCDA4A39 for ; Mon, 14 Feb 2000 11:31:39 -0800 (PST) Received: from jocelyn.rhein.de (unknown [193.175.27.210]) by prefix.rhein.de (Postfix) with ESMTP id 309043B0D0; Mon, 14 Feb 2000 19:31:50 +0000 (MET) Received: by jocelyn.rhein.de (Postfix, from userid 1501) id 3FA9C37; Mon, 14 Feb 2000 19:38:43 +0100 (MET) Date: Mon, 14 Feb 2000 19:38:42 +0100 From: Ignatios Souvatzis To: =?iso-8859-1?Q?=DE=F3r=F0ur_=CDvarsson?= Cc: hm@kts.org, ISDN for BSD Subject: Re: free slow channel Message-ID: <20000214193842.A336@jocelyn.rhein.de> Reply-To: freebsd-isdn@FreeBSD.ORG References: <20000212191708.C6D551F17@bert.kts.org> <38A80EDC.5D69C84F@est.is> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.6i In-Reply-To: =?iso-8859-1?Q?=3C38A80EDC=2E5D69C84F=40est=2Eis=3E=3B_from_=DE=F3r=F0ur?= =?iso-8859-1?Q?_=CDvarsson_on_Mon=2C_Feb_14=2C_2000_at_02:19:08PM_+0000?= Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 14, 2000 at 02:19:08PM +0000, Þórður Ívarsson wrote: > Start call fee is: 2 iskr > each minute fee is:0,13 iskr > Price of each data packet is: 1,56 iskr How much is an iskr? -is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 16: 3:17 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from www.est.is (eh.est.is [194.144.208.34]) by builder.freebsd.org (Postfix) with ESMTP id 126DE4E8C for ; Mon, 14 Feb 2000 15:51:04 -0800 (PST) Received: from toti.est.is (gateway.toti.est.is [194.144.208.241]) by www.est.is (8.9.3/8.9.3) with ESMTP id XAA46516 for ; Mon, 14 Feb 2000 23:39:34 GMT (envelope-from totii@est.is) Received: from est.is (asus.est.is [194.144.208.242]) by toti.est.is (8.9.3/8.9.1) with ESMTP id XAA05644 for ; Mon, 14 Feb 2000 23:39:39 GMT (envelope-from totii@est.is) Message-ID: <38A89280.E42BF9A@est.is> Date: Mon, 14 Feb 2000 23:40:48 +0000 From: =?iso-8859-1?Q?=DE=F3r=F0ur=20=CDvarsson?= Reply-To: thivars@est.is X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@FreeBSD.ORG Subject: Re: free slow channel References: <20000212191708.C6D551F17@bert.kts.org> <38A80EDC.5D69C84F@est.is> <20000214193842.A336@jocelyn.rhein.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 1USD = 73iskr 1DM = 36iskr Ignatios Souvatzis wrote: > > On Mon, Feb 14, 2000 at 02:19:08PM +0000, Þórður Ívarsson wrote: > > Start call fee is: 2 iskr > > each minute fee is:0,13 iskr > > Price of each data packet is: 1,56 iskr > > How much is an iskr? > > -is > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 14 23:44:44 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from RVC1.Informatik.BA-Stuttgart.DE (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by builder.freebsd.org (Postfix) with ESMTP id 2FC9C4169 for ; Mon, 14 Feb 2000 23:44:42 -0800 (PST) Received: (from helbig@localhost) by RVC1.Informatik.BA-Stuttgart.DE (8.9.3/8.9.3) id IAA10252; Tue, 15 Feb 2000 08:45:32 +0100 (CET) Date: Tue, 15 Feb 2000 08:45:32 +0100 (CET) From: Wolfgang Helbig Message-Id: <200002150745.IAA10252@RVC1.Informatik.BA-Stuttgart.DE> To: ml.ventu@flashnet.it Subject: Re: Elsa QuickStep Cc: freebsd-isdn@FreeBSD.ORG Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try this: Put the line options I4B_SMP_WORKAROUND in your kernel configuration file and tell us what happened. Have fun, Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 15 5: 4:45 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id 39EB04268 for ; Tue, 15 Feb 2000 05:04:33 -0800 (PST) Received: from bo.flashnet.it (ip008.pool-10.flashnet.it [195.191.10.9]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id OAA13962 for ; Tue, 15 Feb 2000 14:04:49 +0100 Message-Id: <200002151304.OAA13962@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Tue, 15 Feb 2000 14:02:02 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from hm@hcs.de Mon, 14 Feb 2000 17:00:09 +0100 (MET) > > Now shouldn't I be getting isic0 too there (now on irq12)? > > IRQ 12 is in general not usable as it is (in most cases) wired to the > PS/2 mouse. I have no mouse connected to this system, so the BIOS should turn the port off, but anyway there should be aboslutely no problem with IRQ 11 and 15. > Perhaps its better to assume that the combination of your ELSA PnP card > in your non-PnP-BIOS machine does simply not work. Hm, no, I don't think it's a matter of combination, since I tried three different machines: _ an IBM PS VP 486/66 20MB RAM non-pnp (the one I've been referring to since the beginning, and the one I'd like to use the card on); _ a computer I built which has a MSI motherboard (Award PnP BIOS) with a K6/233 and 64MB of RAM: the symptoms are the same (but on this machine the card works perfectly with OS/2); _ a computer I have which has an Asus motherboard (Award PnP BIOS again) with a PII/350 and 128MB RAM: always the same symptoms (again, on this machine the card works with NT). The only difference I notice is that with a PnP BIOS if I choose PnP OS=No I have no need to userconfig the card (but that should be obvious). > I'm sorry, but i have simply no idea anymore. Well, thanks a lot anyway to you and the others who replied for the support. I'm currently wondering if I should try upgrading my system from 3.4R to stable or current or just wait for 4.0R or 3.5R, before I switch to Debian; after all I had severe problems with both ppp and pppd with my modem with 3.3R, problems no one was able to solve and no one else ever had, it seems; they just "magically" went away when I switched to a 3.4R kernel... Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 15 8:12:29 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by builder.freebsd.org (Postfix) with ESMTP id 82AE63FA1 for ; Tue, 15 Feb 2000 08:12:21 -0800 (PST) Received: by mail.sparud.net (Postfix, from userid 10) id CBE6F3E57; Tue, 15 Feb 2000 17:12:40 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14505.31479.834993.255113@hinken.sparud.net> Date: Tue, 15 Feb 2000 17:12:39 +0100 (CET) To: freebsd-isdn@freebsd.org Subject: Still problems with sppp+answering machine X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As I mentioned in an earlier message I have problems with the answering machine causing an sppp connection to freeze. I have not been able to find the reason for it to happen. If someone in-the-know would like to take a look at the following (lengthy) log messages, to see if something looks fishy, it would be much appreciated. The scenario is that an sppp link is opened (isp0, I4BPPP) and I start to ping out through isp0. I have setup isdnd.rc so that when I call from my mobile phone, an answering machine script /etc/isdn/dummy should take care of the call. The dummy script is as follows: #!/bin/sh exit 0 The script doesn't open the tel device at all, yet when started by isdnd (because I called with the mobile phone) the ping stops, and the sppp connection is frozen. (The same thing happens if I use a "real" answering machine instead of the dummy one.) My enviroment is NetBSD/i386-current, i4b 0.90, AVM Fritz! PCI. The following log messages are from isdndebug -m and isdnd -l -L /var/log/messages -d 0x3fb. The rx buffer overflows in the end looks suspicious to me. A problem is that for most of the debug output it's not easy to see which channel it belongs to. /Jan Sparud 15.02.2000 16:48:15 DBG msg_dialout: dial req from isp, unit 0 15.02.2000 16:48:15 DBG setup_dialout: entry I4BPPP ok! 15.02.2000 16:48:15 DBG find_by_device_for_dialout: found entry 0! Feb 15 16:48:15 gbox /netbsd: i4b-L4-reserve_cd: found free cd - index=0 cdid=131 15.02.2000 16:48:15 DBG FSM event [msg-dialout]: [idle => dialing] 15.02.2000 16:48:15 DBG F_DIAL: local dial out request 15.02.2000 16:48:15 DBG select_first_dialno: only one no, no = 020990299 15.02.2000 16:48:15 CHD 00131 I4BPPP rate 60 sec/unit (unitlen unknown) 15.02.2000 16:48:15 DBG sendm_connect_req: ctrl = 0, chan = 1 15.02.2000 16:48:15 DBG decr_free_channels: ctrl 0, now 1 chan free 15.02.2000 16:48:15 CHD 00131 I4BPPP dialing out from 7083541 to 020990299 Feb 15 16:48:15 gbox /netbsd: i4b-L4-cd_by_cdid: found cdid - index=0 cdid=131 cr=0 Feb 15 16:48:15 gbox /netbsd: i4b-L4-i4bioctl: I4B_CONNECT_REQ times, algorithm=0 unitlen=60 idle=0 earlyhup=5 Feb 15 16:48:15 gbox /netbsd: i4b-L4-cd_by_cdid: found cdid - index=0 cdid=131 cr=85 Feb 15 16:48:15 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_SETUPRQ - L4 SETUP REQ]: [ST_U0 - Null => ST_SUSE - Subroutine sets state] Feb 15 16:48:15 gbox /netbsd: i4b-L3-F_00A: FSM function F_00A executing 15.02.2000 16:48:15 DBG msg_l12stat_ind: unit 0, layer 2, state 1 Feb 15 16:48:15 gbox /netbsd: i4b-L2-DL-ESTABLISH-REQ: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM event [EV_DLESTRQ]: [ST_TEI_ASGD/3 => ST_AW_EST/4] Feb 15 16:48:15 gbox /netbsd: i4b-L2-F_T01: FSM function F_T01 executing Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_tx_sabme: tx SABME, tei = 69 Feb 15 16:48:15 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_T200_restart: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L3-T303_start: cr = 85 Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_rxd_u_frame: UA, sapi = 0, tei = 69 Feb 15 16:48:15 gbox /netbsd: i4b-L2-F_AE09: FSM function F_AE09 executing Feb 15 16:48:15 gbox /netbsd: i4b-L3-i4b_mdl_status_ind: unit = 0, status = 2, parm = 1 Feb 15 16:48:15 gbox /netbsd: i4b-L3-i4b_mdl_status_ind: STI_L2STAT: unit 0 layer 2 = up Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM S-event [EV_RXUA]: [ST_AW_EST => ST_MULTIFR] Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM executing postfsmfunc! Feb 15 16:48:15 gbox /netbsd: i4b-L2-DL-ESTABLISH-CONF: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L3-i4b_dl_establish_cnf: unit=0, index=0 cdid=131 cr=85 Feb 15 16:48:15 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_DLESTCF - L2 DL_Est_Cnf]: [ST_OW - Out Wait EST => ST_U1 - Out Init] Feb 15 16:48:15 gbox /netbsd: i4b-L3-F_DECF1: FSM function F_DECF1 executing Feb 15 16:48:15 gbox /netbsd: i4b-L3-tx SETUP: unit 0, cr = 0x55 Feb 15 16:48:15 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_T200_start: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_rxd_s_frame: rx'd RR, N(R) = 1 Feb 15 16:48:15 gbox /netbsd: i4b-L2-F_MF17: FSM function F_MF17 executing Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM S-event [EV_RXRR]: [ST_MULTIFR => ST_MULTIFR] Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 15.02.2000 16:48:15 DBG set_channel_busy: controller [0] channel B2 set to BUSY! 15.02.2000 16:48:15 CHD 00131 I4BPPP outgoing call proceeding (ctl 0, ch 1) Feb 15 16:48:15 gbox /netbsd: i4b-L3-i4b_decode_q931: Call Ref, len 1, val 85, flag 1 Feb 15 16:48:15 gbox /netbsd: i4b-L4-cd_by_unitcr: found cd, index=0 cdid=131 cr=85 Feb 15 16:48:15 gbox /netbsd: i4b-L3-rx CALL-PROC: unit 0, cr = 0x55 Feb 15 16:48:15 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_CHANNELID - channel 1, exclusive = 1 Feb 15 16:48:15 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_CALLPRC - rxd CALL PROC]: [ST_U1 - Out Init => ST_U3 - Out Proc] Feb 15 16:48:15 gbox /netbsd: i4b-L3-F_01M: FSM function F_01M executing Feb 15 16:48:15 gbox /netbsd: i4b-L3-T303_stop: cr = 85 Feb 15 16:48:15 gbox /netbsd: i4b-L3-T310_start: cr = 85 Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_tx_rr_response: tx RR, unit = 0 Feb 15 16:48:15 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:15 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:15 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:16 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:16 gbox /netbsd: i4b-L3-i4b_decode_q931: Call Ref, len 1, val 85, flag 1 Feb 15 16:48:16 gbox /netbsd: i4b-L4-cd_by_unitcr: found cd, index=0 cdid=131 cr=85 Feb 15 16:48:16 gbox /netbsd: i4b-L3-rx ALERT: unit 0, cr = 0x55 Feb 15 16:48:16 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_ALERT - rxd ALERT]: [ST_U3 - Out Proc => ST_U4 - Out Delv] Feb 15 16:48:16 gbox /netbsd: i4b-L3-F_03N: FSM function F_03N executing Feb 15 16:48:16 gbox /netbsd: i4b-L3-T310_stop: cr = 85 Feb 15 16:48:16 gbox /netbsd: i4b-L2-i4b_tx_rr_response: tx RR, unit = 0 Feb 15 16:48:16 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:16 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:16 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:16 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 15.02.2000 16:48:16 DBG set_channel_busy: controller [0] channel B2 already busy! 15.02.2000 16:48:16 CHD 00131 I4BPPP outgoing call active (ctl 0, ch 1, isp0) 15.02.2000 16:48:16 DBG FSM event [msg-con-act-ind]: [dialing => connected] 15.02.2000 16:48:16 DBG F_DOK: dial out ok 15.02.2000 16:48:16 DBG select_this_dialno: index = 0, no = 020990299 Feb 15 16:48:16 gbox /netbsd: i4b-L3-i4b_decode_q931: Call Ref, len 1, val 85, flag 1 Feb 15 16:48:16 gbox /netbsd: i4b-L4-cd_by_unitcr: found cd, index=0 cdid=131 cr=85 Feb 15 16:48:16 gbox /netbsd: i4b-L3-rx CONNECT: unit 0, cr = 0x55 Feb 15 16:48:16 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_DATETIME = 0002151648 Feb 15 16:48:16 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_CONNECT - rxd CONNECT]: [ST_U4 - Out Delv => ST_U10 - Active] Feb 15 16:48:16 gbox /netbsd: i4b-L3-F_04O: FSM function F_04O executing Feb 15 16:48:16 gbox /netbsd: i4b-L3-tx CONNECT-ACK: unit 0, cr = 0x55 Feb 15 16:48:16 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:16 gbox /netbsd: i4b-L2-i4b_T200_start: unit 0 Feb 15 16:48:16 gbox /netbsd: i4b-L4-i4b_l4_connect_active_ind: last_active/connect_time=950629696 Feb 15 16:48:16 gbox /netbsd: i4b-L1-avma1pp_bchannel_setup: unit=0, channel=1, activate Feb 15 16:48:16 gbox /netbsd: i4b-L1-avma1pp_hscx_init: unit=0, channel=1, activate Feb 15 16:48:16 gbox /netbsd: i4b-L1-avma1pp_hscx_init: BPROT_RHDLC Feb 15 16:48:16 gbox /netbsd: i4b-L4-i4b_l4_setup_timeout: 950629696: direction 0, shorthold algorithm 0 Feb 15 16:48:16 gbox /netbsd: i4b-L4-i4b_l4_setup_timeout: no idle_timeout configured Feb 15 16:48:16 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:16 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:16 gbox /netbsd: i4b-L2-i4b_rxd_s_frame: rx'd RR, N(R) = 2 Feb 15 16:48:16 gbox /netbsd: i4b-L2-F_MF17: FSM function F_MF17 executing Feb 15 16:48:16 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:16 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM S-event [EV_RXRR]: [ST_MULTIFR => ST_MULTIFR] 15.02.2000 16:48:16 DBG isp0: switched to state 3 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x40 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 15.02.2000 16:48:21 DBG find_matching_entry_incoming: entry 0, myno 0317083541 != incomingno 031182043 15.02.2000 16:48:21 DBG find_matching_entry_incoming: entry 1, remno 317439817 != incomingfromno 708182143 15.02.2000 16:48:21 DBG find_matching_entry_incoming: entry 2, remno 31182043 != incomingfromno 708182143 15.02.2000 16:48:21 DBG find_matching_entry_incoming: 708182143 - screening user provided, verified & passed 15.02.2000 16:48:21 DBG decr_free_channels: ctrl 0, now 0 chan free 15.02.2000 16:48:21 CHD 00132 I4BAMMOBILE answering: incoming call from 708182143 to 031182043 () 15.02.2000 16:48:21 DBG FSM event [msg-con-ind]: [idle => accepted] 15.02.2000 16:48:21 DBG F_MCI: tx SETUP_RESP_ACCEPT 15.02.2000 16:48:21 DBG sendm_connect_resp: sent CONNECT_RESP Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931: Call Ref, len 1, val 48, flag 0 Feb 15 16:48:21 gbox /netbsd: i4b-L4-reserve_cd: found free cd - index=1 cdid=132 Feb 15 16:48:21 gbox /netbsd: i4b-L3-rx SETUP: unit 0, cr = 0x30 Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_SENDCOMPL Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_BEARERCAP - Telephony Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_CHANNELID - channel 0, exclusive = 1 Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_CALLINGPN = 708182143 Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_CALLED = 031182043 Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931_cs0_ie: IEI_HLCOMPAT Feb 15 16:48:21 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_SETUP - rxd SETUP]: [ST_U0 - Null => ST_U6 - In Pres] Feb 15 16:48:21 gbox /netbsd: i4b-L3-F_00H: FSM function F_00H executing Feb 15 16:48:21 gbox /netbsd: i4b-L4-T400_start: cr = 48 Feb 15 16:48:21 gbox /netbsd: i4b-L4-cd_by_cdid: found cdid - index=1 cdid=132 cr=48 Feb 15 16:48:21 gbox /netbsd: i4b-L4-T400_stop: cr = 48 Feb 15 16:48:21 gbox /netbsd: i4b-L4-i4bioctl: I4B_CONNECT_RESP max_idle_time set to 0 seconds Feb 15 16:48:21 gbox /netbsd: i4b-L4-cd_by_cdid: found cdid - index=1 cdid=132 cr=48 Feb 15 16:48:21 gbox /netbsd: i4b-L4-T400_stop: cr = 48 Feb 15 16:48:21 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_SETACRS - L4 accept RSP]: [ST_U6 - In Pres => ST_SUSE - Subroutine sets state] Feb 15 16:48:21 gbox /netbsd: i4b-L3-F_06E: FSM function F_06E executing Feb 15 16:48:21 gbox /netbsd: i4b-L3-tx CONNECT: unit 0, cr = 0x30 Feb 15 16:48:21 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:21 gbox /netbsd: i4b-L2-i4b_T200_start: unit 0 Feb 15 16:48:21 gbox /netbsd: i4b-L3-T313_start: cr = 48 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:21 gbox /netbsd: i4b-L2-i4b_rxd_s_frame: rx'd RR, N(R) = 3 Feb 15 16:48:21 gbox /netbsd: i4b-L2-F_MF17: FSM function F_MF17 executing Feb 15 16:48:21 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:21 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM S-event [EV_RXRR]: [ST_MULTIFR => ST_MULTIFR] Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 15.02.2000 16:48:21 DBG set_channel_busy: controller [0] channel B1 set to BUSY! 15.02.2000 16:48:21 CHD 00132 I4BAMMOBILE incoming call active (ctl 0, ch 0, tel0) 15.02.2000 16:48:21 DBG FSM event [msg-con-act-ind]: [accepted => connected] 15.02.2000 16:48:21 DBG F_MCAI: Connection active! 15.02.2000 16:48:21 DBG exec_answer: prog=[dummy] 15.02.2000 16:48:21 DBG exec_prog: /etc/isdn/dummy, args: -D /dev/i4btel0 -d 031182043 -s 708182143 15.02.2000 16:48:21 DBG normal child (pid=9805) termination, exitstat = 0 15.02.2000 16:48:21 DBG sigchild_handler: scheduling hangup for cdid 132, pid 9805 Feb 15 16:48:21 gbox /netbsd: i4b-L3-i4b_decode_q931: Call Ref, len 1, val 48, flag 0 Feb 15 16:48:21 gbox /netbsd: i4b-L4-cd_by_unitcr: found cd, index=1 cdid=132 cr=48 Feb 15 16:48:21 gbox /netbsd: i4b-L3-rx CONNECT-ACK: unit 0, cr = 0x30 Feb 15 16:48:21 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_CONACK - rxd CONN ACK]: [ST_U8 - In ConReq => ST_U10 - Active] Feb 15 16:48:21 gbox /netbsd: i4b-L3-F_08R: FSM function F_08R executing Feb 15 16:48:21 gbox /netbsd: i4b-L3-T313_stop: cr = 48 Feb 15 16:48:21 gbox /netbsd: i4b-L4-i4b_l4_connect_active_ind: last_active/connect_time=950629701 Feb 15 16:48:21 gbox /netbsd: i4b-L1-avma1pp_bchannel_setup: unit=0, channel=0, activate Feb 15 16:48:21 gbox /netbsd: i4b-L1-avma1pp_hscx_init: unit=0, channel=0, activate Feb 15 16:48:21 gbox /netbsd: i4b-L1-avma1pp_hscx_init: BPROT_NONE?? Feb 15 16:48:21 gbox /netbsd: i4b-L4-i4b_l4_setup_timeout: 950629701: direction 1, shorthold algorithm 0 Feb 15 16:48:21 gbox /netbsd: i4b-L4-i4b_l4_setup_timeout: no idle_timeout configured Feb 15 16:48:21 gbox /netbsd: i4b-L2-i4b_tx_rr_response: tx RR, unit = 0 Feb 15 16:48:21 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:21 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:21 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:21 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 15.02.2000 16:48:22 DBG handle_active: entry I4BAMMOBILE, hangup request! 15.02.2000 16:48:22 DBG FSM event [disconnect-req]: [connected => waitdisconnect] 15.02.2000 16:48:22 DBG F_DRQ: local disconnect request Feb 15 16:48:22 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 Feb 15 16:48:22 gbox /netbsd: i4b-L4-cd_by_cdid: found cdid - index=1 cdid=132 cr=48 15.02.2000 16:48:22 DBG sendm_disconnect_req: sent DISCONNECT_REQ Feb 15 16:48:22 gbox /netbsd: i4b-L4-cd_by_cdid: found cdid - index=1 cdid=132 cr=48 Feb 15 16:48:22 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_DISCRQ - L4 DISC REQ]: [ST_U10 - Active => ST_U11 - Disc Req] Feb 15 16:48:22 gbox /netbsd: i4b-L3-F_DCRQ: FSM function F_DCRQ executing Feb 15 16:48:22 gbox /netbsd: i4b-L3-tx DISCONNECT: unit 0, cr = 0x30 Feb 15 16:48:22 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_T200_start: unit 0 Feb 15 16:48:22 gbox /netbsd: i4b-L3-T305_start: cr = 48 Feb 15 16:48:22 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:22 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_rxd_s_frame: rx'd RR, N(R) = 4 Feb 15 16:48:22 gbox /netbsd: i4b-L2-F_MF17: FSM function F_MF17 executing Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM S-event [EV_RXRR]: [ST_MULTIFR => ST_MULTIFR] Feb 15 16:48:22 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 15.02.2000 16:48:22 CHD 00132 I4BAMMOBILE incoming call disconnected (local) 15.02.2000 16:48:22 CHD 00132 I4BAMMOBILE cause 0: normal call clearing (I4B) 15.02.2000 16:48:22 CHD 00132 I4BAMMOBILE connected 1 seconds 15.02.2000 16:48:22 DBG set_channel_idle: controller [0] channel B1 set to IDLE! 15.02.2000 16:48:22 DBG incr_free_channels: ctrl 0, now 1 chan free 15.02.2000 16:48:22 DBG FSM event [msg-disc-ind]: [waitdisconnect => idle] 15.02.2000 16:48:22 DBG F_MDI: disconnect indication, local disconnected Feb 15 16:48:22 gbox /netbsd: i4b-L3-i4b_decode_q931: Call Ref, len 1, val 48, flag 0 Feb 15 16:48:22 gbox /netbsd: i4b-L4-cd_by_unitcr: found cd, index=1 cdid=132 cr=48 Feb 15 16:48:22 gbox /netbsd: i4b-L3-rx RELEASE: unit 0, cr = 0x30 Feb 15 16:48:22 gbox /netbsd: i4b-L3-next_l3state: L3 FSM event [EV_RELEASE - rxd REL]: [ST_U11 - Disc Req => ST_U0 - Null] Feb 15 16:48:22 gbox /netbsd: i4b-L3-F_11J: FSM function F_11J executing Feb 15 16:48:22 gbox /netbsd: i4b-L3-T305_stop: cr = 48 Feb 15 16:48:22 gbox /netbsd: i4b-L3-tx RELEASE-COMPLETE: unit 0, cr = 0x30 Feb 15 16:48:22 gbox /netbsd: i4b-L1-ph_data_req: ISAC_TX_ACTIVE set Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_T200_start: unit 0 Feb 15 16:48:22 gbox /netbsd: i4b-L1-avma1pp_hscx_init: unit=0, channel=0, deactivate Feb 15 16:48:22 gbox /netbsd: i4b-L1-avma1pp_hscx_init: 0 NOT deactivated Feb 15 16:48:22 gbox /netbsd: i4b-L1-avma1pp_bchannel_setup: unit=0, channel=0, deactivate Feb 15 16:48:22 gbox /netbsd: i4b-L4-freecd_by_cd: releasing cd - index=1 cdid=132 cr=48 Feb 15 16:48:22 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x10 Feb 15 16:48:22 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 Feb 15 16:48:22 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_rxd_s_frame: rx'd RR, N(R) = 5 Feb 15 16:48:22 gbox /netbsd: i4b-L2-F_MF17: FSM function F_MF17 executing Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_T200_stop: unit 0 Feb 15 16:48:22 gbox /netbsd: i4b-L2-i4b_next_l2state: FSM S-event [EV_RXRR]: [ST_MULTIFR => ST_MULTIFR] Feb 15 16:48:22 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 Feb 15 16:48:24 gbox last message repeated 6 times Feb 15 16:48:24 gbox /netbsd: i4b-L1-isic_isac_irq: unit 0: ista = 0x80 Feb 15 16:48:24 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 15 13:46: 8 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by builder.freebsd.org (Postfix) with ESMTP id 69A885E0C for ; Tue, 15 Feb 2000 12:22:17 -0800 (PST) Received: from bo.flashnet.it (ip092.pool-10.flashnet.it [195.191.10.93]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id VAA32341 for ; Tue, 15 Feb 2000 21:22:28 +0100 Message-Id: <200002152022.VAA32341@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Tue, 15 Feb 2000 21:19:32 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: Re: Elsa QuickStep Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ** Reply to note from Wolfgang Helbig Tue, 15 Feb 2000 08:45:32 +0100 (CET) > Try this: > Put the line > options I4B_SMP_WORKAROUND > in your kernel configuration file and tell us what happened. I had to quote the string I4B_SMP_WORKAROUND, otherwise I get a syntax error when I run config. Anyway, nothing different happens, I keep getting the same error messages. What does this options mean? Is it useful even for a non-SMP system like mine? I put it at the end of my config file, does it matter? Do I need to put it before some other line? Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 15 18:24:54 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id E5CA044E0 for ; Tue, 15 Feb 2000 18:15:45 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id DAA13424 for ; Wed, 16 Feb 2000 03:05:04 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id DAA03233 for freebsd-isdn@FreeBSD.ORG; Wed, 16 Feb 2000 03:04:52 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id CAA04653 for ; Wed, 16 Feb 2000 02:19:24 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id CAA00638 for freebsd-isdn@FreeBSD.ORG; Wed, 16 Feb 2000 02:46:42 +0100 (MET) Message-Id: <200002160146.CAA00638@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Nextstep-Mailer: Mail 4.0 (Enhance 2.0b4) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Wed, 16 Feb 2000 02:46:42 +0100 To: ISDN-List Subject: crash Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, as on Tue, 25 Jan 2000, my machine keeps crashing. WARNING: mclpool limit reached; increase NMBCLUSTERS i4b_getbuf: error - MCLGET failed, len(2048) panic: L1avma1pp_hscx_intr: RPF, cannot allocate new mbuf! I run the latest public sources... alice# uname -a NetBSD alice.turbocat.de 1.4.1 NetBSD 1.4.1 (ALICE) #1: Tue Feb 15 15:44:09 MET 2000 root@alice.turbocat.de:/raid/usr/src/sys/arch/i386/compile/ALICE i386 --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 3:45:53 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id EDA4F3D20 for ; Wed, 16 Feb 2000 03:45:44 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id MAA30681; Wed, 16 Feb 2000 12:25:34 +0100 (CET) Message-Id: <200002161125.MAA30681@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: David Wetzel Cc: ISDN-List Subject: Re: crash Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 16 Feb 2000 02:46:42 +0100." <200002160146.CAA00638@cat.turbocat.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Feb 2000 12:25:34 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Wetzel writes: >Hi folks, > >as on Tue, 25 Jan 2000, my machine keeps crashing. > >WARNING: mclpool limit reached; increase NMBCLUSTERS >i4b_getbuf: error - MCLGET failed, len(2048) >panic: L1avma1pp_hscx_intr: RPF, cannot allocate new mbuf! > >I run the latest public sources... > >alice# uname -a >NetBSD alice.turbocat.de 1.4.1 NetBSD 1.4.1 (ALICE) #1: Tue Feb 15 15:44:09 >MET 2000 root@alice.turbocat.de:/raid/usr/src/sys/arch/i386/compile/ALICE > >i386 > Unless Hellmuth has made a new release and I missed the announcement, your version of the driver is missing the changes required to avoid this panic, as I rather clearly stated in a previous mail. The patches are available in the mail archives (which, unfortunately, are not currently accessible). But you can find them on www.deja.com. I know that Hellmuth is working on getting the missing patches integrated. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 3:56:18 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id 65048424D for ; Wed, 16 Feb 2000 03:56:12 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id MAA16435 for ; Wed, 16 Feb 2000 12:52:17 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id MAA02707 for freebsd-isdn@FreeBSD.ORG; Wed, 16 Feb 2000 12:52:15 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id LAA00526 for ; Wed, 16 Feb 2000 11:46:41 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id MAA02245 for freebsd-isdn@FreeBSD.ORG; Wed, 16 Feb 2000 12:51:08 +0100 (MET) Message-Id: <200002161151.MAA02245@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Nextstep-Mailer: Mail 4.0 (Enhance 2.0b4) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Wed, 16 Feb 2000 12:51:07 +0100 To: ISDN-List Subject: find_matching_entry_incoming Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi folks, in support.c / find_matching_entry_incoming the isdnd decides which entry to use. My point of view is, that "60" as value for remote-phone-incoming should be used instead of "*". Like this: + check all local and put the resulting records in a list + test if the remote number is matched by a non-wildcard entry. if true, remove all '*' entries from the list (NotAvailable should be threated like a concrete number) + do the same as now. / as option start a program to decide what to do The program should get: local-phone-incoming remote-phone-incoming DISPLAYmessage The program should return the same as used in dialin-reaction. Background: I do not want to match my door (TOR) to talk with my answering machine. If I want, I'll add another entry to the config. I cannot enter all people instead of '*' in my config file. Why I do not do this? Because the tel device crashed our NFS server 2 times today.... What do you think about this? --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION #--------------------------------------------------------------------------- # entry section 2 #--------------------------------------------------------------------------- entry name = TOR isdncontroller = 0 isdnchannel = -1 usrdevicename = tel usrdeviceunit = 0 b1protocol = raw local-phone-incoming = 50 remote-phone-incoming = 60 dialin-reaction = ignore idletime-incoming = 5 answerprog = iFon alert = 25 remote-phone-dialout = 50 local-phone-dialout = 50 #--------------------------------------------------------------------------- # entry section 3 #--------------------------------------------------------------------------- entry name = I4BTEL isdncontroller = 0 isdnchannel = -1 usrdevicename = tel usrdeviceunit = 0 b1protocol = raw local-phone-incoming = 50 remote-phone-incoming = * dialin-reaction = answer idletime-incoming = 5 answerprog = iFon alert = 25 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 3:56:25 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by builder.freebsd.org (Postfix) with ESMTP id A3C3E438B for ; Wed, 16 Feb 2000 03:56:17 -0800 (PST) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id MAA16431 for ; Wed, 16 Feb 2000 12:52:17 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id MAA02704 for freebsd-isdn@FreeBSD.ORG; Wed, 16 Feb 2000 12:52:14 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id LAA00431 for ; Wed, 16 Feb 2000 11:09:10 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id MAA02231 for freebsd-isdn@FreeBSD.ORG; Wed, 16 Feb 2000 12:13:36 +0100 (MET) Message-Id: <200002161113.MAA02231@cat.turbocat.de> MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Content-Type: multipart/alternative; boundary=NeXT-Mail-45214376-1 Content-Transfer-Encoding: 7bit In-Reply-To: <200002160146.CAA00638@cat.turbocat.de> X-Nextstep-Mailer: Mail 4.0 (Enhance 2.0b4) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Wed, 16 Feb 2000 12:13:35 +0100 To: ISDN-List Subject: Re: crash References: <200002160146.CAA00638@cat.turbocat.de> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --NeXT-Mail-45214376-1 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi again, this (attached) is the kernel config file, I use. After DDB turned on, the = machine crashes after only a few calls to the tel interface. --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION [Hier war urspr=FCnglich eine Anlage beigef=FCgt] --NeXT-Mail-45214376-1 Content-Type: multipart/mixed; boundary=NeXT-Mail-1203813608-2 Content-Transfer-Encoding: 7bit --NeXT-Mail-1203813608-2 Content-Type: text/enriched; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi again, this (attached) is the kernel config file, I use. After DDB turned on, the machine crashes after only a few calls to the tel interface. --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION --NeXT-Mail-1203813608-2 Content-Type: application/zip; name=ALICE.gz; x-unix-mode=0644 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=ALICE.gz H4sICF5lqTgCA0FMSUNFAK1aa3PbOLL9LP0KjLRVY8+1bD0cR56tlEuWaIcTvVaUneTevaWiSEji mq8hSNmamh+/pwFSokjHyU5tqmKRRJ9Go9HoB4B65W9jHt8ag1/ZvTbWZnr/bMta5+0O/p+3WOv6 +vqieXnR7rLW5a/td7+23rGQR9GOaS8h+1u1Xq1XUhxrNBjf8mgXbxx/zeKNGf8smJVEEfdjd8dE EoZBFHMboKrjW25ic1YzI2tz4XS6VxdW4K8uRGyf01utWvXMl0TwSFSuLiuVOuMidjwTcOYn3pJH LFgx2V6tBmHsBL5gi4V+ebvQjYU+nmv3s95cG1SrddafPmSdnzPWi5nLTRGzwOfMEWym/eNBn2mD 8z2bin7VvVoAdeCc/ptpvaH2ZT7SRh9anWbzspuyb0TclaKl9DleD4Y2WwwHc4yApG0IHsfm0uUM 3/5On2y23LHP+lgDK+46nuODE7PBcMf8oBGEgjk+0y8mf2cRtwLP475NPfnMdF22TGJGOmeBazPP tKB6Lg69Dx5Go6+L8WRqVEnUkSOsc0b6bYiQW87KsTKRD5gvkPhRm5HOvzCIDPaZ+kgSTJMIIL8d OVvSfr0IXAwGt8BO71pttuaxYLsgATAOGBrY84b74AvFR4nvw1CkYEZs+rYZ2UzsRMy9vVA5PfYn Y2My1FI9wrBMn57YXJ/0qY2drIKIvaTineZmc2xo/YcZIW1HSN0/8cjnLgYH63TiHQxiy918b7N5 fzG5uzO0+YcmcBuI9mxGnFluYD2R8LBxAX37O4YJE+fsmZNFrdj9aH7gMp5PSYv4YeHGFPxiFfHf E+5b6BF8MItuEIS5bj/NZ72+RphUDxbNcRyZFq2orWOyJ3rhJ63THMr4ajyOjHuCGQr22HCdJ848 LoS55gx9JnmrIIChjcoAwT0z3ARRifjj6DXuXgDDE1AOTePBDkA96n2Z3hsfWs32JXD0w0JIIpTq yLxXZuLGuUEMP8ku3MC081PkBXbiQhzYyMAx134AL2Bd2HyZrNekk8wwS1Y80Hv344kx1/vgam24 GWYsyUIcDISmAQ3WU96GB9rtg9Qkfwk56LYka9aZor5I+8yhPsEjGPPe3AAwEzzVTmzGDsks2MnW ozfW8HLGSWsFIMdvpDjVG4+OSBYfdWM+mX1dGPr/atAq2ST3pZ5ghzF1xG0nJhmxQgHIy3avuogg UMwP/A8UNSJZDLTHcW+kffhnDU7mn7XaGX3tDQazD82XzqorX8mlfri+ajardc984ikHpbQPtca6 RroOvNCBYKsEpit23jKABZOo0leiEQpZOi4tu9Kk9SejaW8OfzXSBymrA/WzE28YXBdi1RnDH/2M qcjFmufdsxKT5jUtvYzgukzQah4IWufNVwhaeYLWKwTtPEH7FYJOnqBTJrgkArg+dnneAVGpXQ13 MbqdTXuzOavLELD2nT+4dPihGcUOIZg+qJbAxuOMVt8SEQUG8ooyiaCE0m/7RvttWH8iZdaNfgk9 1McPX95EDx0/eSnh7maahpG+ibyLOCclwY60F7huFUfh9ZEWlG1J+6L1F9rwrkOD6bQbSydmeMXC zqBYkqSBMyXSKfG9I8tVvldUV3hppI64gmBAq+jhzqjWjxqQD7RVG8JJALXwl1iF6NWBGTtxVR9H 0KHCucG6IeIoseIkOoYVuhop+tS15OmOyMaKDHb3HERPakyp67ZcB8lYgW1/cH111SSIbkwYPbP/ YTMKdDPHRvh4QyBjMDFUbyOjgedvC3U30Iw+EcJ5by9W9nHrJ22WSn1BfrDQzfhhuFdVEC5NSPZt maaT2bw3JGJy0qYrSbNZgCeGVyLfHjlIpNBcmJLpbNJPBQmjwCrwfhj1pqlypUjQU+LYcjGs8RtR +AxlMDyGjfXJmFCJT2s1L3vB6Mpm/I+HybyXWh4CeRCb+XAFq1xoOjXjiWm+7SAr0mF9CF626cdZ fMzlJHdGmt+9biEq4ct1oex7gTRgro0Wd8PevQE/RO5fkKm3V0INaOWaa6woKABdk0qqlYoMbZ6n ltspW/KNiYBqimy0EnNOOkhFoQhWUsE9os7n3lc5pZh7HtOaRzpmk6ZzaZ42lzY8xazo/RH9zPv0 92EwzY1nNJs8zPXxvSL1kIU4FpUDUZDERwzHcqK/jI0ceGzo0/Qri5G/ImEniSlF1qc5WYzJ2XwK 0jqbGHrOJykzwLe30P2+Pp+fDYf9s4+DIaUvX87b73Jyacg0esNPaOiFocvnpvvE/IP+YLdxYAVu ToPT6XQBz0m+Fig8NSgQI80T0s/SAxlmlkxRIg3IMX6gYe7nlEUP+IqqnR+H3unDuTS4nhVTRgV7 iXNFRYphJ5QdO+DIluEqlyNNgV98nEw+UXoVAnxyfbq3BMVqEwRPufHqU9XlYjiheXZCL/BPuqfk afcropSNyBhzed6mYO14UKx0EDK6IrGHKV3oU9SP4yDOF2LnOesAzSIL7G3qYL7hqFCy9jRjw3Qv A7HPzoUcv6DKGc5KJMs0/IAx+2xGVCKdUc5MCHO3T69cM4JrRtiQtbYKZ7LIovRa5ZI/5VexbvSw 6G8nBs1gJgJ9RUa4dSysyoSsxl85671kOfy0r5fh+Pij6FFf773GgL4zBUwipew9/lBQ9I1c75sE dRemIC0UqJHxKIISX+n5wbgtd4uPb8mdX+/wfLeTyVz+mZ4dv/ZmvVGVdkDYs6CiYu+56NMygWUi GYd1UkmPoANXY6bte/6fUYY9DBfGg/QLInmNvlqkfpxTBQB6+cAu8NtuN3MAKnRXK077Llk5AucW Jqg9YGhUA2wvlMj4QU0cuuZua0bnmyPJFhSUteHi7v7DZ6R8w8U9crRx9RWK24zidtjrf6oWE3cY ZQCrjEpbBzlWA92YDntfs+Uz7T9KZ67GBDsPPM6cwIrdt1CIUbQT8B/jHoyhUicKfd92j6JAiXjW +/zpdkD0tAOxhg+KzGcm8GIFNtneXsWh9bS0oOGnpY28YOGtHOfckqt9715oC8DcYXKOVws6WKBL BKoPtZNPVJuxPxl+x5OB1huc1tCJ6bqBRUM0c/thWyeKE/IiFlJlsEJefDDwbH3FyHyOJjobIDx8 72E4N/o0z8aHS/Jgn5T5REEQH+WzlPLYiRcer93zqnqtVBCPlsKuSBz6vGHxLuTsplr/BoGwm6ai Wa3EN6lSNv5KqHU3UIv4SAbaXfRMx18mokkKIGy1aoZes4K3rEWmJj17i1nDHITBMxQIt4L1T9Mi 07JbUzgWu00EMw4hg1we8PsoElrOLzm+N7LxZv85tDbL0rdw/yljGFGeLapEncKcGzIhDHiV+Jac tpuKJG58DJCsHBD8+wjp5Q8I5/uII0D4ffr8IJCufPnCfg4T62cYIHzQzxQvYa67jORM7lqSR+Ag 8QPkhTEFcbghS9Zz1OYxaq+Czfd6ZzWk1eRPTLdGnsc7x8qMbLlnpIaemy/uCPNowg5fSJdySoqY EuQYcXhzDvipm6wbWCSNKe3jFriFfiiNEY/fABwCYxwFriv3WcFf6UJxuFEZDFUpCFxQWs5KRyZS mXxb1rkfvux7lvURa76smsyJfmdyr+Kle4VhAmwdwFXVkXLdasWJTOrUoyMt+hok0iEGvrvbL0gu N9nhmGT+8hONodT9Vdq9TO8tGUfX3Ed9ZkELhZBRrW/jNxlQ3ChipBfbLQPaXlbOtpBwkMWpnvOV 1Uwb9z8u4InzH/XxWDeKX++12ag3LnwcT2aftXs9/b7PEaoyKOzHUFGjRpROBTzMuKS0U8sC5kaN b08KlrUg9ESNiU2QuDYWEvwCT7NMG1EXsYmirsxra5ISA6UHBwEEP79UCsyNizbzAtpUJ5U8C/ks SZ0j2pS0piOAua5TK2OCV9hT3U5Vm9inB5ijQ5/V7dpsVvbLAm8ZA+emuk9TpD7QdrOfZcSU49bQ St/yNDIK75VpF+BSANXqifIXCIDZQGV/WLUIg0vO1TKWTXI5GjBbhN/CIjle2kLRIFfn0cokMqgj v66lTYyQS3hChtkUICddVDOmZTb1/J7a4mPvq2bIWtW0ofKP5g4FAr4csdv7BYhQWledVVcuLNpD 3J/PwABTBkQlZW8Vge0U2KHWdoktV63vqLVTwqat11U50qmJoshFAjKN5EiZfhhvGjzDjCRMSfIq ccNYTWJipV0o9f75p5Kfkopi+NhrWin6e/zLenuvhvCeMvqc3g6MpOYIW1bd+65sKGttaamDMqp2 +oewIC0kZ2+kEUmTDx3m5u0g2rPNMOYW+7925/+vL1/OmOlY77svTcmpWvet6E34uD9j7zpW9+VF ATIx81FPWMLB+y8yJd1YWGP5L+jhZg+z09EItV5TOqR+VPFiApmbqH4VtSOelKcHIv4RRGyGPEPU rR/qpD9ozCajA2jzIyCZeaOgWMvoLcSPYKiM8CV98vQj9In/5AfP/v5wF+7Y9Dl8F6K4gPbjIKID QPvYIa3cIAx31ZVtvbLoVTS9wmB/Z+2CCSvgkW2tlALB60bpJ11h8pRP6ktmc4K7WyVAtulYXsnp HlZ+gdn8TcsbaH3Wbr1cvjSWJp2kaxTwwEbqo5fYTlBcG6b8mOmjzs3wzQ40BAnf+V3xAh7zuH0T YHSYAYT16Cy/FQCKIqSWkff+mmGwObc2eGh1u+/P1G+XfvGjOFTr60QAUQLfR+bWEezBjSMTwiRw EFN/moHEsgSQNLeuicIuauRic4p4fkXAz45vB88iZW+k+/C7chz7anrmxmST6bDTMHqdlGeql4Im pM3UTESXGm1iIpfxnPUmZmu5Z2i6gk47yXMSScly29dpHthksrYDjVRRmbCtCN9LE2/R3za7elVx yH3M7zKQqVMUKHMzQm7FUQJlhOJ7yCvGCIpVFNCGz7EuRZpbgEuGftfZj5DgcguoIiRKUmQ5slh+ s+N3+TG/K8y9nOoStNSrxLa+ZQSYRkw2RRJ2N2Ji52NS/3DSiyJu2d90u+pGhyocnJVMY804Nq2N TGKZGqAlM15wkBaGNXNzeBPL/Mv25rD49yf10tJkO9nOTf4DXMDxu+R9eF8npXdZfeU+wUiO3qVA uddjapIw9/pc6G/nyQGM9IF+kN9z7GxDgXJNmSESwd5VsnTnl/KzkJtPNJt7EORRC/2WjaYPl80W K3CF8hQFpm4/bekGNvg9Ralt0bLcOjZ8usmE3MRCv3SNqiiG3P2kuwipMOdk0E9R83gIOWFVALN4 rv726LXueq8so46lrBk8hsHaiclVUraRFizAlDOrTpZ21r3vsIQcUSCCVYwYNaXmlK33Ntt80eCW yghPfnm9CKLsUx15/YXRBm+PNviLow2+M1qq8NLpvFH+ob2vIc3kxXEdOsUPc+rbI7bxjyFUBUDX SGBIqriBm6RtT7ew5ZfeJqwUbxOmNxPPJaam+Ame2EEjlxZQBnlxlC6FiiYLTEevlch07ArVRLOe PlhFpsdzOWhEfj9P7dmVSutwZq8o1a7lCbD0flroYOsDc6luqz2pq1ZH60ueZ5PgWb70prjLUB2R VcjP3vLoibt8d3x6VkA4GUKdkKYnbCcrJ+LPKGBOZckx7s0LMDqalz4kEys7qy/QhSHIKLGcBhhW Iw4a8oFCqDy2LJALV1GnpfXQgbvRp0WiOHJSrqhUIw/FM5uZFAEwgJMRRzOWW1HRceIrTCZx4Uw2 jncFxDriCpHtUA072fFtCi7pMpMLFJpvmaFID2nktgxd7ISAszuksc1mR15B8Y7S+DfnNox3Fbod W8/IssOjImG8VFYozwnhnUiJsC7LCemxaOBkf9lFjQiTHajt/sMdNTl6M6atwXrjv/EPw3Yul4dr ltnJ8IlDW/ANpqPRcGhrXjBd2D7rbxwInaU8pxSpOJ2AGs2LLu1yjR3L2iFlaXb3Jzm9x9Gi11og iafs8HHE7iIn/uOnPpU2J1QaPCovfFqlTmVZKree6v/hv8M+zFwbLozmonVVrRNLeRqR96a8i8wq gGfAs9VtNtM8q/UXukTMHIzlxVjmyqMZZS9n2VGbnMBjW6Lz5R7dLpVHy6R1n3Ob22p3nu7s0nGz af8rEXKzHi438eN0M7daL3MrmFENM0oHVSSUkkmlEPBgdqDkTS+2HgMZYwSNI6tWab+OT+tPKdXz hnbx5JXzV/lYsfuaFLRZaVq0wU0M6QTvllGxXlrCKZtoaW1q6S3wy2/wi2GC4Sbwd68PiLsZA9bO ee8cA/gC6U1IHLr6IbW0N2B9Ols8/iaXZnYJIH+D4vG3/IWMV0VwwkjpFPmdtYkCnzwM3bxQPow6 K7gvYAQ57PZ/a6FXq/8GY/AAWnEwAAA= --NeXT-Mail-1203813608-2 Content-Type: text/enriched; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline --NeXT-Mail-1203813608-2-- --NeXT-Mail-45214376-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 5: 4:56 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 4322645B1 for ; Wed, 16 Feb 2000 05:04:46 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (4709 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 16 Feb 2000 14:05:17 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 192EF3891; Wed, 16 Feb 2000 14:05:11 +0100 (MET) Subject: Re: crash In-Reply-To: <200002160146.CAA00638@cat.turbocat.de> from David Wetzel at "Feb 16, 0 02:46:42 am" To: dave@turbocat.de (David Wetzel) Date: Wed, 16 Feb 2000 14:05:11 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 3886 Message-Id: <20000216130511.192EF3891@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of David Wetzel: > as on Tue, 25 Jan 2000, my machine keeps crashing. > > WARNING: mclpool limit reached; increase NMBCLUSTERS > i4b_getbuf: error - MCLGET failed, len(2048) > panic: L1avma1pp_hscx_intr: RPF, cannot allocate new mbuf! > > I run the latest public sources... There was a memory leak in the HSCX driver and in the Fritz PCI driver. This leak was obviously fixed only for the HSCX driver and in the Fritz PCI driver in the new-bus (layer1-nb) directory but not in the old-bus/NetBSD (layer1) directory for the i4b_avm_fritz_pci.c file. Please apply the following patch to your copy of i4b_avm_fritz_pci.c (and don't forget to tell us if it solved the problem): *** i4b_avm_fritz_pci.c.orig Sat Nov 27 19:45:40 1999 --- i4b_avm_fritz_pci.c Mon Nov 29 20:08:34 1999 *************** *** 743,749 **** DBGL1(L1_H_XFRERR, "avma1pp_hscx_intr", ("receive data overflow\n")); error++; } ! fifo_data_len = ((stat & HSCX_STAT_RML_MASK) >> 8); if(fifo_data_len == 0) --- 743,768 ---- DBGL1(L1_H_XFRERR, "avma1pp_hscx_intr", ("receive data overflow\n")); error++; } ! ! /* ! * check whether we're receiving data for an inactive B-channel ! * and discard it. This appears to happen for telephony when ! * both B-channels are active and one is deactivated. Since ! * it is not really possible to deactivate the channel in that ! * case (the ASIC seems to deactivate _both_ channels), the ! * "deactivated" channel keeps receiving data which can lead ! * to exhaustion of mbufs and a kernel panic. ! * ! * This is a hack, but it's the only solution I can think of ! * without having the documentation for the ASIC. ! * GJ - 28 Nov 1999 ! */ ! if (chan->state == HSCX_IDLE) ! { ! DBGL1(L1_H_XFRERR, "avma1pp_hscx_intr", ("toss data from %d\n", h_chan)); ! error++; ! } ! fifo_data_len = ((stat & HSCX_STAT_RML_MASK) >> 8); if(fifo_data_len == 0) *************** *** 836,850 **** MPH_Trace_Ind(&hdr, chan->in_mbuf->m_len, chan->in_mbuf->m_data); } /* move rx'd data to rx queue */ ! IF_ENQUEUE(&chan->rx_queue, chan->in_mbuf); ! (*chan->drvr_linktab->bch_rx_data_ready)(chan->drvr_linktab->unit); - if(!(isic_hscx_silence(chan->in_mbuf->m_data, chan->in_mbuf->m_len))) - activity = ACT_RX; - /* alloc new buffer */ if((chan->in_mbuf = i4b_Bgetmbuf(BCH_MAX_DATALEN)) == NULL) --- 855,877 ---- MPH_Trace_Ind(&hdr, chan->in_mbuf->m_len, chan->in_mbuf->m_data); } + if(!(isic_hscx_silence(chan->in_mbuf->m_data, chan->in_mbuf->m_len))) + activity = ACT_RX; + /* move rx'd data to rx queue */ ! if (!(IF_QFULL(&chan->rx_queue))) ! { ! IF_ENQUEUE(&chan->rx_queue, chan->in_mbuf); ! } ! else ! { ! i4b_Bfreembuf(chan->in_mbuf); ! } ! ! /* signal upper layer that data are available */ (*chan->drvr_linktab->bch_rx_data_ready)(chan->drvr_linktab->unit); /* alloc new buffer */ if((chan->in_mbuf = i4b_Bgetmbuf(BCH_MAX_DATALEN)) == NULL) *************** *** 1075,1081 **** if(activate == 0) { /* deactivation */ ! chan->state &= ~HSCX_AVMA1PP_ACTIVE; avma1pp_hscx_init(sc, h_chan, activate); } --- 1102,1108 ---- if(activate == 0) { /* deactivation */ ! chan->state = HSCX_IDLE; avma1pp_hscx_init(sc, h_chan, activate); } hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 5:11:39 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by builder.freebsd.org (Postfix) with SMTP id 2730744F1 for ; Wed, 16 Feb 2000 05:11:36 -0800 (PST) Received: from hcswork.hcs.de([192.76.124.5]) (1485 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 16 Feb 2000 14:12:09 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 1C9813890; Wed, 16 Feb 2000 14:11:55 +0100 (MET) Subject: Re: Still problems with sppp+answering machine In-Reply-To: <14505.31479.834993.255113@hinken.sparud.net> from Jan Sparud at "Feb 15, 0 05:12:39 pm" To: jan@sparud.net (Jan Sparud) Date: Wed, 16 Feb 2000 14:11:55 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 627 Message-Id: <20000216131155.1C9813890@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Jan Sparud: > As I mentioned in an earlier message I have problems with the > answering machine causing an sppp connection to freeze. I just posted a patch for David which might solve his problem; would you please apply this patch also and tell us if it helps or changes behaviour ? hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 5:27:24 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by builder.freebsd.org (Postfix) with ESMTP id B625342C3 for ; Wed, 16 Feb 2000 05:27:18 -0800 (PST) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id OAA30902; Wed, 16 Feb 2000 14:27:27 +0100 (CET) Message-Id: <200002161327.OAA30902@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: David Wetzel Cc: ISDN-List Subject: Re: find_matching_entry_incoming Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 16 Feb 2000 12:51:07 +0100." <200002161151.MAA02245@cat.turbocat.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Feb 2000 14:27:27 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Wetzel writes: >hi folks, > >in support.c / find_matching_entry_incoming the isdnd decides which entry to >use. My point of view is, that "60" as value for remote-phone-incoming >should be used instead of "*". > seems like a reasonable extension to me. It never hurts to have more flexibility. >Why I do not do this? Because the tel device crashed our NFS server 2 times >today.... > this is due to the bug in your (old) driver. Apply the patch posted by Hellmuth today and the panic will cease. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 16 7:22:14 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id DE2F237B586 for ; Wed, 16 Feb 2000 07:22:03 -0800 (PST) (envelope-from jan@sparud.net) Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by builder.freebsd.org (Postfix) with ESMTP id 646DE132E5 for ; Wed, 16 Feb 2000 07:17:34 -0800 (PST) Received: by mail.sparud.net (Postfix, from userid 10) id 2467E3E57; Wed, 16 Feb 2000 16:18:07 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14506.49070.298944.328245@hinken.sparud.net> Date: Wed, 16 Feb 2000 16:18:06 +0100 (CET) To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: crash In-Reply-To: <20000216130511.192EF3891@hcswork.hcs.de> References: <200002160146.CAA00638@cat.turbocat.de> <20000216130511.192EF3891@hcswork.hcs.de> X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > There was a memory leak in the HSCX driver and in the Fritz PCI > driver. This leak was obviously fixed only for the HSCX driver and > in the Fritz PCI driver in the new-bus (layer1-nb) directory but not > in the old-bus/NetBSD (layer1) directory for the i4b_avm_fritz_pci.c > file. > Please apply the following patch to your copy of i4b_avm_fritz_pci.c > (and don't forget to tell us if it solved the problem): This looks as it has something to do with my problems. I'll try it when I get home (probably tomorrow). /Janne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 17 2:56:10 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by hub.freebsd.org (Postfix) with ESMTP id BCD9A37B6B0 for ; Thu, 17 Feb 2000 02:56:06 -0800 (PST) (envelope-from jan@sparud.net) Received: by mail.sparud.net (Postfix, from userid 10) id DD1BB3E57; Thu, 17 Feb 2000 11:56:03 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14507.54210.707855.731786@hinken.sparud.net> Date: Thu, 17 Feb 2000 11:56:02 +0100 (CET) To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: crash In-Reply-To: <20000216130511.192EF3891@hcswork.hcs.de> References: <200002160146.CAA00638@cat.turbocat.de> <20000216130511.192EF3891@hcswork.hcs.de> X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > There was a memory leak in the HSCX driver and in the Fritz PCI > driver. This leak was obviously fixed only for the HSCX driver and > in the Fritz PCI driver in the new-bus (layer1-nb) directory but not > in the old-bus/NetBSD (layer1) directory for the i4b_avm_fritz_pci.c > file. > Please apply the following patch to your copy of i4b_avm_fritz_pci.c (and > don't forget to tell us if it solved the problem): I had already applied the last two patches (from an earlier message on the list), to get the answering machine to work at all (otherwise it panic'ed due to mbuf shortage). But the first patch (which signals an error if a channel receives something whilst in an idle state) is new to me, so I tried it. It didn't fix my problem, the ppp connection still freezes when starting the answering machine, but it definitely has something to do with this, since the driver spits out loads of error messages introduced by the patch. See the attached /var/log/messages file below (with isdndebug -m). Here are a few lines from it: Feb 17 10:37:32 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: toss data from 0 Feb 17 10:37:32 gbox last message repeated 24 times Feb 17 10:37:32 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 Feb 17 10:37:32 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: toss data from 0 Feb 17 10:37:33 gbox last message repeated 62 times Feb 17 10:37:33 gbox /netbsd: i4b-L1-avma1pp_hscx_intr: RAWHDLC rx buffer overflow in RPF, in_len=2048 It seems as the voice channel continues to receive loads of data, even if no one is reading it (in the case below the answering machine was active for about 3 seconds). So it is possible that Gary was right, i.e., that the data is coming in so fast over the voice channel that it's swamping the data channel. /Jan Sparud begin 644 messages.0.gz M'XL(".?.JS@``VUE7S'?[DX"U<8&`A(G40(J M.I)00WJ5JFIE[`4L.3:U34K^_?9EW`&= M@=P$66HK:KO6A,7,W1K.MU(YM5$=R57]^TN75BBQ]8T,L)_#:$+B^#Z8>Z##WW">0X@W9 MNA_`$_5]?4'!HRNJ!]B'F@J!A:VIG6O=OS_>CGK@;6"VGL^I!^XS]>:V^P,L M![3QH(+?B4V=3DU2;ZZ%43F%L5&+Q:CD@U'<38FQQ-B0"X%133&.:CX8Q=V4 M&$N,!<%83X&QG@]&<3CN)L28XF1HX^%PJC$GZ]RG%N^ M91#+U_&+]WUW8HR_]=$W.R2^X?C^V4ZMBM^(MS&)3^:>_D3;&*'?3-"T"MS_ MKOV!IE0Q.P-R-Y";;1A,[F"^=HS`\:B_Q5LPCZ%,#N\N![&:+4D;"S0#$9H..GVR/0+Z?:FP\]]\&D@WIMI39*('[BK M7:#%'W7H)B!V#8+)4AH,QGU*9!&Y*C"7& M@F!,42JCYE,JD\#-11CCQ['$^-_#F**,1,VGC"2!FQ)CB;$@&%.4RJCYE)$D M<%-B/(,Q?@U0+(S%&,<4921J/F4D"=R4&$N,!<%XLE1&;<5BY-2P)+VVCK>C MA%>K)C5)UZ0ZR?.'"WPTGOX?Z^WYON7^PRO!"M MDUWV<]-&:+-BC[86T$EU(CY3P3GI_(QWU%JJ8?J*9^[2?E<*]USLI3RN51Q8446_5&_.^FGS-2$)1?Q1GXJN="] M(+[FXLP8A<\E`'\!+5[-4-)BC.(@$U,!@>*ENIB=%,5+`KG+*Q[L:C_C0MN9Z5;O3#7$32C9\@]/BJWV_%>J?@3-/O MU[8M+-[,R?AHIH2MI7S_F_)]-*VM2#D[+-&6NN-0NX/3PJ0Z6\-A"B6S.HML M$)3Q]2H#TVIU[E&ZG7$&-GK4IKJ/V8.S#+,R[91+43^:UV(FF2`48B5QLN*Y MIL36/*JQ1:5J%4>3>L\T3)8M-;,$BLF6EIB]7>I9YI[JK6-C+/4XL#*+SV'7 M\)OE&H&-::=^(-'V$5GVTS9>%=#MA>M9P?()N\F&DQT!-"2P3)MB"]4]^V6Y M7G4.US^71T(^RI58FV?%:M*?/HZU3^ACI$+X`17KTTZK=K(4R=2$;7&K,%G/ M/)<)#&73SX?0]J%R<;HS()+4/=(M;..J%L<0,DG8W2,5;QRR7A95Z3PCB6?T M^>IV_E:+$XE(O_=;+<''H&+HSTHA@S'6>M&^C7T"!NIUWX:_>%@' MN&MC:]?MMDV)VL:>:X@+H'QW+(#R75(!/-RV"8]8M!]*K!=I5O37T]X+R"A' MKK^>BIU\^46.?XE1Y;R6DIBU8NUX M)#0>,4GX\XY%WC+&CD74J.V6VL^'+,)QCXRAW!^SB'+/91&.H7UEGA_<2S.,NK#,S;Q.JVZ MU+R1:HW#T[`SLU_@G)=SRBM&*YQCZ8MM?L`U\Y1HK%PF44Q#F&'$W#6:>8U: M&TS+H]O$@[>@2/'#4_K=@V`8S>W%FN/FK^H?&1#X0+' M#TTQ.VF.'[)6^6R/'^2V).&_K2.'_O!??-M=?%5:37P>?YI;-H5@[;'_,9K5 ,B;W[!W5I; Thu, 17 Feb 2000 05:37:16 -0800 (PST) (envelope-from eric.feillant@laposte.fr) Received: from mail.federation.log.intra.laposte.fr ([10.16.0.254]) by relaisint.laposte.fr (Netscape Messaging Server 4.05) with ESMTP id FQ2WLO00.KBU for ; Thu, 17 Feb 2000 14:37:00 +0000 Received: from mail.log.intra.laposte.fr by mail.federation.log.intra.laposte.fr with ESMTP for freebsd-isdn@freebsd.org; Thu, 17 Feb 2000 14:36:07 +0100 Received: from laposte.fr ([150.0.205.32]) by mail.log.intra.laposte.fr (Netscape Messaging Server 4.03) with ESMTP id FQ2TR200.20I for ; Thu, 17 Feb 2000 14:35:26 +0100 Message-Id: <38ABF782.D0D76043@laposte.fr> Date: Thu, 17 Feb 2000 14:28:34 +0100 From: "Eric FEILLANT" Organization: LA POSTE - DISIT - SGT X-Mailer: Mozilla 4.51 [fr] (WinNT; I) X-Accept-Language: fr To: freebsd-isdn@freebsd.org Subject: Dual channel ? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------7NhE3WuB9OnU6N9D2A0R5Y7" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------------7NhE3WuB9OnU6N9D2A0R5Y7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, It's a long time now that i leaved the list, i'm happy to come back and to tell u that i use i4b to our ISP with our freebsd boxes, here at work. In fact, if it works well, i would like to know if it now supports dual B channel for our bandwith to grow (128 Kbps). Some time ago (perhaps 2 year ...) hellmuth said that i4b can only do 64 K = one B channel. What about today ? Thanks to you. Eric. ------------7NhE3WuB9OnU6N9D2A0R5Y7 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: Quoted-Printable Post-scriptum La Poste=0D =0D Ce message est confidentiel. Sous r=E9serve de tout accord conclu par=0D =E9crit entre vous et La Poste, son contenu ne repr=E9sente en aucun cas un= =0D engagement de la part de La Poste. Toute publication, utilisation ou=0D diffusion, m=EAme partielle, doit =EAtre autoris=E9e pr=E9alablement. Si vo= us=0D n'=EAtes pas destinataire de ce message, merci d'en avertir imm=E9diatement= =0D l'exp=E9diteur.=0D =0D =0D ------------7NhE3WuB9OnU6N9D2A0R5Y7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 17 5:53:58 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id CC33F37B742 for ; Thu, 17 Feb 2000 05:53:54 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id OAA87289; Thu, 17 Feb 2000 14:26:32 +0100 (CET) Message-Id: <200002171326.OAA87289@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: jan@sparud.net (Jan Sparud) Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: crash Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 17 Feb 2000 11:56:02 +0100." <14507.54210.707855.731786@hinken.sparud.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Feb 2000 14:26:32 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jan Sparud writes: >It seems as the voice channel continues to receive loads of data, even >if no one is reading it (in the case below the answering machine was >active for about 3 seconds). So it is possible that Gary was right, >i.e., that the data is coming in so fast over the voice channel that >it's swamping the data channel. > Exactly. As the comment I made notes, I don't know how to disable only one B-channel without disabling them both (if both are active). That's why I made the ugly hack to just throw away data from a channel which was "logically" closed. AVM is supposed to be sending me the docu for the Fritz!Card PCI. I hope to be able to better handle this case once I know how the ASIC really works. The Linux driver isn't at all clear in this regard, unfortunately. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 17 9: 5: 8 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 226EC37B79D for ; Thu, 17 Feb 2000 09:05:02 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1546 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 17 Feb 2000 18:05:00 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 542553696; Thu, 17 Feb 2000 18:05:00 +0100 (MET) Subject: Re: Dual channel ? In-Reply-To: <38ABF782.D0D76043@laposte.fr> from Eric FEILLANT at "Feb 17, 0 02:28:34 pm" To: eric.feillant@laposte.fr (Eric FEILLANT) Date: Thu, 17 Feb 2000 18:05:00 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 705 Message-Id: <20000217170500.542553696@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Eric FEILLANT: > In fact, if it works well, i would like to know if it now supports > dual B channel for our bandwith to grow (128 Kbps). > > Some time ago (perhaps 2 year ...) hellmuth said that i4b can > only do 64 K = one B channel. > > What about today ? Channel bonding should work since i4b 0.83 by using it in conjunction with the userland ppp daemon. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 17 9: 9:40 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id B751537B779 for ; Thu, 17 Feb 2000 09:09:37 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id SAA00562; Thu, 17 Feb 2000 18:00:44 +0100 (CET) Message-Id: <200002171700.SAA00562@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: "Eric FEILLANT" Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Dual channel ? Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 17 Feb 2000 14:28:34 +0100." <38ABF782.D0D76043@laposte.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Feb 2000 18:00:44 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Eric FEILLANT" writes: >It's a long time now that i leaved the list, i'm happy to come back >and to tell u that i use i4b to our ISP with our freebsd boxes, here at >work. > >In fact, if it works well, i would like to know if it now supports >dual B channel for our bandwith to grow (128 Kbps). > >Some time ago (perhaps 2 year ...) hellmuth said that i4b can >only do 64 K = one B channel. > >What about today ? > I assume that you're using FreeBSD, since you don't say otherwise. Channel bonding works with /usr/sbin/ppp, at least under -current. It might also work with -stable, but I don't use that and can't say for sure. There are examples of how to set it up under /usr/share/examples/ppp. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 18 5: 9:53 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by hub.freebsd.org (Postfix) with ESMTP id 83A7937B943 for ; Fri, 18 Feb 2000 05:09:49 -0800 (PST) (envelope-from ml.ventu@flashnet.it) Received: from bo.flashnet.it (ip087.pool-10.flashnet.it [195.191.10.88]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id OAA12623 for ; Fri, 18 Feb 2000 14:09:45 +0100 Message-Id: <200002181309.OAA12623@mbox01-rm.flashnet.it> To: freebsd-isdn@FreeBSD.ORG X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Fri, 18 Feb 2000 14:09:48 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: ELSA QuickStep 1000pro: Found Solution!!! Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Its name is FreeBSD-4.0-20000217-CURRENT: I downloaded this snapshot, installed it, compiled my kernel with support for the card, copied my old 3.4R ppp.conf and isdnd.rc, and there it went, at first try. Now, I can almost for sure claim that the problem I had was due to a bug in the 3.4R kernel; I even tried CVSuping src/sys to stable, but it didn't solve anything. Now 4.0-current has proven to be too immature for my use (in just half an hour I saw just too much weird behaviours), I guess I'll have to wait for 4.0R before upgrading for good, even if I would have preferred to stay on the 3.x branch for some more time. Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 18 5:52:45 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 0634037B817 for ; Fri, 18 Feb 2000 05:52:36 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1391 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 18 Feb 2000 14:52:23 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 0329E36AB; Fri, 18 Feb 2000 14:52:18 +0100 (MET) Subject: Re: crash In-Reply-To: From hm at "Feb 16, 0 02:05:11 pm" To: dave@turbocat.de Date: Fri, 18 Feb 2000 14:52:18 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 633 Message-Id: <20000218135218.0329E36AB@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >From the keyboard of David Wetzel: > > > as on Tue, 25 Jan 2000, my machine keeps crashing. >[...] > Please apply the following patch to your copy of i4b_avm_fritz_pci.c (and > don't forget to tell us if it solved the problem): I've got no feedback yet, did the patch solved your the problem, David ? hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Feb 18 5:57:27 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 1708837BB2F for ; Fri, 18 Feb 2000 05:55:53 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1479 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 18 Feb 2000 14:55:33 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id A83E436AB; Fri, 18 Feb 2000 14:55:28 +0100 (MET) Subject: Re: USR Sportster TA driver for -current In-Reply-To: <200002101011.LAA13984@peedub.muc.de> from Gary Jennejohn at "Feb 10, 0 11:11:44 am" To: garyj@muc.de (Gary Jennejohn) Date: Fri, 18 Feb 2000 14:55:28 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 631 Message-Id: <20000218135528.A83E436AB@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Gary Jennejohn: > So what's happening with this ? There seems to be only one person > trying to use this card under -current and since his first mail > it's been as quiet as a grave. I was able to buy one of these cards yesterday. The driver seems to be ok, will do further testing. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 19 15:18:44 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from keppler.hhs.nl (keppler.hhs.nl [145.52.2.5]) by hub.freebsd.org (Postfix) with ESMTP id AC7DD37BD27 for ; Sat, 19 Feb 2000 15:18:28 -0800 (PST) (envelope-from LIN@sem.hhs.nl) Received: from maxima.sem.hhs.nl ([145.52.34.7]) by keppler.hhs.nl with esmtp (Exim 1.92 #1) for freebsd-isdn@FreeBSD.ORG id 12MJ8p-0002CS-00; Sun, 20 Feb 2000 00:18:23 +0100 Received: by maxima.sem.hhs.nl with Internet Mail Service (5.5.2448.0) id ; Sun, 20 Feb 2000 00:17:39 +0100 Message-ID: <61C45E427C6BD3118A2400508B5BFFAC67EACC@maxima.sem.hhs.nl> From: "Ling K.P." To: "Freebsd-Isdn (E-mail)" Subject: I4BSD to Windows NT RAS Date: Sun, 20 Feb 2000 00:17:39 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Is it possible to use I4BSD to dialin to Windows NT RAS? If it's possible how? And is it possible to make use of the dialback options of RAS? Thanks in advance, King Ling To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 19 15:49: 6 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from devils.maquina.com (devils.maquina.com [62.229.71.43]) by hub.freebsd.org (Postfix) with ESMTP id F0A0637BD4D; Sat, 19 Feb 2000 15:49:00 -0800 (PST) (envelope-from gabriel@maquina.com) Received: from localhost (gabriel@localhost) by devils.maquina.com (8.9.3/8.9.3) with ESMTP id XAA53056; Sat, 19 Feb 2000 23:48:52 GMT (envelope-from gabriel@maquina.com) X-Authentication-Warning: devils.maquina.com: gabriel owned process doing -bs Date: Sat, 19 Feb 2000 23:48:52 +0000 (WET) From: Jose Gabriel Marcelino To: Soren Schmidt Cc: current@FreeBSD.ORG, freebsd-isdn@FreeBSD.ORG, hm@hcs.de Subject: Re: Big ATA problems In-Reply-To: <200002192150.WAA88565@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again, After remaking the loader (unnecessary since it's still broken), I've removed my KLDs from loader.conf (I was loading a splash screen) and it now boots as Bryan noticed. However it seems another problem showed up, and I'm not sure where the problem is. I have a Teles ISDN card on this machine which was working very well before this change using it's factory default IO configuration which places it at 0xd80. It's driver however due to some hardware "features" unknown to me says the following: ata-pci0: port 0xe000-0xe00f at device 7.1 on pci0 ata0 at 0x01f0 irq 14 on ata-pci0 ata1 at 0x0170 irq 15 on ata-pci0 ... isic0 at port 0xd80,0x960-0x99f,0x160-0x19f,0x560-0x59f irq 10 flags 0x3 on isa0 isic0: Teles S0/16.3 This obviously conflicts with the secondary IDE controller which lies at 0x170, however this has not been a problem till this day and no driver complained about this. Now, with the newer kernel I get this: atapci0: port 0xe000-0xe00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ... isic0: Error allocating io at 0x160 for Teles S0/16.3! While I was able to use the Teles again by changing it's default IO port I think there will be some people who will find it cumbersome to have to change the IO on a card that was working fine before. I feel this is a newbus issue with the ATA driver and/or maybe the i4b driver doesn't really need that many IO ports so I'm sending this email to both parties. Thanks again. Regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message