From owner-freebsd-isdn Sun Feb 7 01:05:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27130 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 01:05:33 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27125 for ; Sun, 7 Feb 1999 01:05:31 -0800 (PST) (envelope-from martin@rumolt.teuto.de) Received: from rumolt.teuto.de (root@rumolt.teuto.de [212.8.203.81]) by linteuto.teuto.de (8.8.7/8.8.7) with ESMTP id KAA06207; Sun, 7 Feb 1999 10:05:27 +0100 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id KAA03699; Sun, 7 Feb 1999 10:04:37 +0100 (MET) From: "Martin Husemann" To: "Andreas Haakh" , "FreeBSD ISDN Mailinglist" Subject: RE: i4btel Date: Sun, 7 Feb 1999 10:04:34 +0100 Message-ID: <000201be5278$e14bb1a0$53cb08d4@martins.teuto.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Haakh wrote: > root@alvman:~$ isdntelctl -g > isdntelctl: cannot open /dev/i4btel0: Input/output error > root@alvman:~$ ls -l /dev/i4btel0 > crw------- 1 root wheel 56, 0 Feb 6 12:09 /dev/i4btel0 This is a generic bug in the i4btel implementation: it won't allow the ioctl's needed for configuring it while there is no connection active. Somebody actualy using the voice stuff should fix it and send in patches ;-) Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 7 05:02:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25309 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 05:02:51 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25303 for ; Sun, 7 Feb 1999 05:02:48 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.2/8.6.9) with ESMTP id NAA01363; Sun, 7 Feb 1999 13:59:45 +0100 (CET) Message-Id: <199902071259.NAA01363@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Bernd =?iso-8859-1?Q?K=F6cke?= cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Problem with ELSA Quickstep 3000 Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 05 Feb 1999 10:57:03 +0100." <36BAC06F.D6A7644A@schiele-ct.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Feb 1999 13:59:45 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bernd =?iso-8859-1?Q?K=F6cke?= writes: >Hi, > >I've got a little problem with my ELSA Quickstep 3000. My system runs >with FreeBSD 3.0-Release and i4b 0.7-beta. The Quickstepo 3000 is an >ISA-PnP-Card with Modem Chipset. I read that there exists a driver for >Linux and that it is the same as for the Quickstep 1000. So I started to >compile a new kernel with the Quickstep 1000-Driver from the >i4b-Package. But when I entered 'make', I got the following >errormessage: > >../../i4b/layer1/i4b_elsa_qs1i.c: In function 'isic_probe_Eqs1pi': >../../i4b/layer1/i4b_elsa_qs1i.c:404: structure has no member named >'sc_clearirq' > >The problem may be due to the fact that I have a Qickstep 3000 and not a >1000, but I think the kernel should compile and may show an >error-message when I reboot the system. But I'm not very familar with >FreeBSD. I started to work with UNIX and the first thing I need was to >establish a network connection via ISDN. > >If anybody could tell me what I am doing wrong, I would be very >grateful. >Below I attached my kernel-config. > this is a typo in i4b_elsa_qs1i.c, it should just read clearirq. Hellmuth ? while I'm here, here'a patch for isdntelctl: *** main.c.ctm Sun Feb 7 13:24:45 1999 --- main.c Sun Feb 7 13:28:36 1999 *************** *** 103,109 **** } } ! if(opt_get == 0 && opt_U == 0 && opt_A && opt_C == 0) { opt_get = 1; } --- 103,109 ---- } } ! if(opt_get == 0 && opt_U == 0 && opt_A == 0 && opt_C == 0) { opt_get = 1; } *************** *** 190,196 **** { fprintf(stderr, "\n"); fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__); ! fprintf(stderr, "usage: isdndebug -e -h -g -l -m -r -s -u -z -H\n"); fprintf(stderr, " -g get current settings\n"); fprintf(stderr, " -u unit specify unit number\n"); fprintf(stderr, " -A set interface to A-Law coding\n"); --- 190,196 ---- { fprintf(stderr, "\n"); fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__); ! fprintf(stderr, "usage: isdntelctl -e -h -g -l -m -r -s -u -z -H\n"); fprintf(stderr, " -g get current settings\n"); fprintf(stderr, " -u unit specify unit number\n"); fprintf(stderr, " -A set interface to A-Law coding\n"); --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 7 05:19:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26620 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 05:19:23 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26612 for ; Sun, 7 Feb 1999 05:19:20 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id OAA03730; Sun, 7 Feb 1999 14:18:37 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Gary Jennejohn cc: Bernd =?iso-8859-1?Q?K=F6cke?= , freebsd-isdn@FreeBSD.ORG Subject: Re: Problem with ELSA Quickstep 3000 In-reply-to: Your message of "Sun, 07 Feb 1999 13:59:45 +0100." <199902071259.NAA01363@peedub.muc.de> Date: Sun, 07 Feb 1999 14:18:37 +0100 Message-ID: <3728.918393517@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org And while we're on this issue, did we change the bitorder of the A-law to be compatible with programs like sox etc ? >while I'm here, here'a patch for isdntelctl: -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 7 06:02:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00521 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 06:02:49 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00514 for ; Sun, 7 Feb 1999 06:02:43 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.2/8.6.9) with ESMTP id OAA01468 for ; Sun, 7 Feb 1999 14:40:27 +0100 (CET) Message-Id: <199902071340.OAA01468@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@FreeBSD.ORG Subject: corrected patch for isdntelctl From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Feb 1999 14:40:27 +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops, didn't correct everything. This patch _is_ correct ! *** main.c.ctm Sun Feb 7 13:24:45 1999 --- main.c Sun Feb 7 14:37:49 1999 *************** *** 103,109 **** } } ! if(opt_get == 0 && opt_U == 0 && opt_A && opt_C == 0) { opt_get = 1; } --- 103,109 ---- } } ! if(opt_get == 0 && opt_U == 0 && opt_A == 0 && opt_C == 0) { opt_get = 1; } *************** *** 190,196 **** { fprintf(stderr, "\n"); fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__); ! fprintf(stderr, "usage: isdndebug -e -h -g -l -m -r -s -u -z -H\n"); fprintf(stderr, " -g get current settings\n"); fprintf(stderr, " -u unit specify unit number\n"); fprintf(stderr, " -A set interface to A-Law coding\n"); --- 190,196 ---- { fprintf(stderr, "\n"); fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__); ! fprintf(stderr, "usage: isdntelctl -g -u -A -U -c\n"); fprintf(stderr, " -g get current settings\n"); fprintf(stderr, " -u unit specify unit number\n"); fprintf(stderr, " -A set interface to A-Law coding\n"); -------- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 7 06:28:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02578 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 06:28:47 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA02570 for ; Sun, 7 Feb 1999 06:28:45 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1751 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sun, 7 Feb 1999 15:24:36 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m109V8W-00004aC; Sun, 7 Feb 99 15:24 MET Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: audio bitorder (was: Re: Problem with ELSA Quickstep 3000) In-Reply-To: <3728.918393517@critter.freebsd.dk> from Poul-Henning Kamp at "Feb 7, 99 02:18:37 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Sun, 7 Feb 1999 15:24:35 +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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From the keyboard of Poul-Henning Kamp: > And while we're on this issue, did we change the bitorder of the > A-law to be compatible with programs like sox etc ? I've talked to Stefan Bethke about this, and i'm still not convinced which bitorder is the "right" one: Stefan said, that the HSCX does reverse the bitorder, so we should change it. I replied that i am able to pipe data directly to /dev/audio, so the bitorder cannot be wrong. I'm everything else than an expert in audio formats, i just want to get it exactly right before changing something. 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 7 07:48:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08808 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 07:45:48 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08801 for ; Sun, 7 Feb 1999 07:45:45 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id QAA00328; Sun, 7 Feb 1999 16:45:41 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: hm@hcs.de cc: freebsd-isdn@FreeBSD.ORG Subject: Re: audio bitorder (was: Re: Problem with ELSA Quickstep 3000) In-reply-to: Your message of "Sun, 07 Feb 1999 15:24:35 +0100." Date: Sun, 07 Feb 1999 16:45:41 +0100 Message-ID: <326.918402341@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message , Hellmuth Michaelis writes: >>From the keyboard of Poul-Henning Kamp: > >> And while we're on this issue, did we change the bitorder of the >> A-law to be compatible with programs like sox etc ? > >I've talked to Stefan Bethke about this, and i'm still not convinced which >bitorder is the "right" one: > > Stefan said, that the HSCX does reverse the bitorder, so we should change > it. I replied that i am able to pipe data directly to /dev/audio, so the > bitorder cannot be wrong. have you tried bitflipping it and then piping it into /dev/audio ? Which sounds more right ? -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 7 07:56:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09912 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 07:56:27 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from eh.est.is (eh.est.is [194.144.208.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09900 for ; Sun, 7 Feb 1999 07:56:24 -0800 (PST) (envelope-from totii@est.is) Received: from toti.est.is (toti.est.is [194.144.208.13]) by eh.est.is (8.8.8/8.8.8) with ESMTP id PAA25516 for ; Sun, 7 Feb 1999 15:54:37 GMT (envelope-from totii@est.is) Received: from asus (asus.toti.est.is [192.168.255.2]) by toti.est.is (8.9.2/8.9.1) with ESMTP id PAA00428 for ; Sun, 7 Feb 1999 15:56:21 GMT (envelope-from totii@est.is) Message-ID: <36BE281E.DC4C4924@est.is> Date: Sun, 07 Feb 1999 15:56:14 -0800 From: Thordur Ivarsson Reply-To: thivars@est.is X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: isdn@FreeBSD.ORG Subject: How do I control timeout for isdn connection X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How do I control timeout for isdn connection, I feel the timeout is too early. Thordur Ivarsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Feb 7 09:40:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19756 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 09:40:52 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA19747 for ; Sun, 7 Feb 1999 09:40:49 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1353 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sun, 7 Feb 1999 18:40:13 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m109YBo-00004aC; Sun, 7 Feb 99 18:40 MET Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: How do I control timeout for isdn connection In-Reply-To: <36BE281E.DC4C4924@est.is> from Thordur Ivarsson at "Feb 7, 99 03:56:14 pm" To: thivars@est.is Date: Sun, 7 Feb 1999 18:40:12 +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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From the keyboard of Thordur Ivarsson: > How do I control timeout for isdn connection, I feel the timeout is too > early. read "man isdnd.rc" or print the file "handbook/i4b.ps" from the i4b 0.70 release where it is explained in detail. 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 8 09:44:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03806 for freebsd-isdn-outgoing; Mon, 8 Feb 1999 09:44:47 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03800 for ; Mon, 8 Feb 1999 09:44:43 -0800 (PST) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id JAA26903; Mon, 8 Feb 1999 09:40:52 -0800 (PST) From: Archie Cobbs Message-Id: <199902081740.JAA26903@bubba.whistle.com> Subject: Re: audio bitorder (was: Re: Problem with ELSA Quickstep 3000) In-Reply-To: from Hellmuth Michaelis at "Feb 7, 99 03:24:35 pm" To: hm@hcs.de Date: Mon, 8 Feb 1999 09:40:52 -0800 (PST) Cc: phk@critter.freebsd.dk, freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (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 Hellmuth Michaelis writes: > > And while we're on this issue, did we change the bitorder of the > > A-law to be compatible with programs like sox etc ? > > I've talked to Stefan Bethke about this, and i'm still not convinced which > bitorder is the "right" one: The "right" bitorder for A-law/U-law data as it travels over an ISDN line is most-significant-bit first. This is so your D/A converter can start converting the sample upon receiving the first bit. Also, traditionally bytes are transmitted over HDLC serial connections with the low-order bit first (for example, Ethernet -- that's why the low-order bit of the first address byte determines unicast vs. multi- or broad-cast). So the HSCX is being consistent here in treating an 8-bit A-law/U-law quantity as having the most significant bit in bit position zero. However, this "seems" backwards and that is probably why /dev/audio does it the other way around. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 8 10:13:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06993 for freebsd-isdn-outgoing; Mon, 8 Feb 1999 10:13:16 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06985 for ; Mon, 8 Feb 1999 10:13:12 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id TAA04909; Mon, 8 Feb 1999 19:12:56 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Archie Cobbs cc: hm@hcs.de, freebsd-isdn@FreeBSD.ORG Subject: Re: audio bitorder (was: Re: Problem with ELSA Quickstep 3000) In-reply-to: Your message of "Mon, 08 Feb 1999 09:40:52 PST." <199902081740.JAA26903@bubba.whistle.com> Date: Mon, 08 Feb 1999 19:12:56 +0100 Message-ID: <4907.918497576@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the explanation. I'm still leaning against a "let us try all the ports in ports/audio and do whatever the majority does" approach... In message <199902081740.JAA26903@bubba.whistle.com>, Archie Cobbs writes: >Hellmuth Michaelis writes: >> > And while we're on this issue, did we change the bitorder of the >> > A-law to be compatible with programs like sox etc ? >> >> I've talked to Stefan Bethke about this, and i'm still not convinced which >> bitorder is the "right" one: > >The "right" bitorder for A-law/U-law data as it travels over an >ISDN line is most-significant-bit first. This is so your D/A >converter can start converting the sample upon receiving the first >bit. > >Also, traditionally bytes are transmitted over HDLC serial connections >with the low-order bit first (for example, Ethernet -- that's why >the low-order bit of the first address byte determines unicast vs. >multi- or broad-cast). > >So the HSCX is being consistent here in treating an 8-bit A-law/U-law >quantity as having the most significant bit in bit position zero. > >However, this "seems" backwards and that is probably why /dev/audio >does it the other way around. > >-Archie > >___________________________________________________________________________ >Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 8 13:36:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06202 for freebsd-isdn-outgoing; Mon, 8 Feb 1999 13:32:53 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06192 for ; Mon, 8 Feb 1999 13:32:50 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.2/8.6.9) with ESMTP id WAA03653 for ; Mon, 8 Feb 1999 22:22:12 +0100 (CET) Message-Id: <199902082122.WAA03653@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: Address negotiation problem solved Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 07 Feb 1999 06:33:01 +0100." <199902070533.GAA12539@rosa.physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Feb 1999 22:22:12 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@freebsd.org Precedence: bulk X-Loop: FreeBSD.org Jan Riedinger writes: [snip] >I further think Gary should mention >in the FAQ in the section "B. How to figure out the ISP's IP address >that it isn't normaly necessary to do it because of the auto >address negotiation. > I think you're right. I wrote that stuff before the support for negotiation of the IPS's address was added to if_spppsubr.c. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Feb 8 23:39:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19194 for freebsd-isdn-outgoing; Mon, 8 Feb 1999 23:39:03 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19189 for ; Mon, 8 Feb 1999 23:39:01 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) id IAA04225 for freebsd-isdn@freebsd.org; Tue, 9 Feb 1999 08:39:06 +0100 (MET) (envelope-from kuku) Date: Tue, 9 Feb 1999 08:39:06 +0100 (MET) From: Christoph Kukulies Message-Id: <199902090739.IAA04225@gilberto.physik.RWTH-Aachen.DE> To: freebsd-isdn@FreeBSD.ORG Subject: still a bisdn Q Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, but I have bisdnd still running on one system. And today I cannot switch that one system to i4b. Does bisdnd reread the config file (/etc/bisdn/bisdnd.cfg) when I send it the HUP signal? I'm looking for a way to get it rereading the config file. Or can I kill the daemon while I have an open session via ISDN to the system? -- 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 Tue Feb 9 03:23:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03531 for freebsd-isdn-outgoing; Tue, 9 Feb 1999 03:23:52 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03521 for ; Tue, 9 Feb 1999 03:23:42 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) id KAA04556; Tue, 9 Feb 1999 10:37:02 +0100 (MET) (envelope-from kuku) Message-ID: <19990209103702.A4548@gil.physik.rwth-aachen.de> Date: Tue, 9 Feb 1999 10:37:02 +0100 From: Christoph Kukulies To: Christoph Kukulies , freebsd-isdn@FreeBSD.ORG Subject: Re: still a bisdn Q References: <199902090739.IAA04225@gilberto.physik.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91 In-Reply-To: <199902090739.IAA04225@gilberto.physik.RWTH-Aachen.DE>; from Christoph Kukulies on Tue, Feb 09, 1999 at 08:39:06AM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 09, 1999 at 08:39:06AM +0100, Christoph Kukulies wrote: > > Sorry, but I have bisdnd still running on one system. > And today I cannot switch that one system to i4b. > > Does bisdnd reread the config file (/etc/bisdn/bisdnd.cfg) > when I send it the HUP signal? > > I'm looking for a way to get it rereading the config file. Reason behind: bisdnd was disturbing my incoming telephone calls. I.e., after one ring I got a 'Stoerung' (probably protocol error) since bisdn mixed in. Then I found that I had entries in my bisdnd.cfg that accepted incoming tel calls. I disabled them. Was trying to send HUP to no avail. Rebooted. Bisdnd still disturbing incoming phone calls. Will install i4b tonight on this system as well. > > Or can I kill the daemon while I have an open session via ISDN > to the system? > > > -- > Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.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 Tue Feb 9 14:11:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14566 for freebsd-isdn-outgoing; Tue, 9 Feb 1999 14:11:12 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14558 for ; Tue, 9 Feb 1999 14:11:09 -0800 (PST) (envelope-from nortobor.nostromo.in-berlin.de!ripley@servicia.in-berlin.de) Received: from uriela.in-berlin.de (IDENT:root@servicia.in-berlin.de [192.109.42.145]) by mail.vr.IN-Berlin.DE (8.9.1a/8.9.1) with ESMTP id XAA24914 for ; Tue, 9 Feb 1999 23:11:06 +0100 (CET) (envelope-from nortobor.nostromo.in-berlin.de!ripley@servicia.in-berlin.de) Received: by uriela.in-berlin.de (Smail-3.2.0.101 1997-Dec-17 #1) id m10AMWH-000VYvC; Wed, 10 Feb 1999 00:24:41 +0100 (CET) Received: (from ripley@localhost) by nortobor.nostromo.in-berlin.de (8.8.7/8.8.7) id VAA24598 for freebsd-isdn@FreeBSD.ORG; Tue, 9 Feb 1999 21:05:38 +0100 (CET) (envelope-from ripley) Date: Tue, 9 Feb 1999 21:05:37 +0100 From: "H. Eckert" To: freebsd-isdn@FreeBSD.ORG Subject: Re: still a bisdn Q Message-ID: <19990209210537.A24588@nortobor.nostromo.in-berlin.de> References: <199902090739.IAA04225@gilberto.physik.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95i In-Reply-To: <199902090739.IAA04225@gilberto.physik.RWTH-Aachen.DE>; from Christoph Kukulies on Tue, Feb 09, 1999 at 08:39:06AM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Christoph Kukulies (kuku@gilberto.physik.RWTH-Aachen.DE): > Sorry, but I have bisdnd still running on one system. > And today I cannot switch that one system to i4b. Me too. I'll rather switch over to i4b and FreeBSD 3.1 at the same time after I could afford a new disk... And I'd prefer to have a second card to set up the new system before I move it into production. > Does bisdnd reread the config file (/etc/bisdn/bisdnd.cfg) > when I send it the HUP signal? Yes. Much worse is the handling of regexps. You cannot properly re-read a config file that defines regexps. > I'm looking for a way to get it rereading the config file. If you're at the machine, switch to the isdnd screen and press return. You'll get a menu. > Or can I kill the daemon while I have an open session via ISDN > to the system? Sure if you feel like hanging up the connection :-) Greetings, Ripley -- H. Eckert, 10777 Berlin, Germany, http://www.in-berlin.de/User/nostromo/ ISO 8859-1: Ä=Ae, Ö=Oe, Ü=Ue, ä=ae, ö=oe, ü=ue, ß=sz. "(Technobabbel)" (Jetrel) - "Müssen wir uns diesen Schwachsinn wirklich anhören?" (Neelix) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Feb 9 14:11:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14579 for freebsd-isdn-outgoing; Tue, 9 Feb 1999 14:11:18 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14574 for ; Tue, 9 Feb 1999 14:11:13 -0800 (PST) (envelope-from nortobor.nostromo.in-berlin.de!ripley@servicia.in-berlin.de) Received: from uriela.in-berlin.de (IDENT:root@servicia.in-berlin.de [192.109.42.145]) by mail.vr.IN-Berlin.DE (8.9.1a/8.9.1) with ESMTP id XAA24906 for ; Tue, 9 Feb 1999 23:11:03 +0100 (CET) (envelope-from nortobor.nostromo.in-berlin.de!ripley@servicia.in-berlin.de) Received: by uriela.in-berlin.de (Smail-3.2.0.101 1997-Dec-17 #1) id m10AMWB-000VbmC; Wed, 10 Feb 1999 00:24:35 +0100 (CET) Received: (from ripley@localhost) by nortobor.nostromo.in-berlin.de (8.8.7/8.8.7) id VAA24608 for freebsd-isdn@FreeBSD.ORG; Tue, 9 Feb 1999 21:11:00 +0100 (CET) (envelope-from ripley) Date: Tue, 9 Feb 1999 21:11:00 +0100 From: "H. Eckert" To: freebsd-isdn@FreeBSD.ORG Subject: Re: still a bisdn Q Message-ID: <19990209211100.B24588@nortobor.nostromo.in-berlin.de> References: <199902090739.IAA04225@gilberto.physik.RWTH-Aachen.DE> <19990209103702.A4548@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95i In-Reply-To: <19990209103702.A4548@gil.physik.rwth-aachen.de>; from Christoph Kukulies on Tue, Feb 09, 1999 at 10:37:02AM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Christoph Kukulies (kuku@gilberto.physik.RWTH-Aachen.DE): > bisdnd was disturbing my incoming telephone calls. I.e., after one ring > I got a 'Stoerung' (probably protocol error) since bisdn mixed in. > > Then I found that I had entries in my bisdnd.cfg that accepted > incoming tel calls. So what ? I've got an entry for one of my numbers as an answering machine and bisdn does not disturb normal operation. > I disabled them. Was trying to send HUP to no avail. Rebooted. > Bisdnd still disturbing incoming phone calls. If the change persisted over a reboot there surely is an error in your configuration. Have you looked into the logfile whether bisdnd reacted correctly to the HUP signal ? > Will install i4b tonight on this system as well. Probably a wise decision after all. I'm looking forward for March when I get a new disk. Greetings, Ripley -- H. Eckert, 10777 Berlin, Germany, http://www.in-berlin.de/User/nostromo/ ISO 8859-1: Ä=Ae, Ö=Oe, Ü=Ue, ä=ae, ö=oe, ü=ue, ß=sz. "(Technobabbel)" (Jetrel) - "Müssen wir uns diesen Schwachsinn wirklich anhören?" (Neelix) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 10 11:47:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09917 for freebsd-isdn-outgoing; Wed, 10 Feb 1999 11:47:15 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from Beasd.Echelon.nl (beasd.echelon.nl [193.78.78.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09911 for ; Wed, 10 Feb 1999 11:47:08 -0800 (PST) (envelope-from peter@echelon.nl) Received: from charlie.echelon.nl ([193.78.78.131]) by Beasd.Echelon.nl with esmtp (Exim 1.92 #2) for freebsd-isdn@FreeBSD.org id 10AfbF-0005uw-00; Wed, 10 Feb 1999 20:47:05 +0100 Received: by Charlie.Echelon.nl; id ; Wed, 10 Feb 1999 20:47:04 +0100 (MET) (Smail-3.2 1996-Jul-4 #9) Message-Id: From: peter@echelon.nl (Peter Spekreijse) Subject: I4BPPP cause 101: Message not compatible with call state (Q.850) To: freebsd-isdn@FreeBSD.ORG Date: Wed, 10 Feb 1999 20:47:04 +0100 (MET) X-Mailer: ELM [version 2.4 PL22] 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 Hoi! I'm trying to get i4b running on my new FreeBSD 2.2.8 system. The kernel compiles smootly and everything is looking fine until it's time to dial. I get the following error: Feb 10 20:31:00 goofy isdnd[498]: CHD 00018 I4BPPP outgoing call disconnected (r emote) Feb 10 20:31:00 goofy isdnd[498]: CHD 00018 I4BPPP cause 101: Message not compat ible with call state (Q.850) Feb 10 20:31:00 goofy isdnd[498]: ERR set_channel_idle: controller [0], invalid channel [-1]! Feb 10 20:31:00 goofy isdnd[498]: ERR msg_disconnect_ind: set_channel_idle faile d! The remote site is a Cisco 4000 type router. I used debug to take a view at the ISDN events on the router but according to that the call doesn't arrive over there. Same hardware has worked fine with FreeBSD 2.2.6/i4b 0.63. Who knows what's wrong? -- Peter Spekreijse | email: peter@echelon.nl | web: www.echelon.nl ECHELON consultancy and software development | phone: +31 (0)53 48 36 585 PO Box 545, 7500AM Enschede, The Netherlands | fax: +31 (0)53 43 36 222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Feb 10 13:36:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22228 for freebsd-isdn-outgoing; Wed, 10 Feb 1999 13:36:26 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from ixori.demon.nl (ixori.demon.nl [195.11.248.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22215 for ; Wed, 10 Feb 1999 13:36:21 -0800 (PST) (envelope-from bart@ixori.demon.nl) Received: from localhost.ixori.demon.nl (localhost.ixori.demon.nl [127.0.0.1]) by ixori.demon.nl (8.9.2/8.9.1) with ESMTP id WAA01304; Wed, 10 Feb 1999 22:39:53 +0100 (CET) (envelope-from bart@ixori.demon.nl) Date: Wed, 10 Feb 1999 22:39:53 +0100 (CET) From: Bart van Leeuwen To: Peter Spekreijse cc: freebsd-isdn@FreeBSD.ORG Subject: Re: I4BPPP cause 101: Message not compatible with call state (Q.850) 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 Wed, 10 Feb 1999, Peter Spekreijse wrote: > Hoi! > > I'm trying to get i4b running on my new FreeBSD 2.2.8 system. The kernel > compiles smootly and everything is looking fine until it's time to dial. > I get the following error: > > Feb 10 20:31:00 goofy isdnd[498]: CHD 00018 I4BPPP outgoing call disconnected (r > emote) > Feb 10 20:31:00 goofy isdnd[498]: CHD 00018 I4BPPP cause 101: Message not compat > ible with call state (Q.850) > Feb 10 20:31:00 goofy isdnd[498]: ERR set_channel_idle: controller [0], invalid > channel [-1]! > Feb 10 20:31:00 goofy isdnd[498]: ERR msg_disconnect_ind: set_channel_idle faile > d! > > The remote site is a Cisco 4000 type router. I used debug to take a view at > the ISDN events on the router but according to that the call doesn't arrive > over there. > This sounds very much like your local phone number or remote phone number is configured wrongly... in the Netherlands you need to specify the number EXCLUDING the city code... so if you live in Utrecht and your number is 0301234567 you specify 1234567 regards, Bart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 11 01:17:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17024 for freebsd-isdn-outgoing; Thu, 11 Feb 1999 01:17:47 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA17018 for ; Thu, 11 Feb 1999 01:17:44 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (3360 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 11 Feb 1999 10:17:02 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10AsF3-0000CQC; Thu, 11 Feb 99 10:17 MET Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: I4BPPP cause 101: Message not compatible with call state (Q.850) In-Reply-To: from Bart van Leeuwen at "Feb 10, 99 10:39:53 pm" To: bart@ixori.demon.nl (Bart van Leeuwen) Date: Thu, 11 Feb 1999 10:17:01 +0100 (MET) Cc: peter@echelon.nl, 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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From the keyboard of Bart van Leeuwen: > On Wed, 10 Feb 1999, Peter Spekreijse wrote: > > Feb 10 20:31:00 goofy isdnd[498]: CHD 00018 I4BPPP cause 101: Message not compatible with call state (Q.850) > This sounds very much like your local phone number or remote phone number > is configured wrongly... in the Netherlands you need to specify the number > EXCLUDING the city code... so if you live in Utrecht and your number is > 0301234567 you specify 1234567 I'm getting more of such and similar reports recently from the Netherlands and i've also received a patch from Erik Hansen for 0.63 which solved the Cause 100 problem for him, but i still don't understand completely whats going on here. Background: The called and calling party numbers have something like an identifier attached to them, which is used to identify a number as - unknown - international number - national number - network specific number - subscriber number and - abbreviated number Currently i4b sends both numbers as "unknown", for which Q.931 says: "the type of number unknown is used when the user or the network has no knowledge of the type of number, e.g. international number, national number, etc. In this case the number digits field is organized to the network dialling plan, e.g. prefix or escape digits might be present." Until recently, unknown has worked for everyone, but recently the Dutch PTT seems to have changed something in some (!) of their exchanges so it does not work for everyone anymore. It would help, if someone affected by this phenomen calls the PTT and finds out what happened. It would also help, if someone affected by this phenomenon tries to find out what type of number works or does not work: i.e. try to specify only the remote telephone number (without any city or country prefixes) and then add the city prefix (try with a zero or without a zero) and perhaps add the county prefix as well and tell us what happened. Also, i'm thinking about making the type of number configurable, but i'd like to avoid that as it would add more complexity to configuring isdnd. Comments ? 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 11 03:34:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01058 for freebsd-isdn-outgoing; Thu, 11 Feb 1999 03:34:08 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01052 for ; Thu, 11 Feb 1999 03:34:06 -0800 (PST) (envelope-from grossjoh@ramses.informatik.uni-dortmund.de) Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id MAA26548 for ; Thu, 11 Feb 1999 12:33:57 +0100 (MET) Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id MAA21837; Thu, 11 Feb 1999 12:33:56 +0100 To: freebsd-isdn@FreeBSD.ORG Subject: -current, dial-on-demand, hang up the phone? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Kai.Grossjohann@CS.Uni-Dortmund.DE Date: 11 Feb 1999 12:33:55 +0100 Message-ID: Lines: 12 User-Agent: Gnus/5.070074 (Pterodactyl Gnus v0.74) Emacs/20.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I use -current and the ISDN stuff that comes with it. Very nifty. I configured it to do dial-on-demand (using "ifconfig isp0 link1"). Question is, suppose I want to hang up immediately, how do I do that? Without link1, "ifconfig isp0 up" dials and "ifconfig isp0 down" hangs up, but surely I'm not supposed to do "ifconfig isp0 down; ifconfig isp0 up" for hanging up the phone with dial-on-demand? tia, kai -- I like _b_o_t_h kinds of music. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 11 06:58:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26917 for freebsd-isdn-outgoing; Thu, 11 Feb 1999 06:58:24 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from ixori.demon.nl (ixori.demon.nl [195.11.248.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26911 for ; Thu, 11 Feb 1999 06:58:22 -0800 (PST) (envelope-from bart@ixori.demon.nl) Received: from localhost.ixori.demon.nl (localhost.ixori.demon.nl [127.0.0.1]) by ixori.demon.nl (8.9.2/8.9.1) with ESMTP id QAA00807; Thu, 11 Feb 1999 16:01:51 +0100 (CET) (envelope-from bart@ixori.demon.nl) Date: Thu, 11 Feb 1999 16:01:51 +0100 (CET) From: Bart van Leeuwen To: Hellmuth Michaelis cc: peter@echelon.nl, freebsd-isdn@FreeBSD.ORG Subject: Re: I4BPPP cause 101: Message not compatible with call state (Q.850) 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 I have seen this in several locations in the Netherlands for years, not just with i4b, but also with differentt isdn equipment.. why? guess it simply depends on which operator defines your line or what exchange it is connected to... :P What I found is that what solved this with other isdn hardware/software, also solves it for i4b.. ie.. make sure the local phone number is specified, and is specified without the city code. The numbering plan should be 'unknown' Anyway, it would be nice if the Dutch ptt (they are called KPN btw) would tell us why this happens... they havent been able to tell me in the past so I guess I give up on that, but if everyone finds out whats exactly happening here I'd be interested to know... :) Bart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 11 07:06:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28515 for freebsd-isdn-outgoing; Thu, 11 Feb 1999 07:06:23 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from ixori.demon.nl (ixori.demon.nl [195.11.248.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28508 for ; Thu, 11 Feb 1999 07:06:21 -0800 (PST) (envelope-from bart@ixori.demon.nl) Received: from localhost.ixori.demon.nl (localhost.ixori.demon.nl [127.0.0.1]) by ixori.demon.nl (8.9.2/8.9.1) with ESMTP id QAA00816; Thu, 11 Feb 1999 16:09:48 +0100 (CET) (envelope-from bart@ixori.demon.nl) Date: Thu, 11 Feb 1999 16:09:48 +0100 (CET) From: Bart van Leeuwen To: Hellmuth Michaelis cc: peter@echelon.nl, freebsd-isdn@FreeBSD.ORG Subject: Re: I4BPPP cause 101: Message not compatible with call state (Q.850) 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 List of number configurations that I have found to almost always work in the Netherlands: 1. Local phone number: usually your prefered msn without city code works here. (ie, 1234567 if you would like to use 0201234567 for outgoing calls) on some locations leaving it blank or defining it with the city code, but without the leading 0 works as well here. 2. remote phone number: When this is a 'local' call, don't specify city code. For calling parties in other cities you of cource have to use the city code... in general you can say that KPN only accepts the shortest possible notation where it would still be clear who you want to call. 3. numbers for incomming call recognition: KPN always specifies incoming caller ids with city code, but without leading 0. so 0201234567 will be displayed as 201234567 Hope this helps. Bart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 11 10:55:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29142 for freebsd-isdn-outgoing; Thu, 11 Feb 1999 10:55:53 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from Beasd.Echelon.nl (beasd.echelon.nl [193.78.78.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29131 for ; Thu, 11 Feb 1999 10:55:51 -0800 (PST) (envelope-from peter@echelon.nl) Received: from charlie.echelon.nl ([193.78.78.131]) by Beasd.Echelon.nl with esmtp (Exim 1.92 #2) for freebsd-isdn@FreeBSD.ORG id 10B1HB-00065s-00; Thu, 11 Feb 1999 19:55:49 +0100 Received: by Charlie.Echelon.nl; id ; Thu, 11 Feb 1999 19:55:48 +0100 (MET) (Smail-3.2 1996-Jul-4 #9) Message-Id: From: peter@echelon.nl (Peter Spekreijse) Subject: Re: I4BPPP cause 101: Message not compatible with call state (Q.850) To: freebsd-isdn@FreeBSD.ORG Date: Thu, 11 Feb 1999 19:55:48 +0100 (MET) In-Reply-To: from "Bart van Leeuwen" at Feb 11, 99 04:09:48 pm X-Mailer: ELM [version 2.4 PL22] 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 > List of number configurations that I have found to almost always work in > the Netherlands: > > 1. Local phone number: > usually your prefered msn without city code works here. > (ie, 1234567 if you would like to use 0201234567 for outgoing calls) > on some locations leaving it blank or defining it with the city code, > but without the leading 0 works as well here. > > 2. remote phone number: > When this is a 'local' call, don't specify city code. > For calling parties in other cities you of cource have to use the city > code... in general you can say that KPN only accepts the shortest > possible notation where it would still be clear who you want to call. > > 3. numbers for incomming call recognition: > KPN always specifies incoming caller ids with city code, but without > leading 0. so 0201234567 will be displayed as 201234567 > > > Hope this helps. It certainly solved my problem. But about 4 months ago I used the same config file with my local area code specified and it worked. I moved but i'm still connected to the same exchange as before. Something must have change there in the last 4 months. Greetings, Peter. -- Peter Spekreijse | email: peter@echelon.nl | web: www.echelon.nl ECHELON consultancy and software development | phone: +31 (0)53 48 36 585 PO Box 545, 7500AM Enschede, The Netherlands | fax: +31 (0)53 43 36 222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Feb 11 14:18:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26509 for freebsd-isdn-outgoing; Thu, 11 Feb 1999 14:18:16 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26502 for ; Thu, 11 Feb 1999 14:18:10 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.2/8.6.9) with ESMTP id XAA01685; Thu, 11 Feb 1999 23:13:43 +0100 (CET) Message-Id: <199902112213.XAA01685@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Kai.Grossjohann@CS.Uni-Dortmund.DE cc: freebsd-isdn@FreeBSD.ORG Subject: Re: -current, dial-on-demand, hang up the phone? Reply-To: Gary Jennejohn In-reply-to: Your message of "11 Feb 1999 12:33:55 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Feb 1999 23:13:43 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kai.Grossjohann@CS.Uni-Dortmund.DE writes: >I use -current and the ISDN stuff that comes with it. Very nifty. I >configured it to do dial-on-demand (using "ifconfig isp0 link1"). >Question is, suppose I want to hang up immediately, how do I do that? > >Without link1, "ifconfig isp0 up" dials and "ifconfig isp0 down" hangs >up, but surely I'm not supposed to do "ifconfig isp0 down; ifconfig >isp0 up" for hanging up the phone with dial-on-demand? > use the menu in isdnd. Read the man page. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 13 04:41:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03692 for freebsd-isdn-outgoing; Sat, 13 Feb 1999 04:41:40 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03682 for ; Sat, 13 Feb 1999 04:41:35 -0800 (PST) (envelope-from grossjoh@ramses.informatik.uni-dortmund.de) Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id NAA19366; Sat, 13 Feb 1999 13:41:28 +0100 (MET) Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id NAA29690; Sat, 13 Feb 1999 13:41:26 +0100 To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: -current, dial-on-demand, hang up the phone? References: <199902112213.XAA01685@peedub.muc.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Kai.Grossjohann@CS.Uni-Dortmund.DE Date: 13 Feb 1999 13:41:26 +0100 In-Reply-To: Gary Jennejohn's message of "Thu, 11 Feb 1999 23:13:43 +0100" Message-ID: Lines: 31 User-Agent: Gnus/5.070076 (Pterodactyl Gnus v0.76) Emacs/20.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gary Jennejohn writes: > use the menu in isdnd. Read the man page. Thanks for the suggestion. However, I'm not really satisfied with this solution and I'm looking for a command to be used from the command line. Here's why: I use my connection for two different things. One is interactive sessions, and the other is batch transfer of files. When in an interactive session, I don't want the connection to drop after a short idle time because I have found out that I fairly often just stare at the screen reading what's on it without any traffic on the connection. I think an idle time of 5 or 10 minutes would be good. On the other hand, when doing batch transfers, it makes sense to hang up the phone immediately after the transfer is finished -- no sense in giving money to Deutsche Telekom. I read the following man pages: isdnd, isdnd.rc, ifconfig, spppconfig. I couldn't find anything about dialing or hanging up the phone in dial-on-demand mode. The closest I could find was spppconfig telling me about the `phase' of the connection, but it turns out that spppconfig doesn't accept a `phase=dead' parameter, and the `phase' keyword in ifconfig is for AppleTalk. I'd appreciate any suggestions you might have. kai -- I like _b_o_t_h kinds of music. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 13 04:54:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04995 for freebsd-isdn-outgoing; Sat, 13 Feb 1999 04:54:04 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04944 for ; Sat, 13 Feb 1999 04:53:55 -0800 (PST) (envelope-from grossjoh@ramses.informatik.uni-dortmund.de) Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id NAA19470 for ; Sat, 13 Feb 1999 13:53:54 +0100 (MET) Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id NAA29755; Sat, 13 Feb 1999 13:53:53 +0100 To: freebsd-isdn@FreeBSD.ORG Subject: how to increase idletime-outgoing past 60? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Kai.Grossjohann@CS.Uni-Dortmund.DE Date: 13 Feb 1999 13:53:53 +0100 Message-ID: Lines: 42 User-Agent: Gnus/5.070076 (Pterodactyl Gnus v0.76) Emacs/20.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got the following in /etc/isdn/isdnd.rc: ,----- | entry | name = I4BPPP | usrdevicename = isp | usrdeviceunit = 0 | isdncontroller = 0 | isdnchannel = -1 | local-phone-incoming = CENSORED | remote-phone-incoming = * | local-phone-dialout = CENSORED | remote-phone-dialout = CENSORED | remdial-handling = first | dialin-reaction = reject | dialout-type = normal | b1protocol = hdlc | earlyhangup = 0 | idletime-incoming = 300 | idletime-outgoing = 300 | ratetype = 0 | unitlength = 500 | #unitlengthsrc = 0 # was: rate | dialretries = 3 | dialrandincr = on | recoverytime = 25 | usedown = off | downtries = 2 | downtime = 30 | direction = out `----- Every time I start a connection I see a complaint that earlyhup plus idletime-something-or-other is greater than unitlength which is 60, but I have set unitlength to 500. What's wrong? Am I not allowed to set unitlength to a high enough value? Is the order of the lines wrong? kai -- I like _b_o_t_h kinds of music. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 13 05:22:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06802 for freebsd-isdn-outgoing; Sat, 13 Feb 1999 05:22:10 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mmadb.no ([195.41.82.90]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA06793 for ; Sat, 13 Feb 1999 05:22:05 -0800 (PST) (envelope-from digitech@mmadb.no) Date: Sat, 13 Feb 1999 14:18:10 +0100 Message-Id: <199902131418.AA374276308@mmadb.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jon Lech Johansen" Reply-To: To: freebsd-isdn@FreeBSD.ORG Subject: Asuscom ISDN card ? X-Mailer: Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone ever managed to get an asuscom isdn card (doesn't matter which one) up and running on freebsd? If so, how did you do it? I'd appreciate any replies. Thanks. - Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 13 09:15:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23358 for freebsd-isdn-outgoing; Sat, 13 Feb 1999 09:15:14 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23353 for ; Sat, 13 Feb 1999 09:15:12 -0800 (PST) (envelope-from nortobor.nostromo.in-berlin.de!ripley@servicia.in-berlin.de) Received: from uriela.in-berlin.de (IDENT:root@servicia.in-berlin.de [192.109.42.145]) by mail.vr.IN-Berlin.DE (8.9.1a/8.9.1) with ESMTP id SAA17564 for ; Sat, 13 Feb 1999 18:15:06 +0100 (CET) (envelope-from nortobor.nostromo.in-berlin.de!ripley@servicia.in-berlin.de) Received: by uriela.in-berlin.de (Smail-3.2.0.101 1997-Dec-17 #1) id m10BjoA-000VbmC; Sat, 13 Feb 1999 19:28:50 +0100 (CET) Received: (from ripley@localhost) by nortobor.nostromo.in-berlin.de (8.8.7/8.8.7) id WAA01609 for freebsd-isdn@FreeBSD.ORG; Fri, 12 Feb 1999 22:49:24 +0100 (CET) (envelope-from ripley) Date: Fri, 12 Feb 1999 22:49:23 +0100 From: "H. Eckert" To: freebsd-isdn@FreeBSD.ORG Subject: Re: -current, dial-on-demand, hang up the phone? Message-ID: <19990212224923.A1593@nortobor.nostromo.in-berlin.de> References: <199902112213.XAA01685@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95i In-Reply-To: <199902112213.XAA01685@peedub.muc.de>; from Gary Jennejohn on Thu, Feb 11, 1999 at 11:13:43PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Gary Jennejohn (garyj@peedub.muc.de): > Kai.Grossjohann@CS.Uni-Dortmund.DE writes: > >Without link1, "ifconfig isp0 up" dials and "ifconfig isp0 down" hangs > >up, but surely I'm not supposed to do "ifconfig isp0 down; ifconfig > >isp0 up" for hanging up the phone with dial-on-demand? This is basically what I do now (with the old bisdn) to hang up and deny further dial attempts. As a security measure against huge phone bills I've set up a cron job that enables the interface at 18:00 and disables it at 20:00 again. > use the menu in isdnd. Read the man page. Is there any method to do this remotely now ? It would certainly nice to do something like "isdnctl hangup +10s;logout" ;-) Greetings, Ripley (currently setting up a machine with 3.1-BETA in the office, which is not exactly easy as all mirrors seem to be out of working packages for 3.x at the moment *and* missing the distfiles, too...) -- H. Eckert, 10777 Berlin, Germany, http://www.in-berlin.de/User/nostromo/ ISO 8859-1: Ä=Ae, Ö=Oe, Ü=Ue, ä=ae, ö=oe, ü=ue, ß=sz. "(Technobabbel)" (Jetrel) - "Müssen wir uns diesen Schwachsinn wirklich anhören?" (Neelix) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Feb 13 21:16:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19975 for freebsd-isdn-outgoing; Sat, 13 Feb 1999 21:16:10 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from mmadb.no ([195.41.82.90]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA19965 for ; Sat, 13 Feb 1999 21:16:03 -0800 (PST) (envelope-from digitech@mmadb.no) Date: Sun, 14 Feb 1999 06:10:48 +0100 Message-Id: <199902140610.AA40698060@mmadb.no> Mime-Version: 1.0 Content-Type: multipart/mixed;boundary="==IMail_v4.b1==" From: "Jon Lech Johansen" Reply-To: To: freebsd-isdn@FreeBSD.ORG Subject: Asuscom isdn card X-Mailer: X-Attachments: C:\IMAIL\spool\pnpinfo.txt; Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ------------------------------------------------------------------------ This mail message contains standard MIME attachments. If you see this note, your e-mail program does not support MIME. You may need a MIME- compliant mail reader to read any non-text attachments in this message. ------------------------------------------------------------------------ --==IMail_v4.b1== Content-Type: text/plain; charset=us-ascii To Martijn Plak (tried sending it directly to you, twice, but I just got it back ;( from my bootup: --- Probing for PnP devices: CSN 1 Vendor ID: CTL00c5 [0xc5008c0e] Serial 0x0d6d8df3 Comp ID: PNPb02f [0x2fb0d041] CSN 2 Vendor ID: ASU1688 [0x88167506] Serial 0x00000044 Comp ID: @@@0000 [0x00000000] CSN 2 (Dynalink IS64PH) is disabled. --- As you can see there (and in the included output from pnpinfo) the pnp id for the asuscom card I have, is the same as the dynalink pnp id. from i4b_dynalink.c --- model numbers found on (my) card: IS64PH, TAS100H-N, P/N:89590555, TA200S100045521 chips: Siemens PSB 21525N, HSCX TE V2.1 Siemens PSB 2186N, ISAC-S TE V1.1 95MS14, PNP --- I just took out my card and here's what I have: model numbers: P/N 89083509, 80-TA200S100-2 chips: Siemens PSB 21525N, HSCX TE V2.1 Siemens PSB 2186N, ISAC-S TE V1.1 95MS14 To me it looks like these cards are basically the same. The pnp ids are the same. All the same chips exist on both cards... So I don't understand why it doesn't work here ;( I'm running FreeBSD 3.0-release, don't know if that matters, shouldn't at least. I'm also using the latest i4b available from ftp.consol.de If you've got any suggestions, please let me know. I'd appreciate anything. I'm going to try to install freebsd on another machine and try. Thought it might be something strange with my system config. Well, we'll see. - Jon --==IMail_v4.b1== Content-Type: text/plain; name="pnpinfo.txt" Content-Transfer-Encoding: binary Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID CTL00c5 (0xc5008c0e), Serial Number 0x0d6d8df3 PnP Version 1.0, Vendor Version 16 Device Description: Creative SB AWE64 PnP *** Small Vendor Tag Detected Logical Device ID: CTL0045 0x45008c0e #0 Device Description: Audio TAG Start DF Good Configuration IRQ: 5 - only one type (true/edge) DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x330 .. 0x330, alignment 0x1, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 5 7 9 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x10, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x394, alignment 0x4, len 0x4 [16-bit addr] TAG End DF Logical Device ID: CTL7002 0x02708c0e #1 Compatible Device ID: PNPb02f (2fb0d041) Device Description: Game TAG Start DF Good Configuration I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8 [16-bit addr] TAG Start DF Acceptable Configuration I/O Range 0x200 .. 0x208, alignment 0x8, len 0x8 [16-bit addr] TAG End DF Logical Device ID: CTL0022 0x22008c0e #2 Device Description: WaveTable TAG Start DF Good Configuration I/O Range 0x620 .. 0x620, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration I/O Range 0x620 .. 0x680, alignment 0x20, len 0x4 [16-bit addr] TAG End DF *** Small Vendor Tag Detected End Tag Successfully got 69 resources, 3 logical fdevs -- card select # 0x0001 CSN CTL00c5 (0xc5008c0e), Serial Number 0x0d6d8df3 Logical device #0 IO: 0x0220 0x0330 0x0388 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 5 0 DMA 1 5 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x0200 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #2 IO: 0x0620 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Card assigned CSN #2 Vendor ID ASU1688 (0x88167506), Serial Number 0x00000044 PnP Version 1.0, Vendor Version 0 Device Description: ISDN CARD .... Logical Device ID: ASU1688 0x88167506 #0 Device supports I/O Range Check I/O Range 0x100 .. 0x3f8, alignment 0x4, len 0x4 [not 16-bit addr] IRQ: 3 4 5 9 10 11 12 15 IRQ: High true edge sensitive IRQ: - only one type (true/edge) End Tag Successfully got 6 resources, 1 logical fdevs -- card select # 0x0002 CSN ASU1688 (0x88167506), Serial Number 0x00000044 Logical device #0 IO: 0x0100 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 11 0 DMA 4 0 IO range check 0x00 activate 0x00 --==IMail_v4.b1==-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message