From owner-freebsd-isdn Sat May 8 14:12: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 66A111548E for ; Sat, 8 May 1999 14:11:34 -0700 (PDT) (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 XAA33807 for ; Sat, 8 May 1999 23:10:41 +0200 (CEST) Message-Id: <199905082110.XAA33807@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: sPPP and TCP/IP services don't work ?? From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 May 1999 23:10:41 +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I keep getting mails which report that users can connect to their ISP OK using sPPP, but no TCP/IP services seem to work. Here's a diff to the FAQ which describes a possible fix. Hellmuth, can you incorporate this ? *** FAQ.orig Sat May 8 22:56:21 1999 --- FAQ Sat May 8 23:06:15 1999 *************** *** 605,607 **** --- 605,625 ---- Bart (from Bart van Leeuwen bart@ixori.demon.nl) + + 12. I'm using sPPP. I can connect to my ISP but no TCP/IP services work. HELP! + ============================================================================== + + I think this only applies to FreeBSD. + + This is probably due to the RFC1323 - TCP Extensions for High Performance + support in the FreeBSD TCP/IP stack. + + This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the + result is 1, then the RFC1323 support is turned on. + + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. Also, make + sure that tcp_extension="NO" is in your /etc/rc.conf (/etc/defaults/rc.conf + with more recent versions of FreeBSD) !! + + (by Gary Jennejohn, see above for eMail addresses) + -------- 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 May 8 14:13:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 4506215453 for ; Sat, 8 May 1999 14:13:51 -0700 (PDT) (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 XAA33829 for ; Sat, 8 May 1999 23:13:00 +0200 (CEST) Message-Id: <199905082113.XAA33829@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 08 May 1999 16:14:15 +0200." <16373.926172855@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 May 1999 23:13:00 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Poul-Henning Kamp writes: >In message <199905081401.QAA33265@peedub.muc.de>, Gary Jennejohn writes: > >>>Still does not explain why in /etc/rc.network: >>> >>>+ ifconfig isp0 inet 0.0.0.0 0.0.0.1 link1 down >>>ifconfig: ioctl (SIOCAIFADDR): File exists >>> >>>occurs. >>> >> >>look at if_spppsubr.c and all should become clear. > >If it does to you, would you mind taking over the maintenance of it ? > >.2 * :-) > hah ! I'm not _that_ crazy !! 100% ;-) --- 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 May 8 14:24:59 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from prefix.rhein.de (prefix.rhein.de [193.175.27.10]) by hub.freebsd.org (Postfix) with ESMTP id 38C6E14C22 for ; Sat, 8 May 1999 14:24:50 -0700 (PDT) (envelope-from is@jocelyn.rhein.de) Received: from jocelyn.rhein.de (unknown [193.175.27.210]) by prefix.rhein.de (Postfix) with ESMTP id 7EE6D3B17E; Sat, 8 May 1999 21:24:48 +0000 (MET) Received: (from is@localhost) by jocelyn.rhein.de (8.8.8/8.6.12) id XAA03171; Sat, 8 May 1999 23:24:17 +0200 (MEST) Date: Sat, 8 May 1999 23:24:16 +0200 From: Ignatios Souvatzis To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: sPPP and TCP/IP services don't work ?? Message-ID: <19990508232416.C2910@jocelyn.rhein.de> References: <199905082110.XAA33807@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1us In-Reply-To: <199905082110.XAA33807@peedub.muc.de>; from Gary Jennejohn on Sat, May 08, 1999 at 11:10:41PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 08, 1999 at 11:10:41PM +0200, Gary Jennejohn wrote: > I keep getting mails which report that users can connect to their ISP > OK using sPPP, but no TCP/IP services seem to work. > > Here's a diff to the FAQ which describes a possible fix. > > Hellmuth, can you incorporate this ? > > *** FAQ.orig Sat May 8 22:56:21 1999 > --- FAQ Sat May 8 23:06:15 1999 > *************** > *** 605,607 **** > --- 605,625 ---- > Bart > > (from Bart van Leeuwen bart@ixori.demon.nl) > + > + 12. I'm using sPPP. I can connect to my ISP but no TCP/IP services work. HELP! > + ============================================================================== > + > + I think this only applies to FreeBSD. > + > + This is probably due to the RFC1323 - TCP Extensions for High Performance > + support in the FreeBSD TCP/IP stack. uh, no. if PPP at your ISP is broken, and eats the TCP options used for rfc1323, it will be the same for NetBSD. The sysctl described below is the same (I guess also for OpenBSD) and the recommended fix if the buggy firmware/software is in your path. (btw, could be really old CISCO or Linux). > + This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the > + result is 1, then the RFC1323 support is turned on. > + > + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. Until here generic {Free,Net,Open}BSD. > + Also, make > + sure that tcp_extension="NO" is in your /etc/rc.conf (/etc/defaults/rc.conf > + with more recent versions of FreeBSD) !! This is FreeBSD-specific, I think. > + > + (by Gary Jennejohn, see above for eMail addresses) > + Regards, Ignatios To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 8 14:49:41 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 93DA715363 for ; Sat, 8 May 1999 14:49:33 -0700 (PDT) (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 XAA33893; Sat, 8 May 1999 23:47:57 +0200 (CEST) Message-Id: <199905082147.XAA33893@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Wilko Bulte Cc: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 08 May 1999 17:54:47 +0200." <199905081554.RAA47818@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 May 1999 23:47:57 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: >As Poul-Henning Kamp wrote ... >> In message <199905081401.QAA33265@peedub.muc.de>, Gary Jennejohn writes: >> >> >>Still does not explain why in /etc/rc.network: >> >> >> >>+ ifconfig isp0 inet 0.0.0.0 0.0.0.1 link1 down >> >>ifconfig: ioctl (SIOCAIFADDR): File exists >> >> >> >>occurs. >> >> >> > >> >look at if_spppsubr.c and all should become clear. >> >> If it does to you, would you mind taking over the maintenance of it ? > >Well, it does not to me. But I don't pretend to know much on the >intricacies of network code. I would appreciate it if somebody who >does understand it explains it in layman's terms. > OK, here's what happens AFAICT. when the interface gets ifconfig'd some routine in if_spppsubr.c ends up (somehow :) calling sppp_open_event. You can see this in the log if you set debugging on the interface. For example, from my log: Apr 21 21:12:17 peedub /kernel.timo: isp1: lcp open(initial) sppp_open_event calls cp->tls, in this case that's sppp_lcp_tls. Now, that's where the callout happens, because in sppp_lcp_tls we have /* Notify lower layer if desired. */ if (sp->pp_tls) (sp->pp_tls)(sp); else (sp->pp_up)(sp); sp->pp_tls points at i4bisppp_tls, which calls i4b_l4_dialout. Voila ! A callout happens. Simple ;-) It could be argued that this call should not be made. Or, that i4b_l4_dialout should maybe test the interface status in sp to decide whether a dialout should really happen. Obviously, if isdnd is started *after* the interfaces are ifconfig'd, no callout is possible. So, do not start isdnd until all the interfaces have been ifconfig'd ! ;) --- 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 May 8 14:51: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 3E03614CE5 for ; Sat, 8 May 1999 14:50:58 -0700 (PDT) (envelope-from wist@ex.muffin.org) Received: from wist.modem.informatik.tu-muenchen.de ([172.16.3.5] EHLO ex.muffin.org ident: NO-IDENT-SERVICE [port 1554]) by tuminfo2.informatik.tu-muenchen.de with ESMTP id <111287-224>; Sat, 8 May 1999 23:50:52 +0000 Received: (from wist@localhost) by ex.muffin.org (8.8.7/8.8.7) id XAA14304; Sat, 8 May 1999 23:50:13 +0200 (CEST) (envelope-from wist) Message-ID: <19990508235012.25849@ex.ex.muffin.org> Date: Sat, 8 May 1999 23:50:12 +0200 From: Henrik Wist To: Gary Jennejohn , freebsd-isdn@FreeBSD.ORG Subject: Re: sPPP and TCP/IP services don't work ?? References: <199905082110.XAA33807@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199905082110.XAA33807@peedub.muc.de>; from Gary Jennejohn on Sat, May 08, 1999 at 11:10:41PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On May 08, Gary Jennejohn wrote: > + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. Also, make > + sure that tcp_extension="NO" is in your /etc/rc.conf (/etc/defaults/rc.conf > + with more recent versions of FreeBSD) !! As I understood the new rc.* stuff, one shouldn't change things in /etc/defaults/rc.conf, but (as before) in /etc/rc.conf (just copy the line from /etc/defaults/rc.conf and change to whatever you need), because /etc/rc.conf overrides /etc/defaults/rc.conf. Regards, Henrik -- wist@ex.MuFFiN.Org // IRC: |GOOSE| // wist@informatik.tu-muenchen.de ------------------------- "As far as the differences between BSD and Systems V, that's simple. System V sucks and BSD doesn't. :)" -- Curt Welch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 8 15: 3:52 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 3D18814CEC for ; Sat, 8 May 1999 15:03:47 -0700 (PDT) (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 AAA33951 for ; Sun, 9 May 1999 00:02:21 +0200 (CEST) Message-Id: <199905082202.AAA33951@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: sPPP and TCP/IP services don't work ?? Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 08 May 1999 23:24:16 +0200." <19990508232416.C2910@jocelyn.rhein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 00:02:21 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ignatios Souvatzis writes: >uh, no. if PPP at your ISP is broken, and eats the TCP options used for >rfc1323, it will be the same for NetBSD. The sysctl described below >is the same (I guess also for OpenBSD) and the recommended fix if the buggy >firmware/software is in your path. (btw, could be really old CISCO or Linux). > Happy with this, Ignatious ? *** FAQ.orig Sat May 8 22:56:21 1999 --- FAQ Sun May 9 00:00:04 1999 *************** *** 605,607 **** --- 605,627 ---- Bart (from Bart van Leeuwen bart@ixori.demon.nl) + + 12. I'm using sPPP. I can connect to my ISP but no TCP/IP services work. HELP! + ============================================================================== + + This is probably because you have the RFC1323 - TCP Extensions for High + Performance - support turned on and your ISP (or some router in the loop) + is discarding the extensions. + + This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the + result is 1, then the RFC1323 support is turned on. + + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. + + For FreeBSD make sure that tcp_extension="NO" is in your /etc/rc.conf + (/etc/defaults/rc.conf with more recent versions of FreeBSD) !! + + This may be different for NetBSD, OpenBSD and BSD/OS. + + (by Gary Jennejohn, see above for eMail addresses) + --- 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 May 8 16:24:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from prefix.rhein.de (prefix.rhein.de [193.175.27.10]) by hub.freebsd.org (Postfix) with ESMTP id C803314C47 for ; Sat, 8 May 1999 16:24:34 -0700 (PDT) (envelope-from is@jocelyn.rhein.de) Received: from jocelyn.rhein.de (unknown [193.175.27.210]) by prefix.rhein.de (Postfix) with ESMTP id BD62A3B17D; Sat, 8 May 1999 23:24:32 +0000 (MET) Received: (from is@localhost) by jocelyn.rhein.de (8.8.8/8.6.12) id BAA04015; Sun, 9 May 1999 01:23:55 +0200 (MEST) Date: Sun, 9 May 1999 01:23:54 +0200 From: Ignatios Souvatzis To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: sPPP and TCP/IP services don't work ?? Message-ID: <19990509012354.E2910@jocelyn.rhein.de> References: <19990508232416.C2910@jocelyn.rhein.de> <199905082202.AAA33951@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1us In-Reply-To: <199905082202.AAA33951@peedub.muc.de>; from Gary Jennejohn on Sun, May 09, 1999 at 12:02:21AM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 09, 1999 at 12:02:21AM +0200, Gary Jennejohn wrote: > Ignatios Souvatzis writes: > >uh, no. if PPP at your ISP is broken, and eats the TCP options used for > >rfc1323, it will be the same for NetBSD. The sysctl described below > >is the same (I guess also for OpenBSD) and the recommended fix if the buggy > >firmware/software is in your path. (btw, could be really old CISCO or Linux). > > > > Happy with this, Ignatious ? Fine. -is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 8 18:27:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from foobar.franken.de (foobar.franken.de [194.94.249.81]) by hub.freebsd.org (Postfix) with ESMTP id C0B4D151CA for ; Sat, 8 May 1999 18:27:14 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id DAA05147; Sun, 9 May 1999 03:23:23 +0200 (CEST) Message-ID: <19990509032322.B4822@foobar.franken.de> Date: Sun, 9 May 1999 03:23:22 +0200 From: Harold Gutch To: Wilko Bulte , Poul-Henning Kamp Cc: garyj@muc.de, freebsd-isdn@FreeBSD.ORG Subject: Re: I want isp0 *down* after a reboot.. References: <16373.926172855@critter.freebsd.dk> <199905081554.RAA47818@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199905081554.RAA47818@yedi.iaf.nl>; from Wilko Bulte on Sat, May 08, 1999 at 05:54:47PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 08, 1999 at 05:54:47PM +0200, Wilko Bulte wrote: > From the various responses I get the impression that: > > - start isdnd, then ifconfig isp results in the dialout on reboot > - ifconfig, then start isdnd does *not* result in the dialout on reboot. > With isdnd running I can issue the two ifconfigs from my prior mail, or run /etc/start_if.isp0 and isdn4bsd does _not_ call out. The script is run at startup, but isdnd is _not_ run at startup; I start it manually. I doubt that the fact that I issue the first two ifconfigs without isdnd running matters, but this is the only difference that I can see to your setup. This is on a 2.2.8-machine with isdn4bsd 00.70, perhaps that's what makes the difference... bye, Harold -- Sleep is an abstinence syndrome wich occurs due to lack of caffein. Wed Mar 4 04:53:33 CET 1998 #unix, ircnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 0:28:31 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id EB55F14D0E for ; Sun, 9 May 1999 00:28:27 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id JAA22338 for ; Sun, 9 May 1999 09:28:27 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id JAA22639 for ; Sun, 9 May 1999 09:28:26 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id JAA01724 for ; Sun, 9 May 1999 09:28:51 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id HAA60910 for freebsd-isdn@FreeBSD.ORG; Sun, 9 May 1999 07:28:51 GMT (envelope-from ust) Date: Sun, 9 May 1999 09:25:21 +0200 From: Udo Schweigert To: Gary Jennejohn Subject: Re: sPPP and TCP/IP services don't work ?? Message-ID: <19990509092521.A60827@alaska.cert.siemens.de> References: <19990508232416.C2910@jocelyn.rhein.de> <199905082202.AAA33951@peedub.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199905082202.AAA33951@peedub.muc.de>; from Gary Jennejohn on Sun, May 09, 1999 at 12:02:21AM +0200 X-Operating-System: FreeBSD 3.1-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 09, 1999 at 12:02:21AM +0200, Gary Jennejohn wrote: > Ignatios Souvatzis writes: > >uh, no. if PPP at your ISP is broken, and eats the TCP options used for > >rfc1323, it will be the same for NetBSD. The sysctl described below > >is the same (I guess also for OpenBSD) and the recommended fix if the buggy > >firmware/software is in your path. (btw, could be really old CISCO or Linux). > > > > Happy with this, Ignatious ? > > *** FAQ.orig Sat May 8 22:56:21 1999 > --- FAQ Sun May 9 00:00:04 1999 > *************** > *** 605,607 **** > --- 605,627 ---- > Bart > > (from Bart van Leeuwen bart@ixori.demon.nl) > + > + 12. I'm using sPPP. I can connect to my ISP but no TCP/IP services work. HELP! > + ============================================================================== > + > + This is probably because you have the RFC1323 - TCP Extensions for High > + Performance - support turned on and your ISP (or some router in the loop) > + is discarding the extensions. > + > + This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the > + result is 1, then the RFC1323 support is turned on. > + > + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. > + > + For FreeBSD make sure that tcp_extension="NO" is in your /etc/rc.conf > + (/etc/defaults/rc.conf with more recent versions of FreeBSD) !! And /etc/rc.conf.local (in -STABLE and upcoming 3.2) PS: I never had problems with RFC1323 (my counterpart is an Ascend Max). Udo ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 1:16:43 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id E2EA214E01 for ; Sun, 9 May 1999 01:16:41 -0700 (PDT) (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 KAA02600; Sun, 9 May 1999 10:16:39 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id KAA21418; Sun, 9 May 1999 10:12:26 +0200 (MEST) From: "Martin Husemann" To: "Gary Jennejohn" , Subject: RE: sPPP and TCP/IP services don't work ?? Date: Sun, 9 May 1999 10:12:25 +0200 Message-ID: <000701be99f3$abee81f0$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: <199905082110.XAA33807@peedub.muc.de> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > + I think this only applies to FreeBSD. > + > + This is probably due to the RFC1323 - TCP Extensions for High > Performance > + support in the FreeBSD TCP/IP stack. Nope, this does apply for NetBSD too (and probably OpenBSD, since it's been in NetBSD for a long time). The sysctl name is even compatible ;-) We don't have a coresponding rc.conf entry, I do it in /etc/netstart.local. I would suggest to set this to 0 on all machines routed over ISDN (not only the router), as this "high speed options" in fact do slow down an ISDN link by making VJ "compression" impossible - as far as I understood it. So there should be a more general advice in the FAQ, not only "turn it off if it doesn't work for you". I've only seen the problems against old linux kernels (about two years ago), are there still machines out there that have such a broken TCP/IP stack? We should start to blame the vendors... Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 1:33:14 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 11AC415043 for ; Sun, 9 May 1999 01:32:59 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id KAA17894 for freebsd-isdn@FreeBSD.ORG; Sun, 9 May 1999 10:34:39 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id JAA21401 for ; Sun, 9 May 1999 09:50:05 +0200 (CEST) To: freebsd-isdn@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: isdn4bsd beta 0.80 released Date: Sun, 09 May 1999 09:45:32 +0200 X-Mailer: Dinoex 1.70 References: X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.78] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990509000000S+2@dinoex.sub.org Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis wrote:, > a new isdn4bsd beta version (i4b-00.80.00-beta-070599.tar.gz) has been made > available on the isdn4bsd distribution sites. the files have been made availible on my siute too: ftp://ftp.dinoex.org/pub/i4b/README ftp://ftp.dinoex.org/pub/i4b/i4b-00.80.00-beta-070599.tar.gz It's now running under 2.2.8 here without a problem. Thanks to Hellmuth kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 3: 6:30 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 48CD2151CD for ; Sun, 9 May 1999 03:06:26 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id LAA20618; Sun, 9 May 1999 11:51:53 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id BAA01958; Sun, 9 May 1999 01:15:39 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905082315.BAA01958@yedi.iaf.nl> Subject: Re: I want isp0 *down* after a reboot.. In-Reply-To: <199905082147.XAA33893@peedub.muc.de> from Gary Jennejohn at "May 8, 1999 11:47:57 pm" To: garyj@muc.de Date: Sun, 9 May 1999 01:15:39 +0200 (CEST) Cc: freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Gary Jennejohn wrote ... > Wilko Bulte writes: > >As Poul-Henning Kamp wrote ... > >> In message <199905081401.QAA33265@peedub.muc.de>, Gary Jennejohn writes: > OK, here's what happens AFAICT. > > when the interface gets ifconfig'd some routine in if_spppsubr.c ends up > (somehow :) calling sppp_open_event. You can see this in the log if you > set debugging on the interface. For example, from my log: > Apr 21 21:12:17 peedub /kernel.timo: isp1: lcp open(initial) > > sppp_open_event calls cp->tls, in this case that's sppp_lcp_tls. Now, > that's where the callout happens, because in sppp_lcp_tls we have > /* Notify lower layer if desired. */ > if (sp->pp_tls) > (sp->pp_tls)(sp); > else > (sp->pp_up)(sp); > > sp->pp_tls points at i4bisppp_tls, which calls i4b_l4_dialout. Voila ! > A callout happens. Simple ;-) > > It could be argued that this call should not be made. Or, that i4b_l4_dialout > should maybe test the interface status in sp to decide whether a dialout > should really happen. > > Obviously, if isdnd is started *after* the interfaces are ifconfig'd, no > callout is possible. > > So, do not start isdnd until all the interfaces have been ifconfig'd ! ;) using this approach the following: # ISDN subsystem startup if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then . /etc/rc.isdn fi in /etc/rc.network needs to be moved to just before: # Initialize IP filtering using ipfw echo "" /sbin/ipfw -q flush > /dev/null 2>&1 if [ $? = 0 ] ; then Right? Groeten / Cheers, | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Sun May 9 3:33:38 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from foobar.franken.de (foobar.franken.de [194.94.249.81]) by hub.freebsd.org (Postfix) with ESMTP id 3A63B14C41 for ; Sun, 9 May 1999 03:33:28 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id MAA06017; Sun, 9 May 1999 12:32:47 +0200 (CEST) Message-ID: <19990509123246.A5995@foobar.franken.de> Date: Sun, 9 May 1999 12:32:46 +0200 From: Harold Gutch To: Ignatios Souvatzis , Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: sPPP and TCP/IP services don't work ?? References: <199905082110.XAA33807@peedub.muc.de> <19990508232416.C2910@jocelyn.rhein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990508232416.C2910@jocelyn.rhein.de>; from Ignatios Souvatzis on Sat, May 08, 1999 at 11:24:16PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 08, 1999 at 11:24:16PM +0200, Ignatios Souvatzis wrote: > On Sat, May 08, 1999 at 11:10:41PM +0200, Gary Jennejohn wrote: > > (from Bart van Leeuwen bart@ixori.demon.nl) > > + > > + 12. I'm using sPPP. I can connect to my ISP but no TCP/IP services work. HELP! > > + ============================================================================== > > + > > + I think this only applies to FreeBSD. > > + > > + This is probably due to the RFC1323 - TCP Extensions for High Performance > > + support in the FreeBSD TCP/IP stack. > > uh, no. if PPP at your ISP is broken, and eats the TCP options used for > rfc1323, it will be the same for NetBSD. The sysctl described below > is the same (I guess also for OpenBSD) and the recommended fix if the buggy > firmware/software is in your path. (btw, could be really old CISCO or Linux). > Yes, the sysctl has the same name under OpenBSD aswell. > > + This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the > > + result is 1, then the RFC1323 support is turned on. > > + > > + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. > bye, Harold -- Sleep is an abstinence syndrome wich occurs due to lack of caffein. Wed Mar 4 04:53:33 CET 1998 #unix, ircnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 4:44:45 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.privat.kkf.net (privat.kkf.net [212.63.32.16]) by hub.freebsd.org (Postfix) with ESMTP id 1B90C14FB1 for ; Sun, 9 May 1999 04:44:39 -0700 (PDT) (envelope-from tobias.seiler@privat.kkf.net) Received: from privat.kkf.net (h2-dial55.privat.kkf.net [212.63.33.182]) by mail.privat.kkf.net (8.8.8/8.8.3) with SMTP id NAA22545 for ; Sun, 9 May 1999 13:44:34 +0200 (MET DST) From: Tobias Seiler Reply-To: tabs@themaster.de To: Freebsd-isdn@freebsd.org Date: Sun, 09 May 1999 13:37:48 +0100 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Organization: TheMaster.de Subject: yap MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, yet another problem. The TELES card is now probed the right way and dmesg tells me, that all the needed device are attached at bootup. (i4b... and also the sppp stuff). The problem I have is that isdnd still tells me when trying to start it /dev/i4b device not configured. As said before, I use NetBSD-1.3.3 i386 on a 486DX/133 machine with 8 megs of RAM. BTW. the i4b stuff was _not_ compiled on this machine (it doesn't has the dev stuff installed for harddrive size reasons -> 119 MB only, but should be enough for a dial in server...). Any idea is welcome. Bye for now and thanks in advance for the help, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 4:46:40 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.privat.kkf.net (privat.kkf.net [212.63.32.16]) by hub.freebsd.org (Postfix) with ESMTP id 871AE14D3F for ; Sun, 9 May 1999 04:46:36 -0700 (PDT) (envelope-from tobias.seiler@privat.kkf.net) Received: from privat.kkf.net (h2-dial55.privat.kkf.net [212.63.33.182]) by mail.privat.kkf.net (8.8.8/8.8.3) with SMTP id NAA22594 for ; Sun, 9 May 1999 13:46:35 +0200 (MET DST) From: Tobias Seiler Reply-To: tabs@themaster.de To: Freebsd-isdn@freebsd.org Date: Sun, 09 May 1999 13:40:50 +0100 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Organization: TheMaster.de Subject: forgot to say MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again, I forgot to tell you that the devices are made and ready for use in /dev Bye, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 5:11:10 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 328A314D0D for ; Sun, 9 May 1999 05:11:07 -0700 (PDT) (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 NAA36403; Sun, 9 May 1999 13:42:44 +0200 (CEST) Message-Id: <199905091142.NAA36403@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Wilko Bulte Cc: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 09 May 1999 01:15:39 +0200." <199905082315.BAA01958@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 13:42:44 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: >As Gary Jennejohn wrote ... >> So, do not start isdnd until all the interfaces have been ifconfig'd ! ;) > >using this approach the following: > > # ISDN subsystem startup > if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > . /etc/rc.isdn > fi > >in /etc/rc.network needs to be moved to just before: > > # Initialize IP filtering using ipfw > echo "" > /sbin/ipfw -q flush > /dev/null 2>&1 > if [ $? = 0 ] ; then > >Right? > yeah, looks OK, since it's after the initialization of the interfaces. I don't use rc.network, myself. I do it all in rc.isdn. It turns out that my rc.isdn ifconfig's all the interfaces before starting isdnd, which sort of verifies my statement above. --- 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 May 9 9:30:48 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from morannon.fido.de (morannon.faho.RWTH-Aachen.DE [134.130.57.8]) by hub.freebsd.org (Postfix) with ESMTP id 9579A14BDB for ; Sun, 9 May 1999 09:30:38 -0700 (PDT) (envelope-from tobi@bland.fido.de) Received: from morannon-ftn.fido.de (news@localhost) by morannon.fido.de (8.8.7/8.8.5/morannon-check-4.4) with FIDOGATE id SAA05802; Sun, 9 May 1999 18:37:42 +0200 Received: by sungate-ftn.fido.de (FIDOGATE 4.3a5) id AA05709; Sun, 09 May 1999 18:36:58 +0200 Date: Sun, 09 May 1999 17:45:24 +0200 From: tobi@bland.fido.de (Tobias Ernst) Subject: Problems after Upgrade to 3.1 Message-ID: To: freebsd-isdn@freebsd.org (UUCP) Organization: Fido.DE domain gateway (Moving Bits e.V. / IN e.V.) Lines: 53 X-Gateway: FIDO morannon.fido.de [FIDOGATE 4.3a5] X-FTN-From: Tobias Ernst @ 242:7600/1.0 X-FTN-To: UUCP @ 242:4900/99.0 X-FTN-Via: 242:7600/0@fido.de @19990509.181916 CFR-OS/2 19990128-devel X-FTN-Via: FIDOGATE/ftntoss 242:1000/1, Sun May 09 1999 at 18:31:33 MEST X-FTN-Domain: Z242@fidode MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hallo! Previously, I was using FreeBSD 2.2.8 with isdn4bsd 0.70 and the patches from Gary Jennejohn for the Elsa PCC-16 card. It worked fine (except for some minor problems that I posted previously). Now I have upgraded this installation to FreeBSD 3.1-RELEASE. This obviously overwrote the i4b source code that I was using previously, and the version of i4b that ships with 3.1 does not support my PCC. So I decided to get isdn4bsd 0.80 and install it on top of my 3.1 I did so using the overinstall.sh script. After resolving some minor problems (options.i386 was not updated, I had to do this manually), the kernel compiled OK. The problem is that with this kernel, isdnd does not find any devices: root@romulus ~ # isdnd -d 0x1FFF -F isdnd[517]: ERR init_controller: no ISDN controller found! isdnd[517]: DMN daemon terminating, exitval =3D 1 Here is the relevant part of the dmesg output: isic0 at 0x360 irq 10 flags 0x13 on isa > isic0: irq with no handler i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached I think that the line marked with ">" is the problem. Here is the relevant part of my kernel config file: options "ELSA_PCC16" device isic0 at isa? port 0x360 net irq 10 flags 19 vector isicintr pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 pseudo-device "i4bipr" 4 options IPR_VJ pseudo-device "i4bisppp" 4 pseudo-device sppp 4 Viele Gr=FC=DFe, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 10:13:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from foobar.franken.de (foobar.franken.de [194.94.249.81]) by hub.freebsd.org (Postfix) with ESMTP id F343215478 for ; Sun, 9 May 1999 10:13:34 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id TAA06728; Sun, 9 May 1999 19:12:50 +0200 (CEST) Message-ID: <19990509191249.A6668@foobar.franken.de> Date: Sun, 9 May 1999 19:12:49 +0200 From: Harold Gutch To: Ignatios Souvatzis , Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: sPPP and TCP/IP services don't work ?? References: <199905082110.XAA33807@peedub.muc.de> <19990508232416.C2910@jocelyn.rhein.de> <19990509123246.A5995@foobar.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990509123246.A5995@foobar.franken.de>; from Harold Gutch on Sun, May 09, 1999 at 12:32:46PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 09, 1999 at 12:32:46PM +0200, Harold Gutch wrote: > On Sat, May 08, 1999 at 11:24:16PM +0200, Ignatios Souvatzis wrote: > > On Sat, May 08, 1999 at 11:10:41PM +0200, Gary Jennejohn wrote: > > > (from Bart van Leeuwen bart@ixori.demon.nl) > > > + > > > + 12. I'm using sPPP. I can connect to my ISP but no TCP/IP services work. HELP! > > > + ============================================================================== > > > + > > > + I think this only applies to FreeBSD. > > > + > > > + This is probably due to the RFC1323 - TCP Extensions for High Performance > > > + support in the FreeBSD TCP/IP stack. > > > > uh, no. if PPP at your ISP is broken, and eats the TCP options used for > > rfc1323, it will be the same for NetBSD. The sysctl described below > > is the same (I guess also for OpenBSD) and the recommended fix if the buggy > > firmware/software is in your path. (btw, could be really old CISCO or Linux). > > > Yes, the sysctl has the same name under OpenBSD aswell. > And, for the record, it's called "net.inet.tcp.do_rfc1323" under BSD/OS. > > > + This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the > > > + result is 1, then the RFC1323 support is turned on. > > > + > > > + Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0''. > > bye, Harold -- Sleep is an abstinence syndrome wich occurs due to lack of caffein. Wed Mar 4 04:53:33 CET 1998 #unix, ircnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 15: 0:29 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id E390A14C87 for ; Sun, 9 May 1999 15:00:22 -0700 (PDT) (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 XAA38290; Sun, 9 May 1999 23:59:11 +0200 (CEST) Message-Id: <199905092159.XAA38290@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: tobi@bland.fido.de (Tobias Ernst) Cc: freebsd-isdn@FreeBSD.ORG (UUCP) Subject: Re: Problems after Upgrade to 3.1 Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 09 May 1999 17:45:24 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 23:59:11 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tobias Ernst writes: >Hallo! > >Previously, I was using FreeBSD 2.2.8 with isdn4bsd 0.70 and the patches from >Gary Jennejohn for the Elsa PCC-16 card. It worked fine (except for some minor >problems that I posted previously). > you still owe me for the postage :-) >The problem is that with this kernel, isdnd does not find any devices: > > root@romulus ~ # isdnd -d 0x1FFF -F > isdnd[517]: ERR init_controller: no ISDN controller found! > isdnd[517]: DMN daemon terminating, exitval =3D 1 > you're using the isdnd from 3.1 and not from the 0.80 beta ! Don't do that. >Here is the relevant part of the dmesg output: > > isic0 at 0x360 irq 10 flags 0x13 on isa >> isic0: irq with no handler >I think that the line marked with ">" is the problem. > no, it's not (respecting isdnd). But it is a major problem. The real problem is that somehow i4b_isic_isa.c in the 0.80 beta is totaly fubared with respect to handling of the PCC16. Looks like a patch didn't apply correctly. Apply the patches appended below (Hellmuth ?). >Here is the relevant part of my kernel config file: > > options "ELSA_PCC16" > device isic0 at isa? port 0x360 net irq 10 flags 19 vector isicintr you do not need the "vector isicintr" anymore. ================= Patch ============================ *** i4b_isic_isa.c.orig Sun May 9 23:44:12 1999 --- i4b_isic_isa.c Sun May 9 23:57:34 1999 *************** *** 200,206 **** #ifdef ELSA_PCC16 case FLAG_ELSA_PCC16: ! ret = isic_attach_Eqs1pi(dev, 0); break; #endif --- 200,206 ---- #ifdef ELSA_PCC16 case FLAG_ELSA_PCC16: ! ret = isic_probe_Eqs1pi(dev, 0); break; #endif *************** *** 404,409 **** --- 404,415 ---- #ifdef ITKIX1 case FLAG_ITK_IX1: ret = isic_attach_itkix1(PARM); + break; + #endif + + #ifdef ELSA_PCC16 + case FLAG_ELSA_PCC16: + ret = isic_attach_Eqs1pi(dev, 0); break; #endif --- 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 May 9 16: 7: 8 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 8D0851520B for ; Sun, 9 May 1999 16:06:55 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id IAA14491; Mon, 10 May 1999 08:36:55 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id IAA38640; Mon, 10 May 1999 08:36:54 +0930 (CST) Date: Mon, 10 May 1999 08:36:54 +0930 From: Greg Lehey To: Dirk Meyer Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: isdn4bsd beta 0.80 released Message-ID: <19990510083654.L22791@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Dirk Meyer on Sun, May 09, 1999 at 09:45:32AM +0200 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 Sunday, 9 May 1999 at 9:45:32 +0200, Dirk Meyer wrote: > Hellmuth Michaelis wrote:, > >> a new isdn4bsd beta version (i4b-00.80.00-beta-070599.tar.gz) has been made >> available on the isdn4bsd distribution sites. > > the files have been made availible on my siute too: > > ftp://ftp.dinoex.org/pub/i4b/README > ftp://ftp.dinoex.org/pub/i4b/i4b-00.80.00-beta-070599.tar.gz How do these releases relate to the version in the FreeBSD repository? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 21:15:13 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 2433914F33 for ; Sun, 9 May 1999 21:15:10 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id GAA20369; Mon, 10 May 1999 06:15:00 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id FAA13919; Mon, 10 May 1999 05:15:10 +0200 (CEST) To: freebsd-isdn@FreeBSD.ORG, grog@freebie.lemis.com Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: isdn4bsd beta 0.80 released Date: Mon, 10 May 1999 05:10:22 +0200 X-Mailer: Dinoex 1.70 References: <19990510083654.L22791@freebie.lemis.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.78] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990510000000S+2@dinoex.sub.org Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Lehey asks:, > >> a new isdn4bsd beta version (i4b-00.80.00-beta-070599.tar.gz) has been made > >> available on the isdn4bsd distribution sites. > > the files have been made availible on my siute too: > > ftp://ftp.dinoex.org/pub/i4b/README > > ftp://ftp.dinoex.org/pub/i4b/i4b-00.80.00-beta-070599.tar.gz > > How do these releases relate to the version in the FreeBSD repository? Thease are exactly the files from the ftp.console.de server, The reason I copy in there, you can get it via annonymus ftp. As FreeBSD 3.1 can't detect my SCSI controller, I can not upgrade to use the latest 3.x repository. That is my reason for using this form of Hellmuth's package. kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 9 23:45: 1 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id B139315068 for ; Sun, 9 May 1999 23:44:47 -0700 (PDT) (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 IAA26143; Mon, 10 May 1999 08:44:45 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id IAA01664; Mon, 10 May 1999 08:36:18 +0200 (MEST) From: "Martin Husemann" To: , Subject: RE: yap Date: Mon, 10 May 1999 08:36:18 +0200 Message-ID: <000201be9aaf$68ce2fd0$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 > BTW. the i4b stuff was _not_ compiled on this machine (it doesn't has the > dev stuff installed for harddrive size reasons -> 119 MB only, but should > be enough for a dial in server...). You did run the appropriate MAKEDEV on this machine? When you are running a 1.3.3 kernel, /dev/i4b should have major 47, minor 0. If the kernel is 1.4 it should be major 50, minor 0. It doesn't matter what the rest of the system is, just the version number the kernel tell you when booting... Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 0:18:47 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 51DC71572D for ; Mon, 10 May 1999 00:18:42 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1413 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 09:17:42 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10gkJn-00001sC; Mon, 10 May 99 09:17 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: isdn4bsd beta 0.80 released In-Reply-To: from Dirk Meyer at "May 10, 99 05:10:22 am" To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Date: Mon, 10 May 1999 09:17:38 +0200 (METDST) 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: 575 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Dirk Meyer: > As FreeBSD 3.1 can't detect my SCSI controller, > I can not upgrade to use the latest 3.x repository. Buy a new SCSI controller. 0.8x (i think there will be an 0.81) will be the last release to support FreeBSD < 3.x. 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 May 10 0:21: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 4396A15810 for ; Mon, 10 May 1999 00:20:57 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1327 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 09:20:56 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10gkMy-00001sC; Mon, 10 May 99 09:20 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: isdn4bsd beta 0.80 released In-Reply-To: <19990510083654.L22791@freebie.lemis.com> from Greg Lehey at "May 10, 99 08:36:54 am" To: freebsd-isdn@FreeBSD.ORG Date: Mon, 10 May 1999 09:20:56 +0200 (METDST) 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: 554 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Greg Lehey: > How do these releases relate to the version in the FreeBSD repository? FreeBSD-stable has i4b 0.70, FreeBSD-current has i4b 0.71 and what you are seeing is the release 0.80 of i4b done on Friday. 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 May 10 1:46:10 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id C2D7115867 for ; Mon, 10 May 1999 01:46:06 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1796 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 10:46:06 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10glhD-00005UC; Mon, 10 May 99 10:45 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: irritating messages in all ttyv's In-Reply-To: <4.1.19990508130110.0095d990@pop.roberts.nl> from Luke Roberts at "May 8, 99 01:12:03 pm" To: luke@roberts.nl (Luke Roberts) Date: Mon, 10 May 1999 10:45:55 +0200 (METDST) 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: 959 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Luke Roberts: > the interface is exacly the way I like it. Great! Unfortunatly though I > still get a lot of messages in the other virtual consoles when the line > goes up and down. These messages are from the kernel(?) like: > May 8 12:59:09 dilis /kernel: i4b-L1-timer4_expired: state = F3 Deactivated This is the error (!) message that layer 1 could not be accessed by the upper layers (persistent deactivation). The message is either a real error or an implementation problem due to a different timing or so at your site (are you connected to a PBX ?) and it would be nice if this could be verified somehow. 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 May 10 1:55:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id E3BF814D4D for ; Mon, 10 May 1999 01:55:33 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1142 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 10:55:32 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10glqW-00005UC; Mon, 10 May 99 10:55 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: i4b 0.80 errata and fixes To: freebsd-isdn@freebsd.org (ISDN Mailinglist) Date: Mon, 10 May 1999 10:55:32 +0200 (METDST) 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: 455 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, i'll be collecting fixes and hints for i4b 0.80 and put them into the new "errata" section on http://www.freebsd-support.de/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 Mon May 10 2: 7: 5 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from velsen.net (velsen.net [192.41.10.49]) by hub.freebsd.org (Postfix) with ESMTP id 228C014EE2 for ; Mon, 10 May 1999 02:06:50 -0700 (PDT) (envelope-from luke@roberts.nl) Received: from roberts2 (office.intervisors.nl [194.109.13.117]) by velsen.net (8.8.5) id LAA02263; Mon, 10 May 1999 11:06:43 +0200 (CEST) Message-Id: <4.1.19990510105652.00b78100@pop.roberts.nl> X-Sender: luke@pop.roberts.nl X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 10 May 1999 11:04:39 +0200 To: freebsd-isdn@FreeBSD.ORG From: Luke Roberts Subject: Re: irritating messages in all ttyv's Cc: hm@hcs.de In-Reply-To: References: <4.1.19990508130110.0095d990@pop.roberts.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Hellmuth, >> May 8 12:59:09 dilis /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > >This is the error (!) message that layer 1 could not be accessed by the >upper layers (persistent deactivation). Hmm... what does this mean exactly? Should I not be able to make a connection? >The message is either a real error or an implementation problem due to >a different timing or so at your site (are you connected to a PBX ?) and >it would be nice if this could be verified somehow. Strange error, because the whole configuration now works fantasticly. I use FreeBSD 2.2.7 stable and i4 0.71 together with NATd and Firewall as a gateway machine to the internet. The Teles 16.3 ISA card is connected directly to the NT1 ISDN S0 bus. There is a PBX hooked up to the other port of the NT1 but could this be the problem? (that's if this is a problem cause all works fine ;-) Thanks, Luke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 2:16:32 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id B9C8814CB4 for ; Mon, 10 May 1999 02:16:30 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1233 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 11:16:29 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10gmAi-0000EXC; Mon, 10 May 99 11:16 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: I want isp0 *down* after a reboot.. In-Reply-To: <199905091142.NAA36403@peedub.muc.de> from Gary Jennejohn at "May 9, 99 01:42:44 pm" To: garyj@muc.de Date: Mon, 10 May 1999 11:16:24 +0200 (METDST) Cc: wilko@yedi.iaf.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 Content-Length: 373 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Now what is the essence of this ? diffs, patches ? 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 May 10 2:21:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 5EB1F14CB4 for ; Mon, 10 May 1999 02:21:11 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1855 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 11:21:09 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10gmFJ-0000EXC; Mon, 10 May 99 11:21 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: irritating messages in all ttyv's In-Reply-To: <4.1.19990510105652.00b78100@pop.roberts.nl> from Luke Roberts at "May 10, 99 11:04:39 am" To: luke@roberts.nl (Luke Roberts) Date: Mon, 10 May 1999 11:21:09 +0200 (METDST) 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: 1017 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Luke Roberts: > >> May 8 12:59:09 dilis /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > > > >This is the error (!) message that layer 1 could not be accessed by the > >upper layers (persistent deactivation). > > Hmm... what does this mean exactly? There is a timer started in layer 1 in case an upper layer wants to access to S0 bus. When layer 1 is not able to access the bus for a certain amount of time, you'll get this message because the timer timed out. Now this message could be generated by a strange ISDN setup or hardware problem (twisted cable, etc) or by a bug so that the message is generated under special circumstance even if everything is ok. 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 May 10 2:27: 9 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 3626015294 for ; Mon, 10 May 1999 02:27:05 -0700 (PDT) (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 LAA39261 for ; Mon, 10 May 1999 11:25:59 +0200 (CEST) Message-Id: <199905100925.LAA39261@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: I want isp0 *down* after a reboot.. Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 10 May 1999 11:16:24 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 May 1999 11:25:59 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis writes: > >Now what is the essence of this ? diffs, patches ? > I think that this patch should work. Basically, don't start the i4b stuff until the interfaces have been initialized. NOTE that this is not tested, I use a different mechanism. *** /u1/src/etc/rc.network Wed Apr 14 22:50:38 1999 --- rc.network Mon May 10 11:21:50 1999 *************** *** 31,41 **** atm_pass1 fi - # ISDN subsystem startup - if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then - . /etc/rc.isdn - fi - # Special options for sppp(4) interfaces go here. These need # to go _before_ the general ifconfig section, since in the case # of hardwired (no link1 flag) but required authentication, you --- 31,36 ---- *************** *** 79,84 **** --- 74,84 ---- fi ifconfig ${ifn} done + + # ISDN subsystem startup + if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then + . /etc/rc.isdn + fi # Initialize IP filtering using ipfw echo "" --- 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 May 10 2:30:48 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 64A2314C8E for ; Mon, 10 May 1999 02:30:44 -0700 (PDT) (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 LAA39285 for ; Mon, 10 May 1999 11:29:37 +0200 (CEST) Message-Id: <199905100929.LAA39285@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@FreeBSD.ORG Subject: Re: irritating messages in all ttyv's Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 10 May 1999 11:21:09 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 May 1999 11:29:37 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis writes: >>From the keyboard of Luke Roberts: > >> >> May 8 12:59:09 dilis /kernel: i4b-L1-timer4_expired: state = F3 Deactiva >ted >> > >> >This is the error (!) message that layer 1 could not be accessed by the >> >upper layers (persistent deactivation). >> >> Hmm... what does this mean exactly? > >There is a timer started in layer 1 in case an upper layer wants to access >to S0 bus. When layer 1 is not able to access the bus for a certain amount >of time, you'll get this message because the timer timed out. > >Now this message could be generated by a strange ISDN setup or hardware >problem (twisted cable, etc) or by a bug so that the message is generated >under special circumstance even if everything is ok. > I think this can also occur if isdnd dies or fails to start for some reason. For example, you have a newer kernel and an old isdnd and the version numbers don't match. --- 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 May 10 3:10:30 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from server.amis.net (server.amis.net [212.18.32.10]) by hub.freebsd.org (Postfix) with ESMTP id E80A515519 for ; Mon, 10 May 1999 03:10:20 -0700 (PDT) (envelope-from blaz@gold.amis.net) Received: by server.amis.net (Postfix, from userid 66) id 77237D5C81; Mon, 10 May 1999 12:10:17 +0200 (CEST) Received: by gold.amis.net (Postfix, from userid 1000) id 98EFB49; Mon, 10 May 1999 12:02:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by gold.amis.net (Postfix) with ESMTP id 8AC111E2B; Mon, 10 May 1999 12:02:32 +0200 (CEST) Date: Mon, 10 May 1999 12:02:32 +0200 (CEST) From: Blaz Zupan To: Hellmuth Michaelis Cc: Luke Roberts , freebsd-isdn@FreeBSD.ORG Subject: Re: irritating messages in all ttyv's 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 Mon, 10 May 1999, Hellmuth Michaelis wrote: > >From the keyboard of Luke Roberts: > > May 8 12:59:09 dilis /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > > This is the error (!) message that layer 1 could not be accessed by the > upper layers (persistent deactivation). > > The message is either a real error or an implementation problem due to > a different timing or so at your site (are you connected to a PBX ?) and > it would be nice if this could be verified somehow. I also just saw this on my console. I'm using i4b 0.80. I am not connected to a PBX, but to the telco switch through a Ascom NT+2ab. Although the message seems to be harmless as far as I'm concered, because everything works just fine. Blaz Zupan, blaz@amis.net, http://www.herbie.amis.net Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 4: 8:40 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from alvman.RoBIN.de (alvman.robin.de [193.174.7.33]) by hub.freebsd.org (Postfix) with ESMTP id 9BE4014FD0 for ; Mon, 10 May 1999 04:08:26 -0700 (PDT) (envelope-from ah@alvman.RoBIN.de) Received: from localhost (ah@localhost) by alvman.RoBIN.de (8.9.3/8.8.8) with ESMTP id MAA03108; Mon, 10 May 1999 12:40:45 +0200 (CEST) (envelope-from ah@alvman.RoBIN.de) Date: Mon, 10 May 1999 12:40:43 +0200 (CEST) From: Andreas Haakh To: Hellmuth Michaelis Cc: ISDN Mailinglist Subject: Lost patches for if_spppsubr.c in FreeBSD-3.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1493779314-926332823=:682" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1493779314-926332823=:682 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Hi, somhow the following patch did not make it into FreeBSD-3.1-Stable and perhaps -Current?? See fixes from Armin Gruber dated 11-Nov-1998 Subject: Win95 and connection to isdn4bsd on FreeBSD (async-request-patch) and from Stefan Bethke dated 23-Feb-1999 Subject: sppp fails to assign address to remote (misplaced "}") Andreas -- Andreas Haakh * Mollerstraße 7 * 64289 Darmstadt * ah@alvman.RoBIN.de http://www.FreeBSD.org freies Berkley-Unix für Intel-Architektur(>=80386). --0-1493779314-926332823=:682 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="if_spppsubr.c.patch" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="if_spppsubr.c.patch" KioqIC9zeXMvbmV0L2lmX3NwcHBzdWJyLmMJU3VuIERlYyAyNyAyMjozMDo0 NCAxOTk4DQotLS0gL25ldy9zeXMvbmV0L2lmX3NwcHBzdWJyLmMJU2F0IE1h eSAgOCAxMDo1NDoxNCAxOTk5DQoqKioqKioqKioqKioqKioNCioqKiAyMDU2 LDIwNjIgKioqKg0KICAJCQlpZiAoZGVidWcpDQogIAkJCQlhZGRsb2coIltu b24tZW1wdHldICIpOw0KICAJCQkvKiBzdWdnZXN0IGEgemVybyBvbmUgKi8N CiEgCQkJcFsyXSA9IHBbM10gPSBwWzRdID0gcFs1XSA9IDA7DQogIAkJCWJy ZWFrOw0KICANCiAgCQljYXNlIExDUF9PUFRfTVJVOg0KLS0tIDIwNTYsMjA2 MiAtLS0tDQogIAkJCWlmIChkZWJ1ZykNCiAgCQkJCWFkZGxvZygiW25vbi1l bXB0eV0gIik7DQogIAkJCS8qIHN1Z2dlc3QgYSB6ZXJvIG9uZSAqLw0KISAJ CQkvKiBwWzJdID0gcFszXSA9IHBbNF0gPSBwWzVdID0gMDsgKi8NCiAgCQkJ YnJlYWs7DQogIA0KICAJCWNhc2UgTENQX09QVF9NUlU6DQoqKioqKioqKioq KioqKioNCioqKiAyNjY4LDI2NzggKioqKg0KICAJCQkJCWFkZGxvZygiJXMg W25vdCBhZ3JlZWRdICIsDQogIAkJCQkJCXNwcHBfZG90dGVkX3F1YWQoZGVz aXJlZGFkZHIpKTsNCiAgDQotIAkJCQlwWzJdID0gaGlzYWRkciA+PiAyNDsN Ci0gCQkJCXBbM10gPSBoaXNhZGRyID4+IDE2Ow0KLSAJCQkJcFs0XSA9IGhp c2FkZHIgPj4gODsNCi0gCQkJCXBbNV0gPSBoaXNhZGRyOw0KICAJCQl9DQog IAkJCWJyZWFrOw0KICAJCX0NCiAgCQkvKiBBZGQgdGhlIG9wdGlvbiB0byBu YWsnZWQgbGlzdC4gKi8NCi0tLSAyNjY4LDI2NzggLS0tLQ0KICAJCQkJCWFk ZGxvZygiJXMgW25vdCBhZ3JlZWRdICIsDQogIAkJCQkJCXNwcHBfZG90dGVk X3F1YWQoZGVzaXJlZGFkZHIpKTsNCiAgDQogIAkJCX0NCisgCQkJcFsyXSA9 IGhpc2FkZHIgPj4gMjQ7DQorIAkJCXBbM10gPSBoaXNhZGRyID4+IDE2Ow0K KyAJCQlwWzRdID0gaGlzYWRkciA+PiA4Ow0KKyAJCQlwWzVdID0gaGlzYWRk cjsNCiAgCQkJYnJlYWs7DQogIAkJfQ0KICAJCS8qIEFkZCB0aGUgb3B0aW9u IHRvIG5haydlZCBsaXN0LiAqLw0K --0-1493779314-926332823=:682-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 4:29: 7 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 6E70B14FD0 for ; Mon, 10 May 1999 04:29:03 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1687 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 13:28:23 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10goEP-00001sC; Mon, 10 May 99 13:28 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Lost patches for if_spppsubr.c in FreeBSD-3.1 In-Reply-To: from Andreas Haakh at "May 10, 99 12:40:43 pm" To: ah@alvman.RoBIN.de (Andreas Haakh) Date: Mon, 10 May 1999 13:28:21 +0200 (METDST) 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: 817 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Andreas Haakh: > somhow the following patch did not make it into FreeBSD-3.1-Stable and > perhaps -Current?? They are not in the FreeBSD tree (AFAIK) but only in i4b 0.80 yet. There is a good chance that they will be committed to -current when i4b 0.8x will be commited. And no, i don't plan to commit or merge anything to stable (with the possible exception of fixing support for the AVM PCI and ELSA PCC cards and any necessary /etc/rc changes, if they are necessary). 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 May 10 4:48:25 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 1870814F6F for ; Mon, 10 May 1999 04:48:21 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2302 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 10 May 1999 13:48:20 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10goXk-00005UC; Mon, 10 May 99 13:48 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: I want isp0 *down* after a reboot.. In-Reply-To: <199905100925.LAA39261@peedub.muc.de> from Gary Jennejohn at "May 10, 99 11:25:59 am" To: freebsd-isdn@freebsd.org (ISDN Mailinglist) Date: Mon, 10 May 1999 13:48:20 +0200 (METDST) 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: 1495 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone who is affected by this please verify the patch ? > I think that this patch should work. Basically, don't start the i4b > stuff until the interfaces have been initialized. NOTE that this is not > tested, I use a different mechanism. > > *** /u1/src/etc/rc.network Wed Apr 14 22:50:38 1999 > --- rc.network Mon May 10 11:21:50 1999 > *************** > *** 31,41 **** > atm_pass1 > fi > > - # ISDN subsystem startup > - if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > - . /etc/rc.isdn > - fi > - > # Special options for sppp(4) interfaces go here. These need > # to go _before_ the general ifconfig section, since in the case > # of hardwired (no link1 flag) but required authentication, you > --- 31,36 ---- > *************** > *** 79,84 **** > --- 74,84 ---- > fi > ifconfig ${ifn} > done > + > + # ISDN subsystem startup > + if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > + . /etc/rc.isdn > + fi > > # Initialize IP filtering using ipfw > echo "" > > --- > Gary Jennejohn > Home - garyj@muc.de > Work - garyj@fkr.dec.com 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 May 10 7:15:25 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.vo.lu (orion.telephonie.lu [212.24.194.7]) by hub.freebsd.org (Postfix) with ESMTP id 454BA1569B for ; Mon, 10 May 1999 07:15:17 -0700 (PDT) (envelope-from jbh@ddl.lu) Received: from ddl.lu ([212.24.192.64]) by orion.vo.lu (Post.Office MTA v3.5.3 release 223 ID# 0-52903U2400L200S0V35) with ESMTP id lu for ; Mon, 10 May 1999 16:15:19 +0200 Message-ID: <3736E996.85E55063@ddl.lu> Date: Mon, 10 May 1999 16:13:42 +0200 From: Joakim Hernberg Organization: Digital Design Luxembourg sarl X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: isdnd.rates Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Fist of all thanks to Helmuth for a wonderful driver, I hope you have recieved my registration fee ;-) I would like to contribute an isdnd.rates file for Luxembourg. I have already completed the standard (normal ISDN call) section where a charge unit has a varying lenght depending on the time of day. This is what would be used for all isdn connections inside of Luxembourg, except for internet access through the PT. When accessing the internet through the PT each charging unit is 60 seconds long, but has a varying price depending on the time of day. Is there some mechanism where the actual cost per charging unit could be specified ? -- Joakim Hernberg Digital Design Luxembourg sarl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 7:36:19 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.vo.lu (orion.telephonie.lu [212.24.194.7]) by hub.freebsd.org (Postfix) with ESMTP id 549FD14BD6 for ; Mon, 10 May 1999 07:36:15 -0700 (PDT) (envelope-from jbh@ddl.lu) Received: from ddl.lu ([212.24.192.69]) by orion.vo.lu (Post.Office MTA v3.5.3 release 223 ID# 0-52903U2400L200S0V35) with ESMTP id lu for ; Mon, 10 May 1999 16:36:18 +0200 Message-ID: <3736EE90.51DC83A7@ddl.lu> Date: Mon, 10 May 1999 16:34:56 +0200 From: Joakim Hernberg Organization: Digital Design Luxembourg sarl X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: overinstall.sh and overuninstall.sh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I am not very good at shell programming, so I don't really know if I'm missing something. I had some problems getting natd running on 3.1-R and tried to install I4B 0.71 on top of 3.1-R. When I tried to uninstall with overuninstall.sh and recompiled the kernel, I ended up with 0.70 in the kernel, and 0.71 in userland. Should not the userland utilities be backed up / restored aswell ? -- Joakim Hernberg Digital Design Luxembourg sarl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 7:46:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.vo.lu (orion.telephonie.lu [212.24.194.7]) by hub.freebsd.org (Postfix) with ESMTP id 7281A15193 for ; Mon, 10 May 1999 07:46:47 -0700 (PDT) (envelope-from jbh@ddl.lu) Received: from ddl.lu ([212.24.192.72]) by orion.vo.lu (Post.Office MTA v3.5.3 release 223 ID# 0-52903U2400L200S0V35) with ESMTP id lu for ; Mon, 10 May 1999 16:46:50 +0200 Message-ID: <3736F15A.802BFC06@ddl.lu> Date: Mon, 10 May 1999 16:46:50 +0200 From: Joakim Hernberg Organization: Digital Design Luxembourg sarl X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: GENERIC + LINT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Should not the GENERIC and LINT files be updated with the I4B entries (commented out) in the FreeBSD distributions containing I4B. I had quite a time trying to find the correct entries for the kernel config file when I tried to enable the version distributed with 3.1-R. Maybe not everyone knows where to download I4B. -- Joakim Hernberg Digital Design Luxembourg sarl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 7:47: 0 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.vo.lu (orion.telephonie.lu [212.24.194.7]) by hub.freebsd.org (Postfix) with ESMTP id 968AC14BD6 for ; Mon, 10 May 1999 07:46:57 -0700 (PDT) (envelope-from jbh@ddl.lu) Received: from ddl.lu ([212.24.192.72]) by orion.vo.lu (Post.Office MTA v3.5.3 release 223 ID# 0-52903U2400L200S0V35) with ESMTP id lu for ; Mon, 10 May 1999 16:47:01 +0200 Message-ID: <3736F167.2975335@ddl.lu> Date: Mon, 10 May 1999 16:47:03 +0200 From: Joakim Hernberg Organization: Digital Design Luxembourg sarl X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: GENERIC + LINT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Should not the GENERIC and LINT files be updated with the I4B entries (commented out) in the FreeBSD distributions containing I4B. I had quite a time trying to find the correct entries for the kernel config file when I tried to enable the version distributed with 3.1-R. Maybe not everyone knows where to download I4B. -- Joakim Hernberg Digital Design Luxembourg sarl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 7:53:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gorilla.mchh.siemens.de (gorilla.mchh.siemens.de [194.138.158.18]) by hub.freebsd.org (Postfix) with ESMTP id B6FCE1583C for ; Mon, 10 May 1999 07:53:41 -0700 (PDT) (envelope-from gax43544@icn.siemens.de) Received: from blues.mchh.siemens.de ([194.138.158.227]) by gorilla.mchh.siemens.de (8.8.7/8.8.7) with ESMTP id QAA07676; Mon, 10 May 1999 16:52:46 +0200 (MET DST) Received: from demchh2msx.icn.siemens.de (root@[132.29.102.62]) by blues.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id QAA18871; Mon, 10 May 1999 16:52:09 +0200 (MET DST) Received: from koerk (gax43544@koerk [132.37.2.21]) by demchh2msx.icn.siemens.de (8.9.1/8.9.1) with ESMTP id QAA09631; Mon, 10 May 1999 16:53:23 +0200 (MET DST) Received: from localhost by koerk (8.8.8+Sun/SMI-SVR4) id QAA13071; Mon, 10 May 1999 16:53:16 +0200 (MET DST) Date: Mon, 10 May 1999 16:53:16 +0200 (MET DST) From: Andreas Gaertner Reply-To: andreas.gaertner.gp@icn.siemens.de To: Joakim Hernberg Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: GENERIC + LINT In-Reply-To: <3736F15A.802BFC06@ddl.lu> 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, 10 May 1999, Joakim Hernberg wrote: > Hello, > > Should not the GENERIC and LINT files be updated with the I4B entries > (commented out) in the FreeBSD distributions containing I4B. I had i4b is part of LINT provided you were talking about 3.1 release. regards, anderl Andreas Gaertner, UNIX Systemadministration ICN CN23 [Fa. CLASS] andreas.gaertner.gp@icn.siemens.de http://www.kirk.muc.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 8:24:32 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.vo.lu (orion.telephonie.lu [212.24.194.7]) by hub.freebsd.org (Postfix) with ESMTP id 9EDA11511E for ; Mon, 10 May 1999 08:24:27 -0700 (PDT) (envelope-from jbh@ddl.lu) Received: from ddl.lu ([212.24.192.100]) by orion.vo.lu (Post.Office MTA v3.5.3 release 223 ID# 0-52903U2400L200S0V35) with ESMTP id lu; Mon, 10 May 1999 17:24:30 +0200 Message-ID: <3736FA2E.47C6E1E2@ddl.lu> Date: Mon, 10 May 1999 17:24:30 +0200 From: Joakim Hernberg Organization: Digital Design Luxembourg sarl X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: andreas.gaertner.gp@icn.siemens.de, freebsd-isdn@freebsd.org Subject: Re: GENERIC + LINT References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Gaertner wrote: > i4b is part of LINT provided you were talking about 3.1 release. Oops, taking foot out of mouth. I have no idea how I managed to miss that one. Just looked in my 3.1-R stable LINT from 19 April, and there it was. I'm sorry for the mistake. -- Joakim Hernberg Digital Design Luxembourg sarl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 8:26:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from indyio.rz.uni-sb.de (indyio.rz.uni-sb.de [134.96.7.3]) by hub.freebsd.org (Postfix) with ESMTP id 57D1615830 for ; Mon, 10 May 1999 08:26:11 -0700 (PDT) (envelope-from netchild@Vodix.CS.Uni-SB.de) Received: from mars.rz.uni-sb.de (mars.rz.uni-sb.de [134.96.7.5]) by indyio.rz.uni-sb.de (8.8.8/8.8.7/8.7.7) with ESMTP id RAA637208; Mon, 10 May 1999 17:26:08 +0200 (CST) Received: from work.net.local (maxtnt-140.telip.uni-sb.de [134.96.71.11]) by mars.rz.uni-sb.de (8.8.8/8.8.4/8.8.2) with ESMTP id RAA21394; Mon, 10 May 1999 17:26:07 +0200 (CST) Received: from Vodix.CS.Uni-SB.de (localhost.net.local [127.0.0.1]) by work.net.local (8.9.3/8.9.3) with ESMTP id RAA93600; Mon, 10 May 1999 17:25:54 +0200 (CEST) (envelope-from netchild@Vodix.CS.Uni-SB.de) Message-Id: <199905101525.RAA93600@work.net.local> Date: Mon, 10 May 1999 17:25:53 +0200 (CEST) From: A.Leidinger@Wurzelausix.CS.Uni-SB.de Subject: Re: irritating messages in all ttyv's To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 10 May, Hellmuth Michaelis wrote: > This is the error (!) message that layer 1 could not be accessed by the > upper layers (persistent deactivation). So the following means I have a problem? May 10 14:48:25 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated May 10 15:40:40 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated [Incoming call at 15:41] May 10 15:44:28 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > The message is either a real error or an implementation problem due to > a different timing or so at your site (are you connected to a PBX ?) and > it would be nice if this could be verified somehow. If I remember correctly it shows up after a hangup of the phone/isdn-card. Not immediatly, but a short time after it. - I4B 0.71 (freebsd-current) - Fritz classic (connected to an Eumex 306) - What's a PBX? Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 10:28:26 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from dominik.saargate.de (domi.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 1B21B14F68 for ; Mon, 10 May 1999 10:28:23 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.3/8.8.7) with ESMTP id SAA72753; Mon, 10 May 1999 18:16:08 +0200 (CEST) (envelope-from domi@saargate.de) Date: Mon, 10 May 1999 18:16:08 +0200 (CEST) From: Dominik Brettnacher To: "A.Leidinger@Wurzelausix.CS.Uni-SB.de" Cc: hm@hcs.de, freebsd-isdn@freebsd.org Subject: Re: irritating messages in all ttyv's 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 Mon, 10 May 1999, A.Leidinger@Wurzelausix.CS.Uni-SB.de wrote: > May 10 15:44:28 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated This happens here every first time ISDN is used (dialout or incoming (telephone) call) after a reboot. - FreeBSD 3.1-STABLE with included i4b - AVM Fritz! classic -- Dominik - http://www.saargate.de/~domi/ "Wir brauchen jetzt aktuelle politische Lieder." - Nina Hagen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 14:37:56 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 4BD611506B for ; Mon, 10 May 1999 14:37:44 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA12114; Mon, 10 May 1999 23:21:57 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA00458; Mon, 10 May 1999 23:28:26 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905102128.XAA00458@yedi.iaf.nl> Subject: Re: I want isp0 *down* after a reboot.. In-Reply-To: from Hellmuth Michaelis at "May 10, 1999 1:48:20 pm" To: hm@hcs.de Date: Mon, 10 May 1999 23:28:26 +0200 (CEST) Cc: freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Hellmuth Michaelis wrote ... > Can someone who is affected by this please verify the patch ? I tried, and i4b is started just fine. I still get the dialout on reboot though. I'll try instrumenting rc.network what happens when exactly. Will probably tomorrow night before I have time to do so. I guess it must be named or sendmail starting that triggers the dialout. ifconfig isp down still gives me an UP interface. Thanks, Wilko > > I think that this patch should work. Basically, don't start the i4b > > stuff until the interfaces have been initialized. NOTE that this is not > > tested, I use a different mechanism. > > > > *** /u1/src/etc/rc.network Wed Apr 14 22:50:38 1999 > > --- rc.network Mon May 10 11:21:50 1999 > > *************** > > *** 31,41 **** > > atm_pass1 > > fi > > > > - # ISDN subsystem startup > > - if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > > - . /etc/rc.isdn > > - fi > > - > > # Special options for sppp(4) interfaces go here. These need > > # to go _before_ the general ifconfig section, since in the case > > # of hardwired (no link1 flag) but required authentication, you > > --- 31,36 ---- > > *************** > > *** 79,84 **** > > --- 74,84 ---- > > fi > > ifconfig ${ifn} > > done > > + > > + # ISDN subsystem startup > > + if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then > > + . /etc/rc.isdn > > + fi > > > > # Initialize IP filtering using ipfw > > echo "" Groeten / Cheers, | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Mon May 10 14:38:56 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id A493415359 for ; Mon, 10 May 1999 14:37:44 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA12111; Mon, 10 May 1999 23:21:56 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA01525; Mon, 10 May 1999 23:11:06 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905102111.XAA01525@yedi.iaf.nl> Subject: Re: irritating messages in all ttyv's In-Reply-To: <4.1.19990510105652.00b78100@pop.roberts.nl> from Luke Roberts at "May 10, 1999 11: 4:39 am" To: luke@roberts.nl (Luke Roberts) Date: Mon, 10 May 1999 23:11:06 +0200 (CEST) Cc: freebsd-isdn@FreeBSD.ORG, hm@hcs.de X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Luke Roberts wrote ... > Hi Hellmuth, > > >> May 8 12:59:09 dilis /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > > > >This is the error (!) message that layer 1 could not be accessed by the > >upper layers (persistent deactivation). > > Hmm... what does this mean exactly? Should I not be able to make a connection? > > >The message is either a real error or an implementation problem due to > >a different timing or so at your site (are you connected to a PBX ?) and > >it would be nice if this could be verified somehow. > > Strange error, because the whole configuration now works fantasticly. I use > FreeBSD 2.2.7 stable and i4 0.71 together with NATd and Firewall as a > gateway machine to the internet. FWIW I've also seen this here in Arnhem, on multiple machines running 2.2.8-stable and Teles 16.3. I've never worried about the messages because everything just keeps on running brilliantly. > The Teles 16.3 ISA card is connected directly to the NT1 ISDN S0 bus. There > is a PBX hooked up to the other port of the NT1 but could this be the > problem? (that's if this is a problem cause all works fine ;-) I think cabling can be ruled out because I've also seen it occur on a CAT5 cable going straight to the NT1 of Dutch Telecom. I installed the cable myself and had the PTT guy run his ISDN tester on it while he drank coffee. Excellent cabling was the end verdict. Groeten / Cheers, | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Mon May 10 17:44:42 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.dinoex.sub.org (unknown [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 93C4915721 for ; Mon, 10 May 1999 17:43:27 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id CAA26692 for freebsd-isdn@FreeBSD.ORG; Tue, 11 May 1999 02:16:10 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id WAA25206 for ; Mon, 10 May 1999 22:10:08 +0200 (CEST) To: freebsd-isdn@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: isdn4bsd beta 0.80 released Date: Mon, 10 May 1999 22:08:57 +0200 X-Mailer: Dinoex 1.70 References: X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.78] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990510000000S+2@dinoex.sub.org Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis wrote:, > Buy a new SCSI controller. 0.8x (i think there will be an 0.81) will be the > last release to support FreeBSD < 3.x. [Imagine on] What will I have to do? I buy an new ISA controller .. ... hmm only PCI to found ... I by an new Motherboard ... ... with new RAM ... ... and an new Vidocard ... ... ahhh, need an ATX power supply ... ... and a new tower case ... WHere do I put my serial cards ?? ... my old board is full with 8 ISA slots ... ... I may shift to an PCI isa-card ... ... need a new multiport .... Looking back I might keep my keyboard and the ISDN card. [Imagine off] Serious, All I need is create a bootdisk to write the driver. kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 10 23: 5:31 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id EB068158E4 for ; Mon, 10 May 1999 23:05:27 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id IAA29440 for ; Tue, 11 May 1999 08:05:26 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id IAA25579 for ; Tue, 11 May 1999 08:05:26 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id IAA04739 for ; Tue, 11 May 1999 08:05:54 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id GAA02400 for freebsd-isdn@FreeBSD.ORG; Tue, 11 May 1999 06:05:54 GMT (envelope-from ust) Date: Tue, 11 May 1999 08:05:54 +0200 From: Udo Schweigert To: freebsd-isdn@FreeBSD.ORG Subject: Re: isdn4bsd beta 0.80 released Message-ID: <19990511080554.A2152@alaska.cert.siemens.de> Mail-Followup-To: freebsd-isdn@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Dirk Meyer on Mon, May 10, 1999 at 10:08:57PM +0200 X-Operating-System: FreeBSD 3.2-BETA Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 10, 1999 at 10:08:57PM +0200, Dirk Meyer wrote: > Hellmuth Michaelis wrote:, > > > Buy a new SCSI controller. 0.8x (i think there will be an 0.81) will be the > > last release to support FreeBSD < 3.x. > > [Imagine on] > What will I have to do? > I buy an new ISA controller .. > ... hmm only PCI to found ... > I by an new Motherboard ... > ... with new RAM ... > ... and an new Vidocard ... > ... ahhh, need an ATX power supply ... > ... and a new tower case ... > WHere do I put my serial cards ?? > ... my old board is full with 8 ISA slots ... > ... I may shift to an PCI isa-card ... > ... need a new multiport .... > Looking back I might keep my keyboard and the ISDN card. > [Imagine off] > > Serious, All I need is create a bootdisk to write the driver. > > kind regards Dirk > Hello, as i told Hellmuth in preparing 0.80 i will try to do compatibilty tests on 2.2.8-STABLE until the next FreeBSD-RELEASE after 3.2 (i expect: 3.3 in July). So chances are good that it will work for you ´til then. But there is no guaranty, that it will work, because Hellmuth is working for 3.x and 4.0 and my focus is on PCMCIA, so changes in i4b which will cause much work for 2.2.x can make i4b not working on 2.2.x. Thus the statement that 0.80 is the last i4b-release with 2.2.x-support rised. When 3.3 is released i will drop 2.2.x for compatibilty tests of 3.1 and 3.2. Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 11 0:28:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mailgrd.orion.no (postkontor.orion.no [194.143.1.101]) by hub.freebsd.org (Postfix) with ESMTP id 1A18A15914 for ; Tue, 11 May 1999 00:28:56 -0700 (PDT) (envelope-from raymond@orion.no) Received: from postkontor.orion.no (unverified [62.92.20.132]) by mailgrd.orion.no (Integralis SMTPRS 2.04) with ESMTP id ; Tue, 11 May 1999 09:29:43 +0200 Received: from foobar.orion.no by postkontor.orion.no with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id J865MXS7; Tue, 11 May 1999 09:29:11 +0200 X-Mailer: 21.2 "Clio" XEmacs Lucid (beta12) (via feedmail 8 I); VM 6.67 under 21.2 "Clio" XEmacs Lucid (beta12) From: "Raymond Wiker" MIME-Version: 1.0 Message-Id: <14135.56401.276525.684635@foobar.orion.no> Date: Tue, 11 May 1999 09:29:20 +0200 (CEST) To: freebsd-isdn@FreeBSD.ORG Subject: Re: I want isp0 *down* after a reboot.. In-Reply-To: <199905102128.XAA00458@yedi.iaf.nl> References: <199905102128.XAA00458@yedi.iaf.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: > I guess it must be named or sendmail starting that triggers the dialout. > ifconfig isp down still gives me an UP interface. sendmail is definitely a good candidate... One way of checking this is to disable isdn (by not starting isdnd, I guess) and see whether the boot process hangs for approximately a minute when it reaches sendmail. //Raymond. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 11 0:44:43 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 95F151507B for ; Tue, 11 May 1999 00:44:26 -0700 (PDT) (envelope-from netchild@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999031900) with ESMTP id JAA10881; Tue, 11 May 1999 09:44:16 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (quadratix.cs.uni-sb.de [134.96.222.2]) by cs.uni-sb.de (8.9.3/1999031900) with ESMTP id JAA04791; Tue, 11 May 1999 09:44:14 +0200 (CEST) X-Authentication-Warning: mail.cs.uni-sb.de: Host quadratix.cs.uni-sb.de [134.96.222.2] claimed to be wurzelausix.cs.uni-sb.de Received: from wurzelausix.cs.uni-sb.de (IDENT:z5BA/ThWkDfLj/qv8gTBVIERA5O0Z7ai@localhost [127.0.0.1]) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) with ESMTP id JAA02097; Tue, 11 May 1999 09:44:08 +0200 (CEST) Message-Id: <199905110744.JAA02097@wurzelausix.cs.uni-sb.de> Date: Tue, 11 May 1999 09:44:06 +0200 (CEST) From: Alexander Leidinger Subject: Re: irritating messages in all ttyv's To: domi@saargate.de Cc: A.Leidinger@wurzelausix.CS.Uni-SB.DE, hm@hcs.de, freebsd-isdn@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 10 May, Dominik Brettnacher wrote: >> May 10 15:44:28 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > > This happens here every first time ISDN is used (dialout or incoming > (telephone) call) after a reboot. My machine was up from 11am to 11pm. No reboot. But I have more than one line like the above in my syslog in the specified time. Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 11 0:49:33 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 98AA414C9A for ; Tue, 11 May 1999 00:49:30 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id JAA06184 for ; Tue, 11 May 1999 09:49:30 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id JAA09704 for ; Tue, 11 May 1999 09:49:29 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id JAA04950 for ; Tue, 11 May 1999 09:49:57 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id HAA02887 for freebsd-isdn@FreeBSD.ORG; Tue, 11 May 1999 07:49:57 GMT (envelope-from ust) Date: Tue, 11 May 1999 09:49:57 +0200 From: Udo Schweigert To: freebsd-isdn@FreeBSD.ORG Subject: Re: I want isp0 *down* after a reboot.. Message-ID: <19990511094957.A2870@alaska.cert.siemens.de> Mail-Followup-To: freebsd-isdn@FreeBSD.ORG References: <199905102128.XAA00458@yedi.iaf.nl> <14135.56401.276525.684635@foobar.orion.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.3i In-Reply-To: <14135.56401.276525.684635@foobar.orion.no>; from Raymond Wiker on Tue, May 11, 1999 at 09:29:20AM +0200 X-Operating-System: FreeBSD 3.2-BETA Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 11, 1999 at 09:29:20AM +0200, Raymond Wiker wrote: > Wilko Bulte writes: > > I guess it must be named or sendmail starting that triggers the dialout. > > ifconfig isp down still gives me an UP interface. > > sendmail is definitely a good candidate... One way of checking > this is to disable isdn (by not starting isdnd, I guess) and see > whether the boot process hangs for approximately a minute when it > reaches sendmail. > A possible solution might be, to have hosts bind in /etc/host.conf and to have a line with your hostname in /etc/hosts. If think this solved it for me (now i´m running named on this machine, so i can´t really confirm this). Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 11 1: 0: 3 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 84DE215C39 for ; Tue, 11 May 1999 00:59:53 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2435 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 11 May 1999 09:59:10 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10h7RT-00005UC; Tue, 11 May 99 09:59 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: isdn4bsd beta 0.80 released In-Reply-To: from Dirk Meyer at "May 10, 99 10:08:57 pm" To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Date: Tue, 11 May 1999 09:59:06 +0200 (METDST) 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: 1597 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Buy a new SCSI controller. 0.8x (i think there will be an 0.81) will be the > > last release to support FreeBSD < 3.x. > > [Imagine on] > What will I have to do? > I buy an new ISA controller .. > ... hmm only PCI to found ... > I by an new Motherboard ... > ... with new RAM ... > ... and an new Vidocard ... > ... ahhh, need an ATX power supply ... > ... and a new tower case ... > WHere do I put my serial cards ?? > ... my old board is full with 8 ISA slots ... > ... I may shift to an PCI isa-card ... > ... need a new multiport .... > Looking back I might keep my keyboard and the ISDN card. > [Imagine off] There are several other ways to go, such as buying used hardware or writing a driver for your card - its just like in the real life, at some point one has to invest either time or money as things don't tend to stay the way they used to be: you all know that. Other than that, i consider 0.8x stable in such a way, that it will continue to run for a long time. Bottom line is, that 0.8x will be the last release to support FreeBSD < 3, the source is already cluttered with ifdefs and stange constructs for that and i _will_ remove this mess to keep it easily maintainable. I'm sorry for the problems this will cause but i have to draw a line somewhere. 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 May 11 1:22:42 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from custos.callcenter.systemhaus.net (unknown [62.152.9.34]) by hub.freebsd.org (Postfix) with ESMTP id 9747915E10 for ; Tue, 11 May 1999 01:22:33 -0700 (PDT) (envelope-from listmail@helena.callcenter.systemhaus.net) Received: (from smap@localhost) by custos.callcenter.systemhaus.net (8.8.5/8.8.5) id KAA15814; Tue, 11 May 1999 10:22:02 +0200 (CEST) Received: from helena.otelo-call.de(194.233.120.14) by custos.otelo-call.de via smap (V2.1) id xma015812; Tue, 11 May 99 10:21:57 +0200 Received: (from listmail@localhost) by helena.otelo-call.de (8.8.5/8.8.5) id KAA18873; Tue, 11 May 1999 10:21:56 +0200 (MET DST) From: Christoph Weber-Fahr Message-Id: <199905110821.KAA18873@helena.otelo-call.de> Subject: Re: isdn4bsd beta 0.80 released In-Reply-To: from Dirk Meyer at "May 10, 99 10:08:57 pm" To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Date: Tue, 11 May 1999 10:21:56 +0200 (MET DST) Cc: freebsd-isdn@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31H (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 Hello, > > Buy a new SCSI controller. 0.8x (i think there will be an 0.81) will be the > > last release to support FreeBSD < 3.x. > > [Imagine on] > What will I have to do? > I buy an new ISA controller .. > ... hmm only PCI to found ... [rest of tragedy deleted] You should still be able to buy Adaptec 1542C ISA controllers. Admittedly this is an expensive beast these days; OTOH it was always the reference card for ISA/SCSI. Regards Christoph Weber-Fahr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 11 2:21:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 765F614F77 for ; Tue, 11 May 1999 02:21:37 -0700 (PDT) (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 LAA81094 for ; Tue, 11 May 1999 11:19:03 +0200 (CEST) Message-Id: <199905110919.LAA81094@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: isdn4bsd beta 0.80 released Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 11 May 1999 10:21:56 +0200." <199905110821.KAA18873@helena.otelo-call.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 11 May 1999 11:19:03 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christoph Weber-Fahr writes: >Hello, > >> > Buy a new SCSI controller. 0.8x (i think there will be an 0.81) will be th >e >> > last release to support FreeBSD < 3.x. >> >> [Imagine on] >> What will I have to do? >> I buy an new ISA controller .. >> ... hmm only PCI to found ... > >[rest of tragedy deleted] > >You should still be able to buy Adaptec 1542C ISA controllers. > >Admittedly this is an expensive beast these days; OTOH it was always >the reference card for ISA/SCSI. > I ased Dirk what he has, and he _is_ using 1542's. But without a BIOS. Apparently the CAM stuff broke support for BIOS-less 1542's. Dirk, you could always try sending a mail to freebsd-scsi@freebsd.org and asking if anyone knows of a work around. --- 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 Wed May 12 0:27:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 0E4DB14D25 for ; Wed, 12 May 1999 00:27:43 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2080 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 09:26:43 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hTPd-0000fMC; Wed, 12 May 99 09:26 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: isdnd.rates In-Reply-To: <3736E996.85E55063@ddl.lu> from Joakim Hernberg at "May 10, 99 04:13:42 pm" To: jbh@ddl.lu (Joakim Hernberg) Date: Wed, 12 May 1999 09:26:41 +0200 (METDST) 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: 1286 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Joakim Hernberg: > Fist of all thanks to Helmuth for a wonderful driver, I hope you have > recieved my registration fee ;-) I did. And in fact i appreciate those postcards very much! > I would like to contribute an isdnd.rates file for Luxembourg. I have > already completed the standard (normal ISDN call) section where a charge > unit has a varying lenght depending on the time of day. This is what > would be used for all isdn connections inside of Luxembourg, except for > internet access through the PT. > > When accessing the internet through the PT each charging unit is 60 > seconds long, but has a varying price depending on the time of day. Is > there some mechanism where the actual cost per charging unit could be > specified ? Have a look at the rates file for the British Telecom. Related to this is the isdnd.rc keyword "idle-algorithm-outgoing" where you can specify which of both types of charging algorithms you need. 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 May 12 0:29:27 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id CF9AF152C4 for ; Wed, 12 May 1999 00:29:25 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1734 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 09:28:48 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hTRg-0000fMC; Wed, 12 May 99 09:28 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: overinstall.sh and overuninstall.sh In-Reply-To: <3736EE90.51DC83A7@ddl.lu> from Joakim Hernberg at "May 10, 99 04:34:56 pm" To: jbh@ddl.lu (Joakim Hernberg) Date: Wed, 12 May 1999 09:28:47 +0200 (METDST) 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: 916 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Joakim Hernberg: > I am not very good at shell programming, so I don't really know if I'm > missing something. I had some problems getting natd running on 3.1-R > and tried to install I4B 0.71 on top of 3.1-R. When I tried to > uninstall with overuninstall.sh and recompiled the kernel, I ended up > with 0.70 in the kernel, and 0.71 in userland. Should not the userland > utilities be backed up / restored aswell ? No, they are not backed up. They have to be rebuild from source after using the uninstall scripts. In case someone cares, i'll happily accept diffs :-) 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 May 12 0:31: 8 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 3CD33152C4 for ; Wed, 12 May 1999 00:30:59 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1680 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 09:30:59 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hTTn-0000fMC; Wed, 12 May 99 09:30 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: irritating messages in all ttyv's In-Reply-To: <199905101525.RAA93600@work.net.local> from "A.Leidinger@Wurzelausix.CS.Uni-SB.de" at "May 10, 99 05:25:53 pm" To: A.Leidinger@Wurzelausix.CS.Uni-SB.de Date: Wed, 12 May 1999 09:30:58 +0200 (METDST) 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: 771 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > This is the error (!) message that layer 1 could not be accessed by the > > upper layers (persistent deactivation). > > So the following means I have a problem? > May 10 14:48:25 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated As i said, it could mean either - yes, you have a problem - no, i have a problem because its a bug. I'd like to find out, but i cannot reproduce it here. > - What's a PBX? Private Branch Exchange. 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 May 12 1:11:28 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id D5F4314C12 for ; Wed, 12 May 1999 01:10:59 -0700 (PDT) (envelope-from netchild@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999031900) with ESMTP id KAA17245; Wed, 12 May 1999 10:10:43 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (quadratix.cs.uni-sb.de [134.96.222.2]) by cs.uni-sb.de (8.9.3/1999031900) with ESMTP id KAA18291; Wed, 12 May 1999 10:10:43 +0200 (CEST) X-Authentication-Warning: mail.cs.uni-sb.de: Host quadratix.cs.uni-sb.de [134.96.222.2] claimed to be wurzelausix.cs.uni-sb.de Received: from wurzelausix.cs.uni-sb.de (IDENT:86FF+UxksT+iSGA7LUXcNd06P+Pcedup@localhost [127.0.0.1]) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) with ESMTP id KAA09641; Wed, 12 May 1999 10:10:29 +0200 (CEST) Message-Id: <199905120810.KAA09641@wurzelausix.cs.uni-sb.de> Date: Wed, 12 May 1999 10:10:27 +0200 (CEST) From: Alexander Leidinger Subject: Re: irritating messages in all ttyv's To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12 May, Hellmuth Michaelis wrote: >> So the following means I have a problem? >> May 10 14:48:25 work /kernel: i4b-L1-timer4_expired: state = F3 Deactivated > > As i said, it could mean either > > - yes, you have a problem > - no, i have a problem because its a bug. > > I'd like to find out, but i cannot reproduce it here. Anything I can do (activating debug messages, applying patches)? I think its easy to reproduce here. Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 1:30: 0 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id C9C8F15140 for ; Wed, 12 May 1999 01:29:56 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1674 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 10:29:55 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hUOp-0000e7C; Wed, 12 May 99 10:29 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: irritating messages in all ttyv's In-Reply-To: <199905120810.KAA09641@wurzelausix.cs.uni-sb.de> from Alexander Leidinger at "May 12, 99 10:10:27 am" To: netchild@wurzelausix.CS.Uni-SB.DE (Alexander Leidinger) Date: Wed, 12 May 1999 10:29:54 +0200 (METDST) 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: 758 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Alexander Leidinger: > > As i said, it could mean either > > > > - yes, you have a problem > > - no, i have a problem because its a bug. > > > > I'd like to find out, but i cannot reproduce it here. > > Anything I can do (activating debug messages, applying patches)? > I think its easy to reproduce here. Yes, its easy: find it out! :-) Trace the operation, compare with the standards, look at the code .... 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 May 12 1:52:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 51E2E1503E for ; Wed, 12 May 1999 01:52:25 -0700 (PDT) (envelope-from netchild@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999031900) with ESMTP id KAA17507; Wed, 12 May 1999 10:52:07 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (quadratix.cs.uni-sb.de [134.96.222.2]) by cs.uni-sb.de (8.9.3/1999031900) with ESMTP id KAA18814; Wed, 12 May 1999 10:52:07 +0200 (CEST) X-Authentication-Warning: mail.cs.uni-sb.de: Host quadratix.cs.uni-sb.de [134.96.222.2] claimed to be wurzelausix.cs.uni-sb.de Received: from wurzelausix.cs.uni-sb.de (IDENT:7cQyMMWE6RyRy9uuM5bao8J//oyRZ65r@localhost [127.0.0.1]) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) with ESMTP id KAA10594; Wed, 12 May 1999 10:52:03 +0200 (CEST) Message-Id: <199905120852.KAA10594@wurzelausix.cs.uni-sb.de> Date: Wed, 12 May 1999 10:52:00 +0200 (CEST) From: Alexander Leidinger Subject: Re: irritating messages in all ttyv's To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12 May, Hellmuth Michaelis wrote: >> Anything I can do (activating debug messages, applying patches)? >> I think its easy to reproduce here. > > Yes, its easy: find it out! :-) Trace the operation, compare with the > standards, look at the code .... I didn't have the time at the moment to do that (I didn't only have to look at the code, I have to understand the code and the standards). Enabling debug output, run test progs, patching the sources and mailing the output to someone is something I could do, but thats all. A little note: I thought the message is normal. I get it since I use I4B and I haven't found anything I could I4B blame for (great work!). Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 1:57:48 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from custos.callcenter.systemhaus.net (unknown [62.152.9.34]) by hub.freebsd.org (Postfix) with ESMTP id B3074153CA for ; Wed, 12 May 1999 01:57:42 -0700 (PDT) (envelope-from listmail@helena.callcenter.systemhaus.net) Received: (from smap@localhost) by custos.callcenter.systemhaus.net (8.8.5/8.8.5) id KAA19408 for ; Wed, 12 May 1999 10:57:41 +0200 (CEST) Received: from helena.otelo-call.de(194.233.120.14) by custos.otelo-call.de via smap (V2.1) id xma019406; Wed, 12 May 99 10:57:39 +0200 Received: (from listmail@localhost) by helena.otelo-call.de (8.8.5/8.8.5) id KAA21840 for freebsd-isdn@freebsd.org; Wed, 12 May 1999 10:57:39 +0200 (MET DST) From: Christoph Weber-Fahr Message-Id: <199905120857.KAA21840@helena.otelo-call.de> Subject: Re: irritating messages in all ttyv's In-Reply-To: from Hellmuth Michaelis at "May 12, 99 09:30:58 am" To: hm@hcs.de Date: Wed, 12 May 1999 10:57:01 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL31H (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 Hallo, > > - What's a PBX? > > Private Branch Exchange. Now he knows! Ha! :-) More localized: 'Telefonanlage'. It's a term from the Telecommunications Industry. 'Private' doesn't imply anything non-business related, but simply means customer equipment from their point of view. It's main property is that 'we do not own it'. (The whole telco terminology is riddled with this slightly strange point of view, cf the mess with 'DCE' and 'DEE') Not suprisingly the opposite thing (die 'Vermittlungsstelle') is typically not called 'Public Branch Exchange (PBX)', either :-) Regards Christoph Weber-Fahr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 2: 4:45 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from fredead.systems.pavilion.net (fredead.systems.pavilion.net [194.242.128.49]) by hub.freebsd.org (Postfix) with ESMTP id 388BF15D8D for ; Wed, 12 May 1999 02:04:30 -0700 (PDT) (envelope-from sam@pavilion.net) Received: by fredead.systems.pavilion.net (Postfix, from userid 105) id 4D3C225874; Wed, 12 May 1999 10:04:29 +0100 (BST) Date: Wed, 12 May 1999 10:04:29 +0100 From: Sam Eaton To: Hellmuth Michaelis Cc: freebsd-isdn@FreeBSD.ORG Subject: Strange ISDN Failures Message-ID: <19990512100428.A28943@fredead.pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got one box out of 25 or so out on customer sites, that is having no end of ISDN errors. All the rest are basically fine. I was hoping someone could at least point me at what to debug next... The machine is running FreeBSD 2.2.7, with i4b 0.70 (yes I know it's old, but it's the same config as lots of other machines that are fine) We're also running Eivind's raw b-channel patches, and a modified MPD to do multilink, but I don't think that's the problem. Basically, several times a day, their ISDN line just 'stops working' as far as the customer is concerned - and they have to kill and restart the isdnd to restore service. The log file does show errors, but I'm not sure how to interpret them : May 12 09:40:39 ninaa /kernel: EE-rbch0: attempting dialout (DTR) May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_rxd_ack: ((N(R)-1)=3) != (UA=4) !!! May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_i_frame_queued_up: V(S) == ((V(A) + k) & 127)! May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_i_frame_queued_up: state = ST_MULTIFR May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_print_l2var: unit0 V(R)=7, V(S)=5, V(A)=4,ACKP=0,PBSY=0,OBSY=0 May 12 09:40:39 ninaa /kernel: EE-rbch1: Disconnecting (0xf027accc) And then a little later : May 12 09:40:43 ninaa /kernel: EE-rbch0: attempting dialout (DTR) May 12 09:40:43 ninaa /kernel: i4b-L3-T308_timeout: REL not answered, cr = 31 May 12 09:40:43 ninaa /kernel: i4b-L3-next_l3state: FSM illegal state, state = ST_U12 - Disc Ind, event = EV_T308 EXP - T308 timeout! And then a few seconds later : May 12 09:40:49 ninaa /kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 112 May 12 09:41:21 ninaa /kernel: i4b-L3-T305_timeout: DISC not answered, cr = 112 May 12 09:41:23 ninaa /kernel: i4b-L3-i4b_decode_q931: cannot find calldescriptor for cr = 0x70, crflag = 0x1, ms g = 0x5a, frame = 0x5a 0x8 0x2 0x82 0x90 May 12 09:41:27 ninaa /kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 101 May 12 09:41:28 ninaa /kernel: i4b-L3-i4b_decode_q931_message: STATUS message May 12 09:41:58 ninaa /kernel: i4b-L3-T305_timeout: DISC not answered, cr = 101 May 12 09:42:01 ninaa /kernel: i4b-L3-i4b_decode_q931: cannot find calldescriptor for cr = 0x65, crflag = 0x1, ms g = 0x5a, frame = 0x5a 0x8 0x2 0x82 0x90 May 12 09:42:05 ninaa /kernel: i4b-L3-T303_timeout: SETUP not answered, cr = 15 It continues for a while like this (it's trying to dial out during this) and then the customer kills the isdnd and restarts it - after which it works for a while, then fails again. We've tried swapping all the hardware and cabling. The only thing that is different in this setup from all the working machines is that the ISDN line comes from a different company (cable and wireless as opposed to BT for all the working ones). Cable and Wireless claim the line is fine, and have had a protocol analyzer on the line for testing, at which point they still claim that the line is fine and our machine is at fault. We're going to upgrade them to i4b 0.80, but I'm not convinced this will help, seeing as the other machines work fine as they are... Any help would be greatly appreciated. I'd be happy to put another machine in to capture packets for analysis, if someone can help me interpret them - I've read the specs, and mostly understand what's happening, but I don't understand all of the i4b code as well as some of you.... Thanks, Sam. -- ------------------------------------------------------------------------ Sam Eaton Senior Systems Manager, Pavilion Internet Plc "Fortified with essential bitterness and sarcasm" ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 2:13: 8 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id C71B115D93 for ; Wed, 12 May 1999 02:12:59 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1703 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 11:12:59 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hV4U-00005UC; Wed, 12 May 99 11:12 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Strange ISDN Failures In-Reply-To: <19990512100428.A28943@fredead.pavilion.net> from Sam Eaton at "May 12, 99 10:04:29 am" To: sam@pavilion.net (Sam Eaton) Date: Wed, 12 May 1999 11:12:58 +0200 (METDST) 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: 857 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Sam Eaton: > May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_rxd_ack: ((N(R)-1)=3) != > (UA=4) !!! > May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_i_frame_queued_up: V(S) == > ((V(A) + k) & 127)! > May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_i_frame_queued_up: state = > ST_MULTIFR > May 12 09:40:39 ninaa /kernel: i4b-L2-i4b_print_l2var: unit0 V(R)=7, > V(S)=5, V(A)=4,ACKP=0,PBSY=0,OBSY=0 > May 12 09:40:39 ninaa /kernel: EE-rbch1: Disconnecting (0xf027accc) This is a (known) bug which is (i'm quite shure) fixed in 0.80. 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 May 12 2:28:35 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id CBC21150F1 for ; Wed, 12 May 1999 02:28:32 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1459 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 11:28:31 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hVJX-0000gSC; Wed, 12 May 99 11:28 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: irritating messages in all ttyv's In-Reply-To: <199905120852.KAA10594@wurzelausix.cs.uni-sb.de> from Alexander Leidinger at "May 12, 99 10:52:00 am" To: netchild@wurzelausix.CS.Uni-SB.DE (Alexander Leidinger) Date: Wed, 12 May 1999 11:28:31 +0200 (METDST) 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: 543 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Alexander Leidinger: > A little note: I thought the message is normal. No, its an error message. > I get it since I use > I4B and I haven't found anything I could I4B blame for It seems its a bug. 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 May 12 3:25:47 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gorilla.mchh.siemens.de (gorilla.mchh.siemens.de [194.138.158.18]) by hub.freebsd.org (Postfix) with ESMTP id DD6211506E for ; Wed, 12 May 1999 03:25:38 -0700 (PDT) (envelope-from gax43544@icn.siemens.de) Received: from blues.mchh.siemens.de ([194.138.158.227]) by gorilla.mchh.siemens.de (8.8.7/8.8.7) with ESMTP id MAA25300; Wed, 12 May 1999 12:24:58 +0200 (MET DST) Received: from demchh2msx.icn.siemens.de (root@[132.29.102.62]) by blues.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id MAA20269; Wed, 12 May 1999 12:24:21 +0200 (MET DST) Received: from koerk (gax43544@koerk [132.37.2.21]) by demchh2msx.icn.siemens.de (8.9.1/8.9.1) with ESMTP id MAA18841; Wed, 12 May 1999 12:25:35 +0200 (MET DST) Received: from localhost by koerk (8.8.8+Sun/SMI-SVR4) id MAA19450; Wed, 12 May 1999 12:25:27 +0200 (MET DST) Date: Wed, 12 May 1999 12:25:27 +0200 (MET DST) From: Andreas Gaertner Reply-To: andreas.gaertner.gp@icn.siemens.de To: Hellmuth Michaelis Cc: Alexander Leidinger , freebsd-isdn@FreeBSD.ORG Subject: Re: irritating messages in all ttyv's 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, 12 May 1999, Hellmuth Michaelis wrote: > > I get it since I use > > I4B and I haven't found anything I could I4B blame for > > It seems its a bug. this message shows up every time an isdn-call has been terminated regardless whether it was a data or a voice call. if isdnd is running an you've been called on the phone 10 times there will be 10 of those messages even if you haven't made up a connection with i4b. very early i was posting a question concerning this message, too, and i was told this was normal. i will try to find the reply. regards, anderl Andreas Gaertner, UNIX Systemadministration ICN CN23 [Fa. CLASS] andreas.gaertner.gp@icn.siemens.de http://www.kirk.muc.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 4:27:34 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gorilla.mchh.siemens.de (gorilla.mchh.siemens.de [194.138.158.18]) by hub.freebsd.org (Postfix) with ESMTP id A090015C80 for ; Wed, 12 May 1999 04:27:21 -0700 (PDT) (envelope-from gax43544@icn.siemens.de) Received: from moody.mchh.siemens.de (mail2.mchh.siemens.de [194.138.158.226]) by gorilla.mchh.siemens.de (8.8.7/8.8.7) with ESMTP id NAA07144; Wed, 12 May 1999 13:26:41 +0200 (MET DST) Received: from demchh2msx.icn.siemens.de (root@[132.29.102.62]) by moody.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id NAA01909; Wed, 12 May 1999 13:28:10 +0200 (MET DST) Received: from koerk (koerk [132.37.2.21]) by demchh2msx.icn.siemens.de (8.9.1/8.9.1) with ESMTP id NAA23407; Wed, 12 May 1999 13:26:51 +0200 (MET DST) Received: from localhost by koerk (8.8.8+Sun/SMI-SVR4) id NAA19516; Wed, 12 May 1999 13:26:45 +0200 (MET DST) Date: Wed, 12 May 1999 13:26:43 +0200 (MET DST) From: Andreas Gaertner Reply-To: andreas.gaertner.gp@icn.siemens.de To: hm@hcs.de Cc: netchild@wurzelausix.CS.Uni-SB.DE, freebsd-isdn@FreeBSD.ORG Subject: Re: irritating messages in all ttyv's (fwd) 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 here we go... ---------- Forwarded message ---------- Date: Wed, 12 May 1999 12:25:27 +0200 (MET DST) From: Andreas Gaertner Reply-To: andreas.gaertner.gp@icn.siemens.de To: Hellmuth Michaelis Cc: Alexander Leidinger , freebsd-isdn@FreeBSD.ORG Subject: Re: irritating messages in all ttyv's On Wed, 12 May 1999, Hellmuth Michaelis wrote: > > I get it since I use > > I4B and I haven't found anything I could I4B blame for > > It seems its a bug. i will try to find the reply. --------------------------------------------------------- hi folks, i recently updated i4b and everything is working fine so far. i just wonder about some console-messages which haven't shown up using the former version such as: i4b-L2-i4b_T202_timeout: unit 0, N202 = 3 i4b-L3-n_connect_response: ERROR, invalid channel -2 i4b-L1-timer4_expired: state = F3 Deactivated i4b-L2-i4b_T200_timeout: unit 0, RC = 0 what do they mean? thanks lot in advance, regards, anderl -- this is: have one open connection and then try to open a called back connection where the remote site does not wait a few seconds between the trigger call and the callback. The open connection has one B-channel, the trigger call the second, and there is none for the incoming callback. After the trigger call has been rejected by the remote site or canceled by i4b, the incoming call will get its B-channel. I think this is not an error in many situations, so the message should be changed. > i4b-L1-timer4_expired: state = F3 Deactivated This is normal: the S0 bus has been deaktivated after some idle time. We should move this (purley informational message) from the default debug output to some message class only requested via isdndebug. Martin > ok, but these ones appear unattendedly several times after another like > this: > > Dec 28 10:33:26 kirk /kernel: i4b-L1-timer4_expired: state = F3 > Deactivated > Dec 28 10:38:22 kirk /kernel: i4b-L1-timer4_expired: state = F3 > Deactivated > Dec 28 11:51:23 kirk /kernel: i4b-L1-timer4_expired: state = F3 > Deactivated > Dec 28 12:26:46 kirk /kernel: i4b-L1-timer4_expired: state = F3 > Deactivated > > how come that? The S0 bus is activated and deactivated for various reasons, i.e. you pick up a phone on the same S0 bus, an incoming call, the network just wanted to check you are still alive... Martin -------------------------------------------------------------------------- regards, anderl Andreas Gaertner, UNIX Systemadministration ICN CN23 [Fa. CLASS] andreas.gaertner.gp@icn.siemens.de http://www.kirk.muc.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 6:35:59 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from indyio.rz.uni-sb.de (indyio.rz.uni-sb.de [134.96.7.3]) by hub.freebsd.org (Postfix) with ESMTP id C7BF615AF2 for ; Wed, 12 May 1999 06:35:24 -0700 (PDT) (envelope-from netchild@Vodix.CS.Uni-SB.de) Received: from mars.rz.uni-sb.de (mars.rz.uni-sb.de [134.96.7.5]) by indyio.rz.uni-sb.de (8.8.8/8.8.7/8.7.7) with ESMTP id PAA3565342 for ; Wed, 12 May 1999 15:35:19 +0200 (CST) Received: from work.net.local (maxtnt-238.telip.uni-sb.de [134.96.71.109]) by mars.rz.uni-sb.de (8.8.8/8.8.4/8.8.2) with ESMTP id PAA12400 for ; Wed, 12 May 1999 15:35:18 +0200 (CST) Received: from Vodix.CS.Uni-SB.de (localhost.net.local [127.0.0.1]) by work.net.local (8.9.3/8.9.3) with ESMTP id XAA01028 for ; Tue, 11 May 1999 23:06:27 +0200 (CEST) (envelope-from netchild@Vodix.CS.Uni-SB.de) Message-Id: <199905112106.XAA01028@work.net.local> Date: Tue, 11 May 1999 23:06:26 +0200 (CEST) From: A.Leidinger@Wurzelausix.CS.Uni-SB.de Subject: Something I have to wory about? To: freebsd-isdn@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, FreeBSD-current (I4B 0.71): from syslog: May 11 22:58:20 work /kernel: i4b-L3-i4b_decode_q931: cannot find calldescriptor for cr = 0x61, crflag = 0x1, msg = 0x5a, frame = 0x5a 0x8 0x2 0x82 0xd1 from the isdnd-tty: 22:58:20 outgoing call disconnected (remote) cause 101: Message not compatible with call Dialing out again 16secs after the message -> no problem. It's the first time I see this. What does it mean? Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 6:47:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 255E914E96 for ; Wed, 12 May 1999 06:47:52 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1543 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 12 May 1999 15:47:51 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10hZMU-0000gUC; Wed, 12 May 99 15:47 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Something I have to wory about? In-Reply-To: <199905112106.XAA01028@work.net.local> from "A.Leidinger@Wurzelausix.CS.Uni-SB.de" at "May 11, 99 11:06:26 pm" To: A.Leidinger@Wurzelausix.CS.Uni-SB.de Date: Wed, 12 May 1999 15:47:50 +0200 (METDST) 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: 660 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of A.Leidinger@Wurzelausix.CS.Uni-SB.de: > FreeBSD-current (I4B 0.71): > > from syslog: > May 11 22:58:20 work /kernel: > i4b-L3-i4b_decode_q931: cannot find calldescriptor for cr = 0x61, > crflag = 0x1, msg = 0x5a, frame = 0x5a 0x8 0x2 0x82 0xd1 This is possibly one of the known bugs which were fixed with 0.80. 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 May 12 12:11:14 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (dns1.teuto.net [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 0E1FB1528D for ; Wed, 12 May 1999 12:11:10 -0700 (PDT) (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 VAA11971; Wed, 12 May 1999 21:11:05 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id UAA01939; Wed, 12 May 1999 20:52:17 +0200 (MEST) From: "Martin Husemann" To: , "Sam Eaton" Cc: Subject: RE: Strange ISDN Failures Date: Wed, 12 May 1999 20:52:16 +0200 Message-ID: <000201be9ca8$8df19090$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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-Reply-To: Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > This is a (known) bug which is (i'm quite shure) fixed in 0.80. Not so sure, I've seen it once with 0.80 yet. But it doesn't do any harm any more, the system recovers imeadiately. (There were versions where it could panic the system, then later it could drop the call, now it's just an error message on the console) Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 12 12:11:21 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (dns1.teuto.net [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id F268814BE1 for ; Wed, 12 May 1999 12:11:11 -0700 (PDT) (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 VAA11976; Wed, 12 May 1999 21:11:10 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id UAA01660; Wed, 12 May 1999 20:45:00 +0200 (MEST) From: "Martin Husemann" To: , Cc: Subject: RE: irritating messages in all ttyv's Date: Wed, 12 May 1999 20:44:59 +0200 Message-ID: <000101be9ca7$898e04d0$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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-Reply-To: Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'd like to find out, but i cannot reproduce it here. Just FYI: I used to see this on every installation with previous (developer only) versions; it's gone here at home with the layer 2 fixes, but I still see it all the time (i.e.: every few X seconds after someone hung up the phone and the S0 bus is idle) at one location at work. It never did any harm, so I mostly ignored it. If you think we should investigate, I can dig into it. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri May 14 1:21:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id A24891551F for ; Fri, 14 May 1999 01:21:55 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1420 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 14 May 1999 10:21:55 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10iDE4-0000gSC; Fri, 14 May 99 10:21 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Strange ISDN Failures In-Reply-To: <000201be9ca8$8df19090$53cb08d4@martins.teuto.de> from Martin Husemann at "May 12, 99 08:52:16 pm" To: martin@rumolt.teuto.de (Martin Husemann) Date: Fri, 14 May 1999 10:21:48 +0200 (METDST) Cc: hm@hcs.de, sam@pavilion.net, 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: 507 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Martin Husemann: > > This is a (known) bug which is (i'm quite shure) fixed in 0.80. > > Not so sure, I've seen it once with 0.80 yet. What exactly did you see ? 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 May 14 7:16:13 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 412D214DAE for ; Fri, 14 May 1999 07:16:06 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2177 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 14 May 1999 16:16:05 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10iIku-0000dqC; Fri, 14 May 99 16:16 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: are you looking for a project ? To: freebsd-isdn@freebsd.org (ISDN Mailinglist) Date: Fri, 14 May 1999 16:16:04 +0200 (METDST) 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: 1484 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org good, i've got one for you ! :-) 3Com donated 2 cards of their ISDN ISA PnP cards to develop a driver for it. Due to my more and more limited time i failed miserably writing the driver, the result of what i've done can be seen in the experimental section of the last i4b release. In case anyone wants to try writing a i4b driver for this card, i'll ship a card together with complete chipset manuals anywhere in the world. Be warned however, that this is not an easy task as the chip used (Motorola 68SC302) is rather complex and the card's hardware is not as documented as i liked to see it although it can be found out by someone who as a bit more time than me to work continously on it. In case nothing happenes for a month or two, i want to get this card back to either give it back to 3Com or let someone else have a try, otherwise it can be kept. The card is described in german at http://www.3com.de/produkte/desktopmodems/sportster_ta_int_neu.shtml 68SC302 info can be found here http://mot-sps.com/solutions/wired/components/68sc302.html An 68SC302 users manual can be picked up from http://www.mot.com/SPS/RISC/netcomm/docs/pubs/index.html 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 May 14 12: 0:27 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from nigtevecht.xs4all.nl (nigtevecht.xs4all.nl [194.109.83.243]) by hub.freebsd.org (Postfix) with ESMTP id D350114E18 for ; Fri, 14 May 1999 12:00:20 -0700 (PDT) (envelope-from isdn@nigtevecht.xs4all.nl) Received: (from isdn@localhost) by nigtevecht.xs4all.nl (8.9.2/8.8.5) id UAA00732 for freebsd-isdn@FreeBSD.ORG; Fri, 14 May 1999 20:59:17 +0200 (CEST) From: isdn account Message-Id: <199905141859.UAA00732@nigtevecht.xs4all.nl> Subject: reboot To: freebsd-isdn@FreeBSD.ORG Date: Fri, 14 May 1999 20:59:16 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL40 (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 Hi, I am using Freebsd 2.2.7 an i4b 00.80. If I get phoned and I answer my isdn phone my server logs a incoming call. If I hang up the phone the machine sometimes reboot. Should I start to use 3.1 or s it something else. Robert Soen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 15 5:57:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 1F03E14FA7 for ; Sat, 15 May 1999 05:57:27 -0700 (PDT) (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 OAA31854; Sat, 15 May 1999 14:57:26 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id NAA02807; Sat, 15 May 1999 13:55:19 +0200 (MEST) From: "Martin Husemann" To: Cc: , Subject: RE: Strange ISDN Failures Date: Sat, 15 May 1999 13:55:17 +0200 Message-ID: <000501be9ec9$cc9cdd40$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 > What exactly did you see ? The "could not find call descriptor for CR XXXX" message. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 16 17: 8:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.privat.kkf.net (privat.kkf.net [212.63.32.16]) by hub.freebsd.org (Postfix) with ESMTP id 76AF814BDB for ; Sun, 16 May 1999 17:08:34 -0700 (PDT) (envelope-from tobias.seiler@privat.kkf.net) Received: from privat.kkf.net (h1-dial29.privat.kkf.net [212.63.34.60]) by mail.privat.kkf.net (8.8.8/8.8.3) with SMTP id CAA19565 for ; Mon, 17 May 1999 02:08:32 +0200 (MET DST) From: Tobias Seiler Reply-To: tabs@themaster.de To: Freebsd-isdn@freebsd.org Date: Mon, 17 May 1999 02:02:01 +0100 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Organization: TheMaster.de Subject: ... still problems MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, please believe me. I dont want to stress you guys. But I still have problems getting 00.80 to work. Whenever I try to run spppcontrol with an option like 'spppcontrol isp0' I get the following message: SIOCGIFGENERIC(SPPPIOGDEFS): invalid argument. This hapend after I upgraded from NetBSD 1.3.3 to NetBSD 1.4. I already did a new MAKEDEV.i4b. Bye, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 16 23:23: 2 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (dns1.teuto.net [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 8636A15548 for ; Sun, 16 May 1999 23:22:14 -0700 (PDT) (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 IAA10581; Mon, 17 May 1999 08:22:13 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id IAA03089; Mon, 17 May 1999 08:20:34 +0200 (MEST) From: "Martin Husemann" To: , Subject: RE: ... still problems Date: Mon, 17 May 1999 08:20:33 +0200 Message-ID: <000801bea02d$5ed7b540$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: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > SIOCGIFGENERIC(SPPPIOGDEFS): invalid argument. Your "spppcontrol" was compiled with a different version of "if_sppp.h". This should be fixed by a "make cleandir all install" in the i4b source directory. If not, please check which if_sppp.h is included: the one from "/usr/include/net" (wrong) or the one from $I4B/sppp (right). For me it works: in $I4B/sppp/spppcontrol a make results in "cc -O2 -pipe -g -Wall -I.. -Werror -c spppcontrol.c". The "-I.." is the important one, it will get the if_sppp.h from "..", i.e. $I4B/sppp. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 0:12:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from osku.suutari.iki.fi (unknown [195.165.67.179]) by hub.freebsd.org (Postfix) with ESMTP id 97778150D7 for ; Mon, 17 May 1999 00:12:51 -0700 (PDT) (envelope-from ari@suutari.iki.fi) Received: from mocha (mocha.intranet.syncrontech.com [192.168.2.3]) by osku.suutari.iki.fi (8.9.1/8.9.1) with SMTP id KAA12094 for ; Mon, 17 May 1999 10:11:46 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <007201bea035$1fdbec50$0302a8c0@intranet.syncrontech.com> From: "Ari Suutari" To: Subject: Asuscom card with IPAC Date: Mon, 17 May 1999 10:16:03 +0300 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 Hi, I recently bought an Asuscom ISDN card because I was under impression that it would quite the same as dynalink card which works under i4b. However, it seems that this card is a different (newer ?) version since it has different chips on it. Instead of having those mentioned on dynalink driver, it seems to have a chip that is referrred as 'ipac' elsewhere in the source. Is anyone doing any work on such card - I would be willing to help in coding & testing ? Or should I throw this card into wastebasked and get a different one ? Ari S. Lemi, Finland mailto:ari@suutari.iki.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 0:49:23 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from schulix.tele.net (schulix.tele.net [194.183.128.63]) by hub.freebsd.org (Postfix) with SMTP id B805714F32 for ; Mon, 17 May 1999 00:49:19 -0700 (PDT) (envelope-from Martin.HEIN@maxmobil.at) Received: from firemax.maxmobil.at (firemax.maxmobil.at [194.208.250.66]) by schulix.tele.net (NTMail 3.03.0013/4c.adng) with ESMTP id xa673709 for ; Mon, 17 May 1999 09:53:39 +0200 Received: from [195.5.66.211] by firemax-hme0.maxmobil.at via smtpd (for [194.183.128.63]) with SMTP; 17 May 1999 07:48:53 UT Received: from maxmobil.at (vien02maxmobil.maxmobil.at [195.5.67.2]) by maxmailrelay.maxmobil.at (8.8.8/8.8.8) with SMTP id JAA07000 for ; Mon, 17 May 1999 09:48:52 +0200 (MET DST) Received: from maxdev.maxmobil.at ([195.5.100.8]) by maxmobil.at (Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) with SMTP id C1256774.002AE89E; Mon, 17 May 1999 09:48:45 +0200 Received: by maxdev.maxmobil.at (SMI-8.6/SMI-SVR4) id JAA12172; Mon, 17 May 1999 09:45:30 +0200 Date: Mon, 17 May 1999 09:45:30 +0200 Message-Id: <199905170745.JAA12172@maxdev.maxmobil.at> From: HEIN Martin To: FreeBSD-ISDN@FreeBSD.org Subject: auto./manu. connection to ISP? Teles S0/16.3: isic0 not found! Reply-To: Martin.HEIN@maxmobil.at Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've got the following questions regarding i4b: - Do I have to establish connection to my ISP manually, or is this accomplished automatically? - I have a Teles S0/16.3 PnP board, which is recognized by the PnP-Bios of my motherboard, but FreeBSD 3.1 refuses to do likewise! So, what's up? (I even tried to hardcode the I/O port, but is was no use!) Thanx, Martin -- ------------------------------------------------------------------------ Martin HEIN/max.it Voice: +43-676-3456-337 max.mobil. Telekommunikation Service GmbH FAX: +43-1-79585-6584 Kelsenstrasse 5-7 EMail: Martin.HEIN@maxmobil.at A - 1030 Vienna/Austria/Europe WWW: http://www.maxmobil.at ======================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 1: 0:22 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from grootstal.nijmegen.inter.nl.net (grootstal.nijmegen.inter.nl.net [193.67.237.11]) by hub.freebsd.org (Postfix) with ESMTP id BCA0A152CC for ; Mon, 17 May 1999 01:00:19 -0700 (PDT) (envelope-from Peter.Blok@inter.NL.net) Received: from mspc by grootstal.nijmegen.inter.nl.net via ztm51-2.Zoetermeer.NL.net [195.108.245.167] with SMTP for id KAA09792 (8.8.8/1.18); Mon, 17 May 1999 10:00:15 +0200 (MET DST) Reply-To: From: "Peter Blok" To: Subject: rates file for the Netherlands Date: Mon, 17 May 1999 09:59:50 +0200 Message-ID: <000101bea03b$3dca1100$89ac9fa8@mspc> 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 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, did somebody bother to generate a rates file for KPN Telecom in the Netherlands? Is he/she willing to share it with me? TIA, Peter Blok To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 1: 3:22 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from grootstal.nijmegen.inter.nl.net (grootstal.nijmegen.inter.nl.net [193.67.237.11]) by hub.freebsd.org (Postfix) with ESMTP id 337F81525F for ; Mon, 17 May 1999 01:03:19 -0700 (PDT) (envelope-from Peter.Blok@inter.NL.net) Received: from mspc by grootstal.nijmegen.inter.nl.net via ztm51-2.Zoetermeer.NL.net [195.108.245.167] with SMTP for id KAA10016 (8.8.8/1.18); Mon, 17 May 1999 10:03:17 +0200 (MET DST) Reply-To: From: "Peter Blok" To: Subject: NT-RAS to i4b Date: Mon, 17 May 1999 10:02:47 +0200 Message-ID: <000201bea03b$a7704520$89ac9fa8@mspc> 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 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I need to be able to dial in from a WNT box, equipped with TELES h/w and s/w, to a FreeBSD machine. I don't have a clue what RAS is using. I've tried ipr and isp. The latter seems to work but is hanging on authentication. Is there somebody who has done this before and is able to give me some hints? TIA, Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 1: 5:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 095861525F for ; Mon, 17 May 1999 01:05:15 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2026 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 17 May 1999 10:05:14 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10jIOg-0000fgC; Mon, 17 May 99 10:05 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Asuscom card with IPAC In-Reply-To: <007201bea035$1fdbec50$0302a8c0@intranet.syncrontech.com> from Ari Suutari at "May 17, 99 10:16:03 am" To: ari@suutari.iki.fi (Ari Suutari) Date: Mon, 17 May 1999 10:05:14 +0200 (METDST) 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: 1182 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Ari Suutari: > I recently bought an Asuscom ISDN card because I was under > impression that it would quite the same as dynalink card which > works under i4b. The Asuscom/Dynalink driver currently in the i4b tree is unsupported since it is no longer actively maintained (just for the record ...). > However, it seems that this card is a different > (newer ?) version since it has different chips on it. Instead of having > those mentioned on dynalink driver, it seems to have a chip that > is referrred as 'ipac' elsewhere in the source. > > Is anyone doing any work on such card AFAIK - no. It should be quite easy to add support for this card since the IPAC is already supported in the ELSA Quickstep 1000 PCI driver. > Or should I throw this card into wastebasked No! Before you throw it away, donate it to the i4b project! :-) 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 May 17 1: 9:19 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 0F49D1525F for ; Mon, 17 May 1999 01:09:16 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1647 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 17 May 1999 10:09:15 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10jISZ-0000fgC; Mon, 17 May 99 10:09 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: auto./manu. connection to ISP? Teles S0/16.3: isic0 not found! In-Reply-To: <199905170745.JAA12172@maxdev.maxmobil.at> from HEIN Martin at "May 17, 99 09:45:30 am" To: Martin.HEIN@maxmobil.at Date: Mon, 17 May 1999 10:09:14 +0200 (METDST) 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: 782 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of HEIN Martin: > I've got the following questions regarding i4b: > > - Do I have to establish connection to my ISP manually, > or is this accomplished automatically? Normally its made automatically although its also (obviously) possible to do this manually. > - I have a Teles S0/16.3 PnP board This board is unsupported as it is no longer actively maintained by the author of the driver and i don't have access to such a board. 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 May 17 1:15: 9 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from schulix.tele.net (schulix.tele.net [194.183.128.63]) by hub.freebsd.org (Postfix) with SMTP id 8C52B14BD4 for ; Mon, 17 May 1999 01:15:06 -0700 (PDT) (envelope-from Martin.HEIN@maxmobil.at) Received: from firemax.maxmobil.at (firemax.maxmobil.at [194.208.250.66]) by schulix.tele.net (NTMail 3.03.0013/4c.adng) with ESMTP id ma675570 for ; Mon, 17 May 1999 10:19:08 +0200 Received: from [195.5.66.211] by firemax-hme0.maxmobil.at via smtpd (for [194.183.128.63]) with SMTP; 17 May 1999 08:14:22 UT Received: from maxmobil.at (vien02maxmobil.maxmobil.at [195.5.67.2]) by maxmailrelay.maxmobil.at (8.8.8/8.8.8) with SMTP id KAA03163 for ; Mon, 17 May 1999 10:14:21 +0200 (MET DST) Received: from maxdev.maxmobil.at ([195.5.100.8]) by maxmobil.at (Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) with SMTP id C1256774.002D34BC; Mon, 17 May 1999 10:13:51 +0200 Received: by maxdev.maxmobil.at (SMI-8.6/SMI-SVR4) id KAA16034; Mon, 17 May 1999 10:10:35 +0200 Date: Mon, 17 May 1999 10:10:35 +0200 Message-Id: <199905170810.KAA16034@maxdev.maxmobil.at> From: HEIN Martin To: FreeBSD-ISDN@FreeBSD.org Subject: Austrian Telekom rates file Reply-To: Martin.HEIN@maxmobil.at Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Has anyone a rates file for the Austrian Telekom available, and is this someone willing to contribute it? Thanx, Martin -- ------------------------------------------------------------------------ Martin HEIN/max.it Voice: +43-676-3456-337 max.mobil. Telekommunikation Service GmbH FAX: +43-1-79585-6584 Kelsenstrasse 5-7 EMail: Martin.HEIN@maxmobil.at A - 1030 Vienna/Austria/Europe WWW: http://www.maxmobil.at ======================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 2:22:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (dns1.teuto.net [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id BE96A14BF4 for ; Mon, 17 May 1999 02:22:54 -0700 (PDT) (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 LAA19769; Mon, 17 May 1999 11:22:53 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id LAA08234; Mon, 17 May 1999 11:22:22 +0200 (MEST) From: "Martin Husemann" To: , Subject: RE: NT-RAS to i4b Date: Mon, 17 May 1999 11:22:21 +0200 Message-ID: <001401bea046$c42eaa20$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: <000201bea03b$a7704520$89ac9fa8@mspc> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I need to be able to dial in from a WNT box, equipped with TELES h/w and > s/w, to a FreeBSD machine. I don't have a clue what RAS is using. > I've tried > ipr and isp. The latter seems to work but is hanging on authentication. Is > there somebody who has done this before and is able to give me some hints? RAS is using PPP, so you should be able to get the isp interface working. I haven't done it so I can't give you concrete hints, but setting the isp interface to debug mode and posting the log (with passwords cut out or with test passwords) could help us to debug your setup. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 4: 0:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (dns1.teuto.net [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id F044D14E93 for ; Mon, 17 May 1999 04:00:54 -0700 (PDT) (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 NAA26146; Mon, 17 May 1999 13:00:51 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id MAA09388; Mon, 17 May 1999 12:00:58 +0200 (MEST) From: "Martin Husemann" To: "Martin Husemann" , Cc: , Subject: RE: Strange ISDN Failures Date: Mon, 17 May 1999 12:00:57 +0200 Message-ID: <001501bea04c$28c3ecc0$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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The "could not find call descriptor for CR XXXX" message. Sorry, can't remember exactly if I realy saw this ones, but I still get ocasional i4b-L2-i4b_rxd_ack: ((N(R)-1)=100) != (UA=101) !!! Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 5:35:30 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from alvman.RoBIN.de (alvman.robin.de [193.174.7.33]) by hub.freebsd.org (Postfix) with ESMTP id 50961152D1 for ; Mon, 17 May 1999 05:35:20 -0700 (PDT) (envelope-from ah@alvman.RoBIN.de) Received: from localhost (ah@localhost) by alvman.RoBIN.de (8.9.3/8.8.8) with ESMTP id OAA77505; Mon, 17 May 1999 14:35:39 +0200 (CEST) (envelope-from ah@alvman.RoBIN.de) Date: Mon, 17 May 1999 14:35:39 +0200 (CEST) From: Andreas Haakh To: Martin Husemann Cc: Peter.Blok@inter.NL.net, freebsd-isdn@FreeBSD.ORG Subject: RE: NT-RAS to i4b In-Reply-To: <001401bea046$c42eaa20$53cb08d4@martins.teuto.de> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-265831799-926944539=:77019" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-265831799-926944539=:77019 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT On Mon, 17 May 1999, Martin Husemann wrote: > > I need to be able to dial in from a WNT box, equipped with TELES h/w and > > s/w, to a FreeBSD machine. I don't have a clue what RAS is using. > > I've tried > > ipr and isp. The latter seems to work but is hanging on authentication. Is > > there somebody who has done this before and is able to give me some hints? > > RAS is using PPP, so you should be able to get the isp interface working. I > haven't done it so I can't give you concrete hints, but setting the isp > interface to debug mode and posting the log (with passwords cut out or with > test passwords) could help us to debug your setup. I have several customers using sPPP do dial in from their W95/W98/WNT. If You use FreeBSD_3.2-BETA with i4b-071 or older then you have to apply the attached patch to /sys/net/if_spppsubr.c (patch -p0 Content-Description: patch FreeBSD_3.2 or older Content-Disposition: attachment; filename="if_spppsubr.c.patch" KioqIC9zeXMvbmV0L2lmX3NwcHBzdWJyLmMJU3VuIERlYyAyNyAyMjozMDo0 NCAxOTk4DQotLS0gL3N5cy9uZXQvaWZfc3BwcHN1YnIuYy5vcmlnCVNhdCBN YXkgIDggMTA6NTQ6MTQgMTk5OQ0KKioqKioqKioqKioqKioqDQoqKiogMjA1 NiwyMDYyICoqKioNCiAgCQkJaWYgKGRlYnVnKQ0KICAJCQkJYWRkbG9nKCJb bm9uLWVtcHR5XSAiKTsNCiAgCQkJLyogc3VnZ2VzdCBhIHplcm8gb25lICov DQohIAkJCXBbMl0gPSBwWzNdID0gcFs0XSA9IHBbNV0gPSAwOw0KICAJCQli cmVhazsNCiAgDQogIAkJY2FzZSBMQ1BfT1BUX01SVToNCi0tLSAyMDU2LDIw NjIgLS0tLQ0KICAJCQlpZiAoZGVidWcpDQogIAkJCQlhZGRsb2coIltub24t ZW1wdHldICIpOw0KICAJCQkvKiBzdWdnZXN0IGEgemVybyBvbmUgKi8NCiEg CQkJLyogcFsyXSA9IHBbM10gPSBwWzRdID0gcFs1XSA9IDA7ICovDQogIAkJ CWJyZWFrOw0KICANCiAgCQljYXNlIExDUF9PUFRfTVJVOg0KKioqKioqKioq KioqKioqDQoqKiogMjY2OCwyNjc4ICoqKioNCiAgCQkJCQlhZGRsb2coIiVz IFtub3QgYWdyZWVkXSAiLA0KICAJCQkJCQlzcHBwX2RvdHRlZF9xdWFkKGRl c2lyZWRhZGRyKSk7DQogIA0KLSAJCQkJcFsyXSA9IGhpc2FkZHIgPj4gMjQ7 DQotIAkJCQlwWzNdID0gaGlzYWRkciA+PiAxNjsNCi0gCQkJCXBbNF0gPSBo aXNhZGRyID4+IDg7DQotIAkJCQlwWzVdID0gaGlzYWRkcjsNCiAgCQkJfQ0K ICAJCQlicmVhazsNCiAgCQl9DQogIAkJLyogQWRkIHRoZSBvcHRpb24gdG8g bmFrJ2VkIGxpc3QuICovDQotLS0gMjY2OCwyNjc4IC0tLS0NCiAgCQkJCQlh ZGRsb2coIiVzIFtub3QgYWdyZWVkXSAiLA0KICAJCQkJCQlzcHBwX2RvdHRl ZF9xdWFkKGRlc2lyZWRhZGRyKSk7DQogIA0KICAJCQl9DQorIAkJCXBbMl0g PSBoaXNhZGRyID4+IDI0Ow0KKyAJCQlwWzNdID0gaGlzYWRkciA+PiAxNjsN CisgCQkJcFs0XSA9IGhpc2FkZHIgPj4gODsNCisgCQkJcFs1XSA9IGhpc2Fk ZHI7DQogIAkJCWJyZWFrOw0KICAJCX0NCiAgCQkvKiBBZGQgdGhlIG9wdGlv biB0byBuYWsnZWQgbGlzdC4gKi8NCg== --0-265831799-926944539=:77019-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 17 13:41:51 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.privat.kkf.net (privat.kkf.net [212.63.32.16]) by hub.freebsd.org (Postfix) with ESMTP id 6D7E115349 for ; Mon, 17 May 1999 13:41:45 -0700 (PDT) (envelope-from tobias.seiler@privat.kkf.net) Received: from privat.kkf.net (h1-dial6.privat.kkf.net [212.63.34.37]) by mail.privat.kkf.net (8.8.8/8.8.3) with SMTP id WAA18741 for ; Mon, 17 May 1999 22:41:43 +0200 (MET DST) From: Tobias Seiler Reply-To: tabs@themaster.de To: Freebsd-isdn@freebsd.org Date: Mon, 17 May 1999 22:35:03 +0100 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Organization: TheMaster.de Subject: still ... MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, its me again. Well, whenever I try do a ifconfig isp0 debug the firsttime I get a kernel message now that tells me: dog /netbsd: isp0 lcp close(initial) and it seems that it does not dial out in any case. (isdntrace works and isdnd.log looks ok but there is nothing recognized when spppcontrol and an ifconfig was done). Bye, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 18 16: 7:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id DFA3214E07 for ; Tue, 18 May 1999 16:07:46 -0700 (PDT) (envelope-from freebsd-isdn@scc.nl) Received: from scones.sup.scc.nl (p061.asi.euronet.nl [194.134.123.61]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id BAA23272 from for ; Wed, 19 May 1999 01:07:44 +0200 (MET DST) Received: (from daemon@localhost) by scones.sup.scc.nl (8.9.3/8.9.1) id AAA01019 for isdn@FreeBSD.ORG; Wed, 19 May 1999 00:54:38 +0200 (CEST) (envelope-from freebsd-isdn@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for isdn@FreeBSD.ORG (isdn@FreeBSD.ORG) To: isdn@FreeBSD.ORG Date: Wed, 19 May 1999 00:54:38 +0200 From: Marcel Moolenaar Message-ID: <3741EFAE.5C0BFD63@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Rename on SIGUSR1 for isdnd Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Below is a small set of patches to change the behaviour of isdnd when it's send a SIGUSR1 signal. Without the patches, isdnd simply closes and reopens the acctfile and logfile (if applicable). With the patches, isdnd closes the files and renames them, after which fresh files are created. I saw the need when I started making daily accounting summaries and needed a way to recycle the acctfile without loosing or duplicating accounting data. Maybe it is of use for others too... Index: isdnd.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/i4b/isdnd/isdnd.h,v retrieving revision 1.2 diff -r1.2 isdnd.h 507a508 > char logfilelast[MAXPATHLEN] = LOG_FILE_DEF ".last"; 519a521 > char acctfilelast[MAXPATHLEN] = ACCT_FILE_DEF ".last"; 585a588 > char logfilelast[MAXPATHLEN]; 596a600 > char acctfilelast[MAXPATHLEN]; Index: main.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/i4b/isdnd/main.c,v retrieving revision 1.2 diff -r1.2 main.c 166a167,168 > strcpy(logfilelast, optarg); > strcat(logfilelast, ".last"); 680a683,684 > rename(acctfile, acctfilelast); > 691a696,697 > > rename(logfile, logfilelast); Index: rc_config.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/i4b/isdnd/rc_config.c,v retrieving revision 1.2 diff -r1.2 rc_config.c 214a215,216 > strcpy(acctfilelast, yylval.str); > strcat(acctfilelast, ".last"); -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 0:35:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 218FB14D80 for ; Wed, 19 May 1999 00:35:22 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1977 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 19 May 1999 09:35:20 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10k0sp-0000fgC; Wed, 19 May 99 09:35 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Rename on SIGUSR1 for isdnd In-Reply-To: <3741EFAE.5C0BFD63@scc.nl> from Marcel Moolenaar at "May 19, 99 00:54:38 am" To: marcel@scc.nl (Marcel Moolenaar) Date: Wed, 19 May 1999 09:35:19 +0200 (METDST) 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: 1175 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Marcel Moolenaar: > Below is a small set of patches to change the behaviour of isdnd when it's > send a SIGUSR1 signal. Without the patches, isdnd simply closes and reopens > the acctfile and logfile (if applicable). With the patches, isdnd closes the > files and renames them, after which fresh files are created. The idea behind isdnd's current behaviour is to have a shell script which renames isdnd's log file and then send a SIGUSR1 signal to isdnd. The advantage i see with that approach is, that the new name of the logfiles is freely choosable whereas the patch has hardcoded names which are not available to a shell script (if the name in isdnd changes, the script has to be modified). On the other side, the advantage of the patch is that the rename is under control of isdnd which makes it (more) atomic. 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 Wed May 19 1:26:29 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from foobar.franken.de (foobar.franken.de [194.94.249.81]) by hub.freebsd.org (Postfix) with ESMTP id A650F1518B for ; Wed, 19 May 1999 01:26:16 -0700 (PDT) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.8.8/8.8.5) id KAA06371; Wed, 19 May 1999 10:26:01 +0200 (CEST) Message-ID: <19990519102601.A6069@foobar.franken.de> Date: Wed, 19 May 1999 10:26:01 +0200 From: Harold Gutch To: hm@hcs.de, Marcel Moolenaar Cc: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd References: <3741EFAE.5C0BFD63@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Hellmuth Michaelis on Wed, May 19, 1999 at 09:35:19AM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 19, 1999 at 09:35:19AM +0200, Hellmuth Michaelis wrote: > >From the keyboard of Marcel Moolenaar: > > Below is a small set of patches to change the behaviour of isdnd when it's > > send a SIGUSR1 signal. Without the patches, isdnd simply closes and reopens > > the acctfile and logfile (if applicable). With the patches, isdnd closes the > > files and renames them, after which fresh files are created. > > The idea behind isdnd's current behaviour is to have a shell script which > renames isdnd's log file and then send a SIGUSR1 signal to isdnd. > > The advantage i see with that approach is, that the new name of the logfiles > is freely choosable whereas the patch has hardcoded names which are not > available to a shell script (if the name in isdnd changes, the script has > to be modified). > > On the other side, the advantage of the patch is that the rename is under > control of isdnd which makes it (more) atomic. > Is this really important ? No data will be lost, the file will end up with the filename we expect it to - does it really matter if the Logfile has a different filename for a very short timeframe ? Or am I missing the point you're trying to make ? > Comments ? > I'm in favour of the "shellscript" solution. bye, Harold -- Sleep is an abstinence syndrome wich occurs due to lack of caffein. Wed Mar 4 04:53:33 CET 1998 #unix, ircnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 1:33:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from MedIS.DE (medis33.medis.de [193.141.96.33]) by hub.freebsd.org (Postfix) with ESMTP id 5BD511518B for ; Wed, 19 May 1999 01:33:24 -0700 (PDT) (envelope-from Christian.Wolf@medis.de) Received: from sun-chris.medis.de (sun-chris.medis.de [172.16.1.4]) by MedIS.DE (8.9.3/8.9.3) with SMTP id KAA20455; Wed, 19 May 1999 10:33:01 +0200 (MET DST) Date: Wed, 19 May 1999 10:33:00 +0200 (MET DST) From: Christian Wolf To: Hellmuth Michaelis Cc: Marcel Moolenaar , isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd 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, 19 May 1999, Hellmuth Michaelis wrote: > >From the keyboard of Marcel Moolenaar: > > > [patch for isdnd to rename the acctfile and logfile on SIGUSR1] > > The idea behind isdnd's current behaviour is to have a shell script which > renames isdnd's log file and then send a SIGUSR1 signal to isdnd. > > The advantage i see with that approach is, that the new name of the logfiles > is freely choosable whereas the patch has hardcoded names which are not > available to a shell script (if the name in isdnd changes, the script has > to be modified). > > On the other side, the advantage of the patch is that the rename is under > control of isdnd which makes it (more) atomic. If isdnd turns the acctfile and logfile on SIGUSR1, the script/program has always the option to turn them before sending the SIGUSR1. In this case the rename() of isdnd will fail (which should not be error), but the new names of the files are under control of the script/program. So, with the patch applied both ways are possible. Regards, 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 Wed May 19 2: 2:31 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.int-computer.fr (unknown [195.114.78.129]) by hub.freebsd.org (Postfix) with SMTP id 8135E14D7C for ; Wed, 19 May 1999 02:02:23 -0700 (PDT) (envelope-from sahi@int-computer.fr) Received: from labnt4 (unverified [195.114.78.130]) by mail.int-computer.fr (EMWAC SMTPRS 0.83) with SMTP id ; Wed, 19 May 1999 11:11:28 +0200 Message-ID: <009f01bea1de$f8b47420$0b11a8c0@intcomputer.com> From: "Mahmoud SAHI" To: Subject: Date: Wed, 19 May 1999 12:04:23 +0200 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.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unsubscribe freebsd-isdn sahi@int-computer.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 2:10:24 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 6842A15340 for ; Wed, 19 May 1999 02:10:16 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1983 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 19 May 1999 11:10:15 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10k2Mg-0000fgC; Wed, 19 May 99 11:10 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: isdn4bsd 0.81 available for download To: freebsd-isdn@freebsd.org (ISDN Mailinglist) Date: Wed, 19 May 1999 11:10:14 +0200 (METDST) 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: 1285 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, a new isdn4bsd beta version (i4b-00.81.00-beta-190599.tar.gz) has been made available on the isdn4bsd distribution sites. This is a maintenance release for 0.80, only some very minor things have been changed, for information on what has changed since the last release, please have a look at file ChangeLog in the isdn4bsd base directory. The changes in this release will be committed as soon as possible to the FreeBSD source tree. The isdn4bsd package is available from two sites: - ftp://isdn4bsd@ftp.consol.de/pub (the main site) - http://www.freebsd-support.de/i4b On ftp.consol.de, you must log in as user "isdn4bsd" and give your mail address as the password. Then change to the "pub" directory. You will find the latest available isdn4bsd package. Anonymous ftp as user "ftp" or "anonymous" will not work. Important fixes, erratas and enhancements will be made available at http://www.freebsd-support.de/i4b/errata Have fun, 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 May 19 2:48:13 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id DDB711523F for ; Wed, 19 May 1999 02:48:09 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p306.asi.euronet.nl [194.134.123.198]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id LAA19977; Wed, 19 May 1999 11:48:07 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id LAA20508; Wed, 19 May 1999 11:48:02 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <374288D1.8D3F25DD@scc.nl> Date: Wed, 19 May 1999 11:48:01 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: hm@hcs.de Cc: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd References: 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 wrote: > > >From the keyboard of Marcel Moolenaar: > > > Below is a small set of patches to change the behaviour of isdnd when it's > > send a SIGUSR1 signal. Without the patches, isdnd simply closes and reopens > > the acctfile and logfile (if applicable). With the patches, isdnd closes the > > files and renames them, after which fresh files are created. > > The idea behind isdnd's current behaviour is to have a shell script which > renames isdnd's log file and then send a SIGUSR1 signal to isdnd. > > The advantage i see with that approach is, that the new name of the logfiles > is freely choosable whereas the patch has hardcoded names which are not > available to a shell script (if the name in isdnd changes, the script has > to be modified). > > On the other side, the advantage of the patch is that the rename is under > control of isdnd which makes it (more) atomic. > > Comments ? > The shell script has to be modified in both cases when the filename changes, so that's not particularly disadvanteous for one method. The reason for the patch is more "emotional" than technical. Firstly, I don't like fiddling with things that are under the control of running programs. It makes matters more complicated than strictly necessary. Secondly, I like clear functionality. Closing and reopening files makes sense only when accompanied by some external (from the isdnd point of view) action. The feature of closing and reopening files is *on itself* not meaningful. It is also implementation specific. By adding a simple rename, the clear functionality is there without any external event and is meaningful in any implementation. The advantage of doing the rename by isdnd is that the shell script only has to consider one file (namely isdn.acct.last) and that the script can do with it as it pleases. When the rename is done by the shell script, it has to consider 2 files (namely isdn.acct and the one to which it is renamed), of which one can change at any time. There is clearly a differency in complexity and the increase of complexity in isdnd is far less than the decrease of complexity in the shell script... marcel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 3:47:11 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ivm.net (mail.ivm.de [195.78.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 93CDB15344 for ; Wed, 19 May 1999 03:47:06 -0700 (PDT) (envelope-from ap@bnc.net) Received: from gemini.bnc.net (gemini.bnc.net [195.247.233.33]) by mail.ivm.net (8.8.8/8.8.8) with ESMTP id MAA14075; Wed, 19 May 1999 12:46:50 +0200 X-To: isdn@FreeBSD.ORG Received: (from ap@localhost) by gemini.bnc.net (8.9.3/8.9.1) id MAA38289; Wed, 19 May 1999 12:43:25 +0200 (CEST) (envelope-from ap) Date: Wed, 19 May 1999 12:43:25 +0200 From: Achim Patzner To: Hellmuth Michaelis Cc: Marcel Moolenaar , isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd Message-ID: <19990519124325.G51180@bnc.net> References: <3741EFAE.5C0BFD63@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Hellmuth Michaelis on Wed, May 19, 1999 at 09:35:19AM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 19, 1999 at 09:35:19AM +0200, Hellmuth Michaelis wrote: > > Below is a small set of patches to change the behaviour of isdnd when > > it's send a SIGUSR1 signal. Without the patches, isdnd simply closes and > > reopens the acctfile and logfile (if applicable). With the patches, > > isdnd closes the files and renames them, after which fresh files are > > created. > > The idea behind isdnd's current behaviour is to have a shell script which > renames isdnd's log file and then send a SIGUSR1 signal to isdnd. Which is the way it has been done for ages[tm]. > On the other side, the advantage of the patch is that the rename is under > control of isdnd which makes it (more) atomic. What would that be good for? > Comments ? Yes. Renaming is violating the principle of causing the least surprises. Who'll come up with a similar patch to syslogd (and will try recommending it on -current 8-))) )? Achim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 3:56:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from harvey.aball.de (harvey.aball.de [194.77.82.26]) by hub.freebsd.org (Postfix) with SMTP id 4D48315442 for ; Wed, 19 May 1999 03:56:51 -0700 (PDT) (envelope-from alice.turbocat.de!dave@harvey.aball.de) Received: by harvey.aball.de (Smail3.1.28.1 #11) id m10k41M-000J5EC; Wed, 19 May 99 12:56 MET DST Received: from cat.turbocat.de (cat.turbocat.de [194.77.82.49]) by alice.turbocat.de (8.8.8/8.7.3) with ESMTP id MAA29882 for ; Wed, 19 May 1999 12:48:14 +0200 (CEST) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id MAA00253 for freebsd-isdn@FreeBSD.ORG; Wed, 19 May 1999 12:48:12 +0200 (MET DST) Message-Id: <199905191048.MAA00253@cat.turbocat.de> MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Content-Type: text/enriched; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Wed, 19 May 99 12:48:12 +0200 To: freebsd-isdn@FreeBSD.ORG (ISDN Mailinglist) Subject: Re: isdn4bsd 0.81 available for download References: Organisation: Turbocat's Development http://www.turbocat.de Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: hm@hcs.de (Hellmuth Michaelis) > a new isdn4bsd beta version (i4b-00.81.00-beta-190599.tar.gz) has been made > available on the isdn4bsd distribution sites. Has someone here tested that on NetBSD 1.4? --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse, 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 May 19 4:25:11 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from bitbucket.extern.uniface.nl (nettle.uniface.nl [193.78.88.130]) by hub.freebsd.org (Postfix) with ESMTP id 9756514DE1 for ; Wed, 19 May 1999 04:25:08 -0700 (PDT) (envelope-from bert_driehuis@nl.compuware.com) Received: (from smtpd@localhost) by bitbucket.extern.uniface.nl (8.7.6/8.7.3r) id NAA19688; Wed, 19 May 1999 13:24:58 +0200 (MET DST) Received: from trashcan.nl.compuware.com(172.16.16.52) via SMTP by recyclebin.nl.compuware.com, id smtpd019624; Wed May 19 13:24:56 1999 Received: from nl.compuware.com (c1111.nl.compuware.com [172.16.16.36]) by trashcan.nl.compuware.com (Postfix) with ESMTP id D72522F33; Wed, 19 May 1999 13:24:55 +0200 (CEST) Message-ID: <37429F87.910F1A95@nl.compuware.com> Date: Wed, 19 May 1999 13:24:55 +0200 From: Bert Driehuis Organization: Compuware Europe, Amsterdam X-Mailer: Mozilla 4.08 [en] (X11; I; BSD/OS 3.1 i386) MIME-Version: 1.0 To: Marcel Moolenaar Cc: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd References: <374288D1.8D3F25DD@scc.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marcel Moolenaar wrote: > The reason for the patch is more "emotional" than technical. Firstly, I don't > like fiddling with things that are under the control of running programs. It > makes matters more complicated than strictly necessary. Secondly, I like > clear functionality. Closing and reopening files makes sense only when > accompanied by some external (from the isdnd point of view) action. Rotation policy should probably be implemented in a shell script. Daemons that rotate their own logfile just make things more complicated. The "correct" way of handling it is to let the daemon close and the re-open the log file upon receipt of a signal, so that the admin can create a script that does mv isdnd.log isdnd.log.0 kill -1 `cat /var/run/isdnd.pid` gzip -9 isdnd.log.0 or whatever s/he deems appropriate. Renaming it in the daemon will screw someone up, somewhere. Look at the history of log file rotation in Squid if you want to know where not to go. Cheers, -- Bert -- Bert Driehuis, MIS -- bert_driehuis@nl.compuware.com -- +31-20-3116119 The grand leap of the whale up the Fall of Niagara is esteemed, by all who have seen it, as one of the finest spectacles in nature. -- Benjamin Franklin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 4:31:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 1CE4015498 for ; Wed, 19 May 1999 04:31:15 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p847.asi.euronet.nl [194.134.125.47]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id NAA21077; Wed, 19 May 1999 13:31:13 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id NAA23764; Wed, 19 May 1999 13:31:12 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <3742A100.42141BEA@scc.nl> Date: Wed, 19 May 1999 13:31:12 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Achim Patzner Cc: Hellmuth Michaelis , isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd References: <3741EFAE.5C0BFD63@scc.nl> <19990519124325.G51180@bnc.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Achim Patzner wrote: > > The idea behind isdnd's current behaviour is to have a shell script which > > renames isdnd's log file and then send a SIGUSR1 signal to isdnd. > > Which is the way it has been done for ages[tm]. > > > Comments ? > > Yes. Renaming is violating the principle of causing the least surprises. I'm more sensitive to your first remark. Maybe I'm not easily surprised anymore :-) To add something to the argument, I have a newsyslog.conf file with 18 lines and none of them has a pidfile/signal specification. IIRC, the possibility to specify them, so newsyslog could send a signal to the process (which btw defaults to SIGHUP and not SIGUSR1) is recent WRT to your remark that it is done for ages. So, not surprisingly, both your statements are not as absolute as you put them. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 5: 7:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id EAD4114E33 for ; Wed, 19 May 1999 05:07:52 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p818.asi.euronet.nl [194.134.125.18]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id OAA13616; Wed, 19 May 1999 14:07:51 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id NAA24364; Wed, 19 May 1999 13:58:36 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <3742A76C.530D9DEB@scc.nl> Date: Wed, 19 May 1999 13:58:36 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Bert Driehuis Cc: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd References: <374288D1.8D3F25DD@scc.nl> <37429F87.910F1A95@nl.compuware.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bert Driehuis wrote: > > Marcel Moolenaar wrote: > > > The reason for the patch is more "emotional" than technical. Firstly, I don't > > like fiddling with things that are under the control of running programs. It > > makes matters more complicated than strictly necessary. Secondly, I like > > clear functionality. Closing and reopening files makes sense only when > > accompanied by some external (from the isdnd point of view) action. > > Rotation policy should probably be implemented in a shell script. Daemons > that rotate their own logfile just make things more complicated. The I don't disagree that the daemon should not control policy. It's the mechanism I'm talking about. From reactions I get the impression that closing and reopening logfiles on signals to allow for rotation is common practice. For me, just renaming is common practice. If that doesn't work, only a signal seems the way to go (again, for me). The fact that isdnd needs both, was just not something I would describe as something natural (for me, remember :-). -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 5:21:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mailgrd.orion.no (postkontor.orion.no [194.143.1.101]) by hub.freebsd.org (Postfix) with ESMTP id 455A214EA6 for ; Wed, 19 May 1999 05:21:53 -0700 (PDT) (envelope-from raymond@orion.no) Received: from postkontor.orion.no (unverified [62.92.20.132]) by mailgrd.orion.no (Integralis SMTPRS 2.04) with ESMTP id ; Wed, 19 May 1999 14:22:48 +0200 Received: from foobar.orion.no by postkontor.orion.no with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id J865M63P; Wed, 19 May 1999 14:22:02 +0200 X-Mailer: 21.2 "Clio" XEmacs Lucid (beta12) (via feedmail 8 I); VM 6.67 under 21.2 "Clio" XEmacs Lucid (beta12) From: "Raymond Wiker" MIME-Version: 1.0 Message-Id: <14146.44246.121151.614077@foobar.orion.no> Date: Wed, 19 May 1999 14:21:42 +0200 (CEST) To: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd In-Reply-To: <3742A76C.530D9DEB@scc.nl> References: <374288D1.8D3F25DD@scc.nl> <37429F87.910F1A95@nl.compuware.com> <3742A76C.530D9DEB@scc.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marcel Moolenaar writes: > I don't disagree that the daemon should not control policy. It's the > mechanism I'm talking about. > > >From reactions I get the impression that closing and reopening logfiles on > signals to allow for rotation is common practice. For me, just renaming is > common practice. If that doesn't work, only a signal seems the way to go > (again, for me). The fact that isdnd needs both, was just not something I > would describe as something natural (for me, remember :-). Just renaming is *not* sufficient - this only changes the directory entry. If you do not also close and open the file after renaming, you will continue to write to the old file. //Raymond. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 5:41:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 056D41549B for ; Wed, 19 May 1999 05:41:49 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id OAA28708 for ; Wed, 19 May 1999 14:41:48 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id OAA03072 for ; Wed, 19 May 1999 14:41:48 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id OAA11447 for ; Wed, 19 May 1999 14:41:46 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id MAA92704 for isdn@freebsd.org; Wed, 19 May 1999 12:41:46 GMT (envelope-from ust) Date: Wed, 19 May 1999 14:41:46 +0200 From: Udo Schweigert To: isdn@freebsd.org Subject: Re: Rename on SIGUSR1 for isdnd Message-ID: <19990519144146.C92396@alaska.cert.siemens.de> References: <374288D1.8D3F25DD@scc.nl> <37429F87.910F1A95@nl.compuware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <37429F87.910F1A95@nl.compuware.com>; from Bert Driehuis on Wed, May 19, 1999 at 01:24:55PM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 19, 1999 at 01:24:55PM +0200, Bert Driehuis wrote: > Marcel Moolenaar wrote: > > > The reason for the patch is more "emotional" than technical. Firstly, I don't > > like fiddling with things that are under the control of running programs. It > > makes matters more complicated than strictly necessary. Secondly, I like > > clear functionality. Closing and reopening files makes sense only when > > accompanied by some external (from the isdnd point of view) action. > > Rotation policy should probably be implemented in a shell script. Daemons > that rotate their own logfile just make things more complicated. The > "correct" way of handling it is to let the daemon close and the re-open > the log file upon receipt of a signal, so that the admin can create a > script that does > > mv isdnd.log isdnd.log.0 > kill -1 `cat /var/run/isdnd.pid` > gzip -9 isdnd.log.0 > > or whatever s/he deems appropriate. > I suggest using newsyslog(8). Adding a line like: /var/log/isdn.log 664 100 * 168 Z /var/run/isdnd.pid to /etc/newsyslog.conf will do the job (here: once a week, for the next 100 weeks) with compression of the old log. This is the standard method for other daemons (apache, etc.). Regards Udo ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 10:55:59 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from zippo.unna.ping.de (zippo.unna.ping.de [195.37.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 9EE8914D2B for ; Wed, 19 May 1999 10:55:49 -0700 (PDT) (envelope-from oskar@zippo.unna.ping.de) Received: from zippo.unna.ping.de (localhost [127.0.0.1]) by zippo.unna.ping.de (8.8.8/8.8.8) with ESMTP id TAA09260; Wed, 19 May 1999 19:55:07 +0200 (CEST) Message-Id: <199905191755.TAA09260@zippo.unna.ping.de> X-Mailer: exmh version 2.0gamma 1/24/97 To: David Wetzel Cc: freebsd-isdn@freebsd.org (ISDN Mailinglist) From: Jan-Hinrich Fessel Subject: Re: isdn4bsd 0.81 available for download In-Reply-To: Deine Nachricht vom Wed, 19 May 99 12:48:12 +0200. <199905191048.MAA00253@cat.turbocat.de> X-Face: 'NlN?Dkb1WA4Fdbh(T&Okll'P?h$Ak1{5,LHx<2=v@!qg.G~6G?;]y`C/D#x5"GWN_.U4PA >rlR=V&h576tqk7-~tfGVVtZrybdmaG|iki>{4Kd&ra/d$&vleXP;y/Z"?4Q|$q?{T}SW]_bUHZmcH &C1^iA\&{>h66//IRsKzy[+f}l-:wc6T\Eg,Xc={E8Q\q"AqsV!!YG*/_fMcSlUw0pZ6j!KBMSTzz" Wd}uG:Zv#)gV?IGi^^fW0<`sO2D_MKP]gzx_\o%m<|~^+U>tu,)`*OJ]3n&@!K Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_624843787P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 19 May 1999 19:55:01 +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_624843787P Content-Type: text/plain; charset=us-ascii In message <199905191048.MAA00253@cat.turbocat.de>you write: > > From: hm@hcs.de (Hellmuth Michaelis) > > > a new isdn4bsd beta version (i4b-00.81.00-beta-190599.tar.gz) has been made > > available on the isdn4bsd distribution sites. > > Has someone here tested that on NetBSD 1.4? At least I have not, mainly because I was trying to figure out why .80 does not run that good on the alpha (i.e. Card configures OK but is not available from userland) and each build currently takes me a day... I guess Martin has tested it on i386, at least on the last -current before the switch to 1.4B. Gruesse Oskar ============================================================================== Tragbar ist, was nicht herunterfaellt. oskar@zappa.unna.ping.de ============================================================================== --==_Exmh_624843787P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.3i iQCVAwUBN0L69LA63tqjeAhZAQFt3wP+PUuWExMxk4ATQPo3dCcHW58hHSsBsiPZ LL+Gnvv6h4dpPuf35b3ko7hC6mFtvjwzzOszp+eN1NdnJQCGh5zuyouGkhVd3/+Q B+A+sbAemi+PXeAPa36+lDFBd3/0yKjVBvLE4Q7i3eKLRezK8Bh+2od7eolnTKnB FTcQb9dAqeY= =Z+dQ -----END PGP MESSAGE----- --==_Exmh_624843787P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 11:36:52 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from alvman.RoBIN.de (alvman.robin.de [193.174.7.33]) by hub.freebsd.org (Postfix) with ESMTP id 8432B14E2B for ; Wed, 19 May 1999 11:36:31 -0700 (PDT) (envelope-from ah@alvman.RoBIN.de) Received: from localhost (ah@localhost) by alvman.RoBIN.de (8.9.3/8.8.8) with ESMTP id UAA32869; Wed, 19 May 1999 20:36:09 +0200 (CEST) (envelope-from ah@alvman.RoBIN.de) Date: Wed, 19 May 1999 20:36:09 +0200 (CEST) From: Andreas Haakh To: Marcel Moolenaar Cc: hm@hcs.de, isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd In-Reply-To: <374288D1.8D3F25DD@scc.nl> Message-ID: 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 man newsyslog (on FreeBSD) You just add a line to /etc/newsyslog.conf: /var/log/isdnd.log 664 7 100 * Z and you are all done... On Wed, 19 May 1999, Marcel Moolenaar wrote: > > The shell script has to be modified in both cases when the filename changes, > so that's not particularly disadvanteous for one method. > > The reason for the patch is more "emotional" than technical. Firstly, I don't > like fiddling with things that are under the control of running programs. It > makes matters more complicated than strictly necessary. Secondly, I like > clear functionality. Closing and reopening files makes sense only when > accompanied by some external (from the isdnd point of view) action. The > feature of closing and reopening files is *on itself* not meaningful. It is > also implementation specific. By adding a simple rename, the clear > functionality is there without any external event and is meaningful in any > implementation. > > The advantage of doing the rename by isdnd is that the shell script only has > to consider one file (namely isdn.acct.last) and that the script can do with > it as it pleases. When the rename is done by the shell script, it has to > consider 2 files (namely isdn.acct and the one to which it is renamed), of > which one can change at any time. There is clearly a differency in complexity > and the increase of complexity in isdnd is far less than the decrease of > complexity in the shell script... > > marcel > Andreas -- Andreas Haakh * Mollerstraße 7 * 64289 Darmstadt * ah@alvman.RoBIN.de http://www.RoBIN.de für privaten Internet-Zugang in Darmstadt/Rödermark http://www.FreeBSD.org freies Berkley-Unix für Intel-Architektur(>=80386). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 12: 9:19 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from prefix.rhein.de (prefix.rhein.de [193.175.27.10]) by hub.freebsd.org (Postfix) with ESMTP id ED815155F5 for ; Wed, 19 May 1999 12:09:12 -0700 (PDT) (envelope-from is@jocelyn.rhein.de) Received: from jocelyn.rhein.de (unknown [193.175.27.210]) by prefix.rhein.de (Postfix) with ESMTP id 56A1B3B183; Wed, 19 May 1999 19:09:03 +0000 (MET) Received: (from is@localhost) by jocelyn.rhein.de (8.8.8/8.6.12) id VAA00774; Wed, 19 May 1999 21:09:05 +0200 (MEST) Date: Wed, 19 May 1999 21:09:04 +0200 From: Ignatios Souvatzis To: Udo Schweigert Cc: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd Message-ID: <19990519210904.B315@jocelyn.rhein.de> References: <374288D1.8D3F25DD@scc.nl> <37429F87.910F1A95@nl.compuware.com> <19990519144146.C92396@alaska.cert.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1us In-Reply-To: <19990519144146.C92396@alaska.cert.siemens.de>; from Udo Schweigert on Wed, May 19, 1999 at 02:41:46PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 19, 1999 at 02:41:46PM +0200, Udo Schweigert wrote: > I suggest using newsyslog(8). Adding a line like: > > /var/log/isdn.log 664 100 * 168 Z /var/run/isdnd.pid > > to /etc/newsyslog.conf will do the job (here: once a week, for the next > 100 weeks) with compression of the old log. > > This is the standard method for other daemons (apache, etc.). What Udo says! -is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 13:20:56 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 372C214E82 for ; Wed, 19 May 1999 13:20:42 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id WAA21207 for ; Wed, 19 May 1999 22:20:41 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id WAA19305 for ; Wed, 19 May 1999 22:20:41 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id WAA13381 for ; Wed, 19 May 1999 22:20:38 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id UAA01167 for isdn@FreeBSD.ORG; Wed, 19 May 1999 20:20:38 GMT (envelope-from ust) Date: Wed, 19 May 1999 22:20:38 +0200 From: Udo Schweigert To: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd Message-ID: <19990519222038.B1060@alaska.cert.siemens.de> References: <374288D1.8D3F25DD@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Andreas Haakh on Wed, May 19, 1999 at 08:36:09PM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 19, 1999 at 08:36:09PM +0200, Andreas Haakh wrote: > > man newsyslog (on FreeBSD) > > You just add a line to /etc/newsyslog.conf: > /var/log/isdnd.log 664 7 100 * Z > and you are all done... > This wont work, because isdnd gets no signal; just append /var/run/isdnd.pid and it will do. (See my other posting today). Regards. ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 15:25:32 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from alvman.RoBIN.de (alvman.robin.de [193.174.7.33]) by hub.freebsd.org (Postfix) with ESMTP id A9AE014DE2 for ; Wed, 19 May 1999 15:24:45 -0700 (PDT) (envelope-from ah@alvman.RoBIN.de) Received: from localhost (ah@localhost) by alvman.RoBIN.de (8.9.3/8.8.8) with ESMTP id AAA33169; Thu, 20 May 1999 00:23:22 +0200 (CEST) (envelope-from ah@alvman.RoBIN.de) Date: Thu, 20 May 1999 00:23:21 +0200 (CEST) From: Andreas Haakh To: Udo Schweigert Cc: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd In-Reply-To: <19990519222038.B1060@alaska.cert.siemens.de> Message-ID: 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 On Wed, 19 May 1999, Udo Schweigert wrote: > On Wed, May 19, 1999 at 08:36:09PM +0200, Andreas Haakh wrote: > > > > man newsyslog (on FreeBSD) > > > > You just add a line to /etc/newsyslog.conf: > > /var/log/isdnd.log 664 7 100 * Z > > and you are all done... > > > > This wont work, because isdnd gets no signal; just append /var/run/isdnd.pid > and it will do. (See my other posting today). It depends on the logging-facility. I don´t use the -l option so logging is done via syslog. If you use isdnd ... -l -L logfile, then you are right. > > Regards. > ------------------------------------------------------------------------------- > Udo Schweigert || Voice : +49 89 636 42170 > Siemens AG, Siemens CERT || Fax : +49 89 636 48000 > ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de > D-81730 Muenchen / Germany || : ust@cert.siemens.de > PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 > ------------------------------------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message > Andreas Haakh * Mollerstraße 7 * 64289 Darmstadt * ah@alvman.RoBIN.de http://www.RoBIN.de für privaten Internet-Zugang in Darmstadt/Rödermark http://www.FreeBSD.org freies Berkley-Unix für Intel-Architektur(>=80386). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 16:35:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from queasy.outpost.co.nz (outpost.inspire.net.nz [203.96.157.150]) by hub.freebsd.org (Postfix) with SMTP id 1B1F1157CF for ; Wed, 19 May 1999 16:35:41 -0700 (PDT) (envelope-from crh@outpost.co.nz) Received: (qmail 5545 invoked from network); 19 May 1999 23:35:29 -0000 Received: from officedonkey.outpost.co.nz (HELO officedonkey) (192.168.1.3) by queasy.outpost.co.nz.1.168.192.in-addr.arpa with SMTP; 19 May 1999 23:35:29 -0000 Comments: Authenticated sender is From: "Craig Harding" Organization: Outpost Digital Media Ltd To: blitz@pdq.net Date: Thu, 20 May 1999 11:35:11 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ISDN Terminal adapter no work Reply-To: isdn@freebsd.org Cc: stable@freebsd.org, isdn@freebsd.org In-reply-to: X-mailer: Pegasus Mail for Windows (v2.52) Message-Id: <19990519233544.1B1F1157CF@hub.freebsd.org> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Clay Smith wrote: > This is a multi-part message in MIME format. > > - ------=_NextPart_000_0007_01BEA175.949FD1A0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable Is it really necessary to send HTML versions of your email? > I have been working on a machine running FreeBSD 3.1-Stable and have > failed to get the ISDN terminal adapter that is hooked up to it to > work correctly. There is a generic 56k on com2 that works great. > On com 1, the ISDN terminal adapter is just...dead. PPP will not > communicate with it. The terminal adapter has been tested and > works fine on other machines, just not FreeBSD. Is there > something special about ISDN adapters that I don't know about? > (note: the terminal adapter is external and the modem is internal, > not that that makes a lot of difference as long as the ports are > set up right in the bios/jumpers) Most TA's act just like very fast modems. Have you configured PPP to do all the right initialisation of the TA? It should just require some AT command strings (including dialing) just like a normal modem. Most of the Windreck drivers that come with the TAs seem to do all this config for you automagically, so you won't be aware of what's required. Often the default config may be with command echoing and response codes off, so until you tell it otherwise the TA will act dumb. The important thing is to get the TA using the right protocol. In my experience (of a single Zyxel Omninet) the TA supports V.120, X.75, and PPP. Depending on your ISPs ISDN interface, you may have to use PPP to get multiple channel bonding. The TA does this weird semi-PPP mode (I don't know much about the details) where it acts as an intermediary between your machine and the ISP without PPP on your machine really knowing it's there. It transparently interfaces between two channels to the ISP and one channel back to your machine. -- C. -- Craig Harding Head of Postproduction, Outpost Digital Media Ltd "I don't know about God, I just think we're handmade" - Polly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 19 22:40:12 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 117DD1517A for ; Wed, 19 May 1999 22:40:05 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id HAA07355 for ; Thu, 20 May 1999 07:40:03 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id HAA00503 for ; Thu, 20 May 1999 07:40:02 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id HAA14586 for ; Thu, 20 May 1999 07:39:59 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id FAA02404 for isdn@FreeBSD.ORG; Thu, 20 May 1999 05:39:59 GMT (envelope-from ust) Date: Thu, 20 May 1999 07:39:59 +0200 From: Udo Schweigert To: isdn@FreeBSD.ORG Subject: Re: Rename on SIGUSR1 for isdnd Message-ID: <19990520073959.A2381@alaska.cert.siemens.de> Mail-Followup-To: isdn@FreeBSD.ORG References: <19990519222038.B1060@alaska.cert.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Andreas Haakh on Thu, May 20, 1999 at 12:23:21AM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 20, 1999 at 12:23:21AM +0200, Andreas Haakh wrote: > On Wed, 19 May 1999, Udo Schweigert wrote: > > > On Wed, May 19, 1999 at 08:36:09PM +0200, Andreas Haakh wrote: > > > > > > man newsyslog (on FreeBSD) > > > > > > You just add a line to /etc/newsyslog.conf: > > > /var/log/isdnd.log 664 7 100 * Z > > > and you are all done... > > > > > > > This wont work, because isdnd gets no signal; just append /var/run/isdnd.pid > > and it will do. (See my other posting today). > > It depends on the logging-facility. I don´t use the -l option so logging > is done via syslog. If you use isdnd ... -l -L logfile, then you are > right. > Oh yes, that's true. I do not use the syslog facility, so i completely forgot that :-) ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 20 5:37: 0 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 1DDCC14EFB for ; Thu, 20 May 1999 05:36:57 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2259 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 20 May 1999 14:36:56 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10kS4F-0000fgC; Thu, 20 May 99 14:36 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Rename on SIGUSR1 for isdnd In-Reply-To: <3741EFAE.5C0BFD63@scc.nl> from Marcel Moolenaar at "May 19, 99 00:54:38 am" To: marcel@scc.nl (Marcel Moolenaar) Date: Thu, 20 May 1999 14:36:55 +0200 (METDST) Cc: freebsd-isdn@freebsd.org (ISDN Mailinglist) 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: 1422 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Marcel Moolenaar: > Below is a small set of patches to change the behaviour of isdnd when it's > send a SIGUSR1 signal. Without the patches, isdnd simply closes and reopens > the acctfile and logfile (if applicable). With the patches, isdnd closes the > files and renames them, after which fresh files are created. After the discussion here, i made this patch's functionality configurable by using a new keyword in the system section: rotatesuffix Specifies a suffix for renaming the log- and the ac- countingfilename. In case rotatesuffix is used and a USR1 signal is sent to isdnd, the logfile and the accounting file is not only closed and reopened but the old logfile is also renamed to the former file- name with the rotatesuffix string appended. If this keyword is omitted, the logfiles are just closed and reopened; this is also the default behaviour. (op- tional) Hope, this is ok for both camps ;-) 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 May 20 5:59:41 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 5D95B14DF5 for ; Thu, 20 May 1999 05:59:38 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p203.asi.euronet.nl [194.134.123.131]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id OAA28927; Thu, 20 May 1999 14:59:36 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id OAA96278; Thu, 20 May 1999 14:59:30 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <37440730.67219DAA@scc.nl> Date: Thu, 20 May 1999 14:59:28 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: hm@hcs.de Cc: ISDN Mailinglist Subject: Re: Rename on SIGUSR1 for isdnd References: 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 wrote: > > After the discussion here, i made this patch's functionality configurable by > using a new keyword in the system section: > > Hope, this is ok for both camps ;-) > It's fine by me. I'm curious to what made you incorporate the change. From what I noticed, there was no real demand for it. And I surely hope you didn't do it just to make me happy :-) -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 20 6:54: 3 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 7263914CFE for ; Thu, 20 May 1999 06:53:56 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1421 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 20 May 1999 15:53:56 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10kTGl-0000fgC; Thu, 20 May 99 15:53 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Rename on SIGUSR1 for isdnd In-Reply-To: <37440730.67219DAA@scc.nl> from Marcel Moolenaar at "May 20, 99 02:59:28 pm" To: marcel@scc.nl (Marcel Moolenaar) Date: Thu, 20 May 1999 15:53:55 +0200 (METDST) 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: 579 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Marcel Moolenaar: > I'm curious to what made you incorporate the change. I saw a valid demand for it. And in making it configurable, it should be ok for everyone. And i was just in the mood to add a new configuration keyword .. ;-) 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 May 20 7:39:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id CEBE0150AF for ; Thu, 20 May 1999 07:39:49 -0700 (PDT) (envelope-from freebsd-isdn@scc.nl) Received: from scones.sup.scc.nl (p220.asi.euronet.nl [194.134.123.148]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id QAA10604 from for ; Thu, 20 May 1999 16:39:48 +0200 (MET DST) Received: (from daemon@localhost) by scones.sup.scc.nl (8.9.3/8.9.1) id QAA02254 for isdn@FreeBSD.ORG; Thu, 20 May 1999 16:35:40 +0200 (CEST) (envelope-from freebsd-isdn@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for isdn@FreeBSD.ORG (isdn@FreeBSD.ORG) To: isdn@FreeBSD.ORG Date: Thu, 20 May 1999 16:35:40 +0200 From: Marcel Moolenaar Message-ID: <37441DBC.A5B3FA34@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: beta 00.81.0/4.0-current: i4b-L1-ph_data_req: still in state F3! Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have some problems with my configuration and the new beta. Here are the first lines of kernel log: 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 Which is eventually followed by: i4b-L2-i4b_mph_status_ind: unit 0, cannot access S0 bus! i4b-L3-i4b_mdl_status_ind: STI_NOL1ACC: unit 0 no outgoing access to S0 Here are some configuration details: (*) FreeBSD scones.sup.scc.nl 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Thu May 20 15:37:09 CEST 1999 marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES i386 (*) Teles SO/16.3: isic0 at port 0xd80 irq 3 flags 0x3 on isa0 isic0: Teles S0/16.3 isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x960) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x160, AddrB=0x560) i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4bctl: ISDN system control port attached i4btel: 2 ISDN telephony interface device(s) attached i4btrc: 4 ISDN trace device(s) attached (*) SMP kernel with the following configuration: options SMP options APIC_IO device isic0 at isa? port 0xd80 irq 3 flags 3 options I4B_SMP_WORKAROUND options TEL_S0_16_3 options IPR_VJ pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4bctl" pseudo-device "i4btrc" 4 pseudo-device "i4btel" 2 pseudo-device "i4bisppp" 4 pseudo-device sppp 4 (*) S0 bus (MSN): - Shiva AccessPort answers primary number (phone) - i4b answers second number (data) Other info: - Beta 00.73.0 worked when the Teles was set to irq 9. This generated lots of lines like: i4b-L1-isicintr: WARNING: unit 0, No IRQ from HSCX/ISAC! - Beta 00.81.0 also doesn't work for irq 9 I'll try to fiddle with my config some more and hope to narrow it down. Hang on :-) -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 20 8:13:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 94F71152A2 for ; Thu, 20 May 1999 08:13:17 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1494 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 20 May 1999 17:13:17 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10kUVZ-0000fgC; Thu, 20 May 99 17:13 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: beta 00.81.0/4.0-current: i4b-L1-ph_data_req: still in state F3! In-Reply-To: <37441DBC.A5B3FA34@scc.nl> from Marcel Moolenaar at "May 20, 99 04:35:40 pm" To: marcel@scc.nl (Marcel Moolenaar) Date: Thu, 20 May 1999 17:13:16 +0200 (METDST) 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: 655 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Marcel Moolenaar: > i4b-L1-timer3_expired: state = F4 Awaiting Signal This problem known. It happens when the interrupt generated by the cards hardware does not get to the motherboards hardware and/or the OS' interrupt handler. The cause(s) are mentioned in the FAQ and were discussed in length on this list. 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 May 20 8:33:42 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 0B98E153A1 for ; Thu, 20 May 1999 08:33:35 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p308.asi.euronet.nl [194.134.123.200]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id RAA22474; Thu, 20 May 1999 17:33:30 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id RAA01294; Thu, 20 May 1999 17:33:21 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <37442B40.590B4F2D@scc.nl> Date: Thu, 20 May 1999 17:33:20 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: hm@hcs.de Cc: isdn@FreeBSD.ORG Subject: Re: beta 00.81.0/4.0-current: i4b-L1-ph_data_req: still in state F3! References: 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 wrote: > > > i4b-L1-timer3_expired: state = F4 Awaiting Signal > > This problem known. It happens when the interrupt generated by the cards > hardware does not get to the motherboards hardware and/or the OS' interrupt > handler. > > The cause(s) are mentioned in the FAQ and were discussed in length on this > list. > No complains there, but the point is that I didn't get those with the previous beta. As I said, I'm looking into it. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri May 21 2:57:43 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.peektraffic.nl (mail.peek-traffic.nl [195.193.234.97]) by hub.freebsd.org (Postfix) with ESMTP id A6CFA158F7 for ; Fri, 21 May 1999 02:57:38 -0700 (PDT) (envelope-from Jos.Beukeveld@peektraffic.nl) Received: by mail.peektraffic.nl with Internet Mail Service (5.5.1960.3) id ; Fri, 21 May 1999 11:57:06 +0200 Message-ID: From: "Beukeveld, Jos" To: "'freebsd-isdn@freebsd.org'" Subject: Connecting a GSM modem with a freeBSD machine. Date: Fri, 21 May 1999 11:56:56 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Reader, I want to call in with a GSM modem to a freeBSD machine For the modem I'am using a Siemens M1 with a connection to the ISDN network. In the freeBSD machine I'am using a Teles 16.3.0 ISDN card. When the modem is calling the freeBSD machine I cannot get data communication along the Data channel (B). The modem is using an asynchron V110 for ISDN protocol. Can you help me with examples how a freeBSD daemon shoud look like if the freeBSD machine should answer to a incoming call from GSM modem using the asynchon V110 protocol for ISDN Met vriendelijke groet Jos Beukeveld PEEK Traffic B.V. Tel. 0334541971 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri May 21 4:32:28 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 2E26A14E67 for ; Fri, 21 May 1999 04:32:17 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1670 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 21 May 1999 13:32:17 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10knXE-0000ZbC; Fri, 21 May 99 13:32 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Connecting a GSM modem with a freeBSD machine. In-Reply-To: from "Beukeveld, Jos" at "May 21, 99 11:56:56 am" To: Jos.Beukeveld@peektraffic.nl (Beukeveld Jos) Date: Fri, 21 May 1999 13:32:15 +0200 (METDST) 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: 772 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Beukeveld, Jos: > For the modem I'am using a Siemens M1 with a connection to the ISDN > network. In the freeBSD machine I'am using a Teles 16.3.0 ISDN card. > > When the modem is calling the freeBSD machine I cannot get data > communication along the Data channel (B). The modem is using an > asynchron V110 for ISDN protocol. V.110 is not supported by i4b. Although i remember that someone from NL at least read the specs ;-) 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 May 21 6:15:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from bitbucket.extern.uniface.nl (nettle.uniface.nl [193.78.88.130]) by hub.freebsd.org (Postfix) with ESMTP id 1473E153A4 for ; Fri, 21 May 1999 06:15:39 -0700 (PDT) (envelope-from bert_driehuis@nl.compuware.com) Received: (from smtpd@localhost) by bitbucket.extern.uniface.nl (8.7.6/8.7.3r) id PAA13887 for ; Fri, 21 May 1999 15:15:34 +0200 (MET DST) Received: from trashcan.nl.compuware.com(172.16.16.52) via SMTP by recyclebin.nl.compuware.com, id smtpd013873; Fri May 21 15:15:26 1999 Received: from nl.compuware.com (c1111.nl.compuware.com [172.16.16.36]) by trashcan.nl.compuware.com (Postfix) with ESMTP id 2A7FB2F33; Fri, 21 May 1999 15:15:24 +0200 (CEST) Message-ID: <37455C6C.4DEAECF6@nl.compuware.com> Date: Fri, 21 May 1999 15:15:24 +0200 From: Bert Driehuis Organization: Compuware Europe, Amsterdam X-Mailer: Mozilla 4.08 [en] (X11; I; BSD/OS 3.1 i386) MIME-Version: 1.0 To: freebsd-isdn@FreeBSD.ORG Subject: V.110 and V.120 [Connecting a GSM modem with a freeBSD machine] References: 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 wrote: > V.110 is not supported by i4b. Although i remember that someone from NL > at least read the specs ;-) Well, that was the V.120 spec (even though I have read the V.110 spec as well, and it is equally unenlightening). My observation is that the ITU V.120 spec of 09/96 does not match what I see when I trace a V.120 connection. This means I don't understand the spec, probably; the alternate hypothesis being that noone bothers to implement the spec. So, I'm not even going to touch this code unless someone with access to a good protocol analyzer can give me a detailed protocol trace of a V.120 connection between, say, a PC running the Teles software and a Compuserve POP (and even *then* I'm not promising a thing). V.110 should be similar to V.120, but then again, one would expect V.120 implementations to be similar to the spec as well :-) Cheers, -- Bert -- Bert Driehuis, MIS -- bert_driehuis@nl.compuware.com -- +31-20-3116119 The grand leap of the whale up the Fall of Niagara is esteemed, by all who have seen it, as one of the finest spectacles in nature. -- Benjamin Franklin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri May 21 6:49:56 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 60A5714D0E for ; Fri, 21 May 1999 06:49:51 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1400 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 21 May 1999 15:49:50 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10kpgL-0000fiC; Fri, 21 May 99 15:49 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Strange ISDN Failures In-Reply-To: <001501bea04c$28c3ecc0$53cb08d4@martins.teuto.de> from Martin Husemann at "May 17, 99 12:00:57 pm" To: martin@rumolt.teuto.de (Martin Husemann) Date: Fri, 21 May 1999 15:49:48 +0200 (METDST) Cc: freebsd-isdn@freebsd.org (ISDN Mailinglist) 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: 530 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Martin Husemann: > Sorry, can't remember exactly if I realy saw this ones, but I still get > ocasional > > i4b-L2-i4b_rxd_ack: ((N(R)-1)=100) != (UA=101) !!! I think this is a bug .... 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 May 21 11:22:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from wanadoo.fr (smtp-out-001.wanadoo.fr [193.252.19.68]) by hub.freebsd.org (Postfix) with ESMTP id A0FE014E3B for ; Fri, 21 May 1999 11:22:33 -0700 (PDT) (envelope-from Philippe.Guezou@wanadoo.fr) Received: from tntren10-58.abo.wanadoo.fr [164.138.136.58] by wanadoo.fr for Paris Fri, 21 May 1999 20:22:32 +0200 (MET DST) Message-Id: <3.0.5.32.19990521202551.007db870@pop.wanadoo.fr> X-Sender: Philippe.Guezou@pop.wanadoo.fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Fri, 21 May 1999 20:25:51 +0200 To: freebsd-isdn@freebsd.org From: Philippe Guezou Subject: ITK ix1 micro (again *sigh*) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everyone.. i've just finished to read the thread about the ITK support :) really impressive work :)) But, there is still a pbm.. i've tried to fix it in the past two week, but my knowledge seems to weak for this.. :( Here is the problem... The ITK ix1 micro was declined in various models.. The ISDN4BSD support only the release 2 of the card.. ie, a jumpered card.. the release 3 is a fully PnP cards.. I have a ITK ix1 micro v3.0, which isn't reconnized by the actual ITK drive of i4b 0.80 beta (070599). some technical details: HSCX TE, 21525 V2.1 ISAC 2186 V1.1 IOM-2 bus jumperless card, ISA card, PnP. No technical docs, only an Install Doc. (i've download the HSCX and ISAC technical doc for Seimens) Well, i beleive it should not be really complex to let it reconnized and used by isdn4bsd, but, i'm unable to figure how to probe it.. i've tried some modification on the source code in isapnp_isic.c and some *.c *.h to declare it, but, humm :( i can't manage to see i4b in the pnp part. hum.. well, the stuff i need, is maybe some working papers on how to do this. ie, how to add a card on the i4b tree.. things that you may know without spending one week in reading codes ;) I couldn't find docs for that.. i feel a bit crappy in asking this if there is something online :( thanks. Philippe. Guezou Philippe http://www.tolkien.cam.org/~fifi Network. System. Admin. email: fifi@tolkien.cam.org fifi@cam.org Philippe.Guezou@wanadoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 22 2: 2:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (Postfix) with ESMTP id EE8CD151F5 for ; Sat, 22 May 1999 02:02:30 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id LAA05358; Sat, 22 May 1999 11:02:27 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m10l7fO-002ZjZC; Sat, 22 May 99 11:02 MET DST Received: from bert.kts.org([194.55.156.2]) (2186 bytes) by ernie.kts.org via sendmail with P:smtp/R:smart_host/T:uux (sender: ) id for ; Sat, 22 May 1999 10:46:51 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #5 built 1999-Apr-19) Received: from localhost (1736 bytes) by bert.kts.org via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Sat, 22 May 1999 10:48:06 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #4 built 1998-Dec-26) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: Re: ITK ix1 micro (again *sigh*) In-Reply-To: <3.0.5.32.19990521202551.007db870@pop.wanadoo.fr> from Philippe Guezou at "May 21, 1999 8:25:51 pm" To: Philippe.Guezou@wanadoo.fr (Philippe Guezou) Date: Sat, 22 May 1999 10:48:06 +0200 (CEST) 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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Philippe Guezou wrote: > Here is the problem... > The ITK ix1 micro was declined in various models.. The ISDN4BSD support > only the release 2 of the card.. ie, a jumpered card.. the release 3 is > a fully PnP cards.. I have a ITK ix1 micro v3.0, which isn't reconnized > by the actual ITK drive of i4b 0.80 beta (070599). It should not be difficult to add support for that card. First, use pnpinfo and/or boot with -v to get information about the card. Then, look at layer1/i4b_isic_pnp.c: add a define for the card as VID_XXXXX, add that to the array i4b_pnp_ids[], that should be enough for the i4b_pnp_probe() routine to succeed. Next, in i4b_pnp_attach(), add support for your VID_XXXX to the switch(spci.vendor_id) construct, and add support in isic_pnpprobe() to the switch(dev->id_flags), it should be sufficient to use the existing FLAG_XXXX values and subroutines in the current ITK driver. This is just a rough overview, hope it helps. 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 Sat May 22 10:41:26 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 62CF414D93 for ; Sat, 22 May 1999 10:41:23 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id TAA18390; Sat, 22 May 1999 19:21:15 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id RAA14920; Sat, 22 May 1999 17:00:23 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905221500.RAA14920@yedi.iaf.nl> Subject: Re: V.110 and V.120 [Connecting a GSM modem with a freeBSD machine] In-Reply-To: <37455C6C.4DEAECF6@nl.compuware.com> from Bert Driehuis at "May 21, 1999 3:15:24 pm" To: bert_driehuis@nl.compuware.com (Bert Driehuis) Date: Sat, 22 May 1999 17:00:23 +0200 (CEST) Cc: freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Bert Driehuis wrote ... > Hellmuth Michaelis wrote: > > > V.110 is not supported by i4b. Although i remember that someone from NL > > at least read the specs ;-) > > Well, that was the V.120 spec (even though I have read the V.110 spec as > well, and it is equally unenlightening). > > My observation is that the ITU V.120 spec of 09/96 does not match what I > see when I trace a V.120 connection. This means I don't understand the > spec, probably; the alternate hypothesis being that noone bothers to > implement the spec. So, I'm not even going to touch this code unless > someone with access to a good protocol analyzer can give me a detailed > protocol trace of a V.120 connection between, say, a PC running the Teles > software and a Compuserve POP (and even *then* I'm not promising a thing). > > V.110 should be similar to V.120, but then again, one would expect V.120 > implementations to be similar to the spec as well :-) I use a Motorola BitSurfr Pro (bitsmurfer for some ;-) that can do V110 and V.120. Use it to pull email & news via UUCP from my ISP. Works OK for me. And has done so for years. It can also do PPP but that seems to be a lousy implementation (all who were at the '98 hackersparty in Arnhem will know..) In case anyone in Holland wants to give it a shot: I have a second (spare) Bitsurfr Pro for someone who wants to do tracing or so. But it is a loaner, after all it is my spare unit. | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 May 22 16:56:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from wanadoo.fr (smtp-out-006.wanadoo.fr [193.252.19.98]) by hub.freebsd.org (Postfix) with ESMTP id CEF1D14DBC for ; Sat, 22 May 1999 16:56:55 -0700 (PDT) (envelope-from Philippe.Guezou@wanadoo.fr) Received: from brennes1-2-61.abo.wanadoo.fr [193.250.144.61] by wanadoo.fr for Paris Sun, 23 May 1999 01:56:50 +0200 (MET DST) Message-Id: <3.0.5.32.19990523020013.007cbb80@pop.wanadoo.fr> X-Sender: Philippe.Guezou@pop.wanadoo.fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sun, 23 May 1999 02:00:13 +0200 To: hm@kts.org From: Philippe Guezou Subject: Re: ITK ix1 micro (again *sigh*) Cc: FreeBSD-ISDN@FreeBSD.org In-Reply-To: References: <3.0.5.32.19990521202551.007db870@pop.wanadoo.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_927410413==_" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --=====================_927410413==_ Content-Type: text/plain; charset="us-ascii" At 10:48 22/05/99 +0200, you wrote: > >This is just a rough overview, hope it helps. > it rocks !!! :) thanks a lot :) i've successfully dial with my FreeBSD 3.0 and i4B-0.80 attached here is the patch needed to reconized the ITK ix1 micro v3.0 it must be applied in the layer1 directory of course. >hellmuth thanks again for your help :)) Philippe.. --=====================_927410413==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ITK-Ix-Microv3-patch" *** i4b_isic_pnp.c.old Sat May 22 20:43:11 1999 --- i4b_isic_pnp.c Sat May 22 20:43:20 1999 *************** *** 82,87 **** --- 82,88 ---- #define VID_SEDLBAUER 0x0100274c /* Sedlbauer WinSpeed */ #define VID_NICCYGO 0x5001814c /* Neuhaus Niccy GO@ */ #define VID_ELSAQS1P 0x33019315 /* ELSA Quickstep1000pro*/ + #define VID_ITK0025 0x25008b26 /* ITK Ix1 Micro V3 */ static struct i4b_pnp_ids { u_long vend_id; *************** *** 93,98 **** --- 94,100 ---- { VID_SEDLBAUER, "Sedlbauer WinSpeed" }, { VID_NICCYGO, "Dr.Neuhaus Niccy Go@" }, { VID_ELSAQS1P, "ELSA QuickStep 1000pro"}, + { VID_ITK0025, "ITK ix1 Micro V3.0" }, { 0 } }; *************** *** 211,216 **** --- 213,221 ---- case VID_ELSAQS1P: dev->id_flags =3D FLAG_ELSA_QS1P_ISA; break; + case VID_ITK0025: + dev->id_flags =3D FLAG_ITK_IX1; + break; } write_pnp_parms(&spci, 0); *************** *** 287,292 **** --- 292,304 ---- ret =3D isic_probe_Eqs1pi(dev, iobase2); break; #endif + + #ifdef ITKIX1 + case FLAG_ITK_IX1: + ret =3D isic_probe_itkix1(dev); + break; + #endif + default: break; } --=====================_927410413==_ Content-Type: text/plain; charset="us-ascii" Guezou Philippe http://www.tolkien.cam.org/~fifi Network. System. Admin. email: fifi@tolkien.cam.org fifi@cam.org Philippe.Guezou@wanadoo.fr --=====================_927410413==_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 23 5:27:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from bitbucket.extern.uniface.nl (nettle.uniface.nl [193.78.88.130]) by hub.freebsd.org (Postfix) with ESMTP id C9823152FE for ; Sun, 23 May 1999 05:27:16 -0700 (PDT) (envelope-from bert_driehuis@nl.compuware.com) Received: (from smtpd@localhost) by bitbucket.extern.uniface.nl (8.7.6/8.7.3r) id OAA16148; Sun, 23 May 1999 14:27:15 +0200 (MET DST) Received: from trashcan.nl.compuware.com(172.16.16.52) via SMTP by recyclebin.nl.compuware.com, id smtpd015731; Sun May 23 14:27:13 1999 Received: from dewmoth (dewmoth.nl.compuware.com [172.16.16.49]) by trashcan.nl.compuware.com (Postfix) with SMTP id 4BEB12F33; Sun, 23 May 1999 14:27:12 +0200 (CEST) Date: Sun, 23 May 1999 14:27:11 +0200 (MET DST) From: Bert Driehuis To: Wilko Bulte Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: V.110 and V.120 [Connecting a GSM modem with a freeBSD machine] In-Reply-To: <199905221500.RAA14920@yedi.iaf.nl> 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, 22 May 1999, Wilko Bulte wrote: > In case anyone in Holland wants to give it a shot: I have a second > (spare) Bitsurfr Pro for someone who wants to do tracing or so. But it is > a loaner, after all it is my spare unit. Thanks for the offer, but I've got access to a whole bunch of different V.120 equipment. The problem is that the packet tracing I've done doesn't help me further, because I can identify some bits in the packets and I can guess at others, but it doesn't conform to the layouts in the V.120 09/96 spec. Therefore, if someone has a professional ISDN analyzer that can unpack those packets and tell me what the bits actually mean, I can start doing some real work on V.120. For now, the entire science consists of waving chickens. I can connect to a V.120 system waving chickens and even get some data across, but it is not reliable and besides, I don't want to tackle the problem like this because without authoritative information on what happens in this connection, I might very well blow the access system at the other end out of the water by depleting resources or whatever. Cheers, -- Bert Bert Driehuis, MIS -- bert_driehuis@nl.compuware.com -- +31-20-3116119 The grand leap of the whale up the Fall of Niagara is esteemed, by all who have seen it, as one of the finest spectacles in nature. -- Benjamin Franklin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 23 9:40:46 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 524DF15097 for ; Sun, 23 May 1999 09:40:40 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id RAA27712; Sun, 23 May 1999 17:49:09 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id QAA77102; Sun, 23 May 1999 16:47:37 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905231447.QAA77102@yedi.iaf.nl> Subject: Re: V.110 and V.120 [Connecting a GSM modem with a freeBSD machine] In-Reply-To: from Bert Driehuis at "May 23, 1999 2:27:11 pm" To: bert_driehuis@nl.compuware.com (Bert Driehuis) Date: Sun, 23 May 1999 16:47:37 +0200 (CEST) Cc: freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Bert Driehuis wrote ... > On Sat, 22 May 1999, Wilko Bulte wrote: > > > In case anyone in Holland wants to give it a shot: I have a second > > (spare) Bitsurfr Pro for someone who wants to do tracing or so. But it is > > a loaner, after all it is my spare unit. > > Thanks for the offer, but I've got access to a whole bunch of different > V.120 equipment. The problem is that the packet tracing I've done doesn't > help me further, because I can identify some bits in the packets and I can > guess at others, but it doesn't conform to the layouts in the V.120 09/96 > spec. Therefore, if someone has a professional ISDN analyzer that can > unpack those packets and tell me what the bits actually mean, I can start > doing some real work on V.120. For now, the entire science consists of > waving chickens. Sorry, chickens are not my field of expertise. | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Sun May 23 9:49:12 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 7ED8B15097 for ; Sun, 23 May 1999 09:49:07 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id SAA27520; Sun, 23 May 1999 18:49:06 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id SAA09282; Sun, 23 May 1999 18:49:03 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Wilko Bulte Cc: bert_driehuis@nl.compuware.com (Bert Driehuis), freebsd-isdn@FreeBSD.ORG Subject: Re: V.110 and V.120 [Connecting a GSM modem with a freeBSD machine] In-reply-to: Your message of "Sun, 23 May 1999 16:47:37 +0200." <199905231447.QAA77102@yedi.iaf.nl> Date: Sun, 23 May 1999 18:49:03 +0200 Message-ID: <9280.927478143@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199905231447.QAA77102@yedi.iaf.nl>, Wilko Bulte writes: >As Bert Driehuis wrote ... >> On Sat, 22 May 1999, Wilko Bulte wrote: >> >> > In case anyone in Holland wants to give it a shot: I have a second >> > (spare) Bitsurfr Pro for someone who wants to do tracing or so. But it is >> > a loaner, after all it is my spare unit. >> >> Thanks for the offer, but I've got access to a whole bunch of different >> V.120 equipment. The problem is that the packet tracing I've done doesn't >> help me further, because I can identify some bits in the packets and I can >> guess at others, but it doesn't conform to the layouts in the V.120 09/96 >> spec. V.120 is basically a LAP-B as far as I recall whereas X.75 is LAP-M with. Have you managed to identify and follow the LAP-B headers ? You can find a description of LAP-B in any old X.25 standard, or if you have a CVS tree, checkout an old copy of sys/netccitt -- 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 May 24 2: 2:33 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (Postfix) with ESMTP id 93F2914BFE for ; Mon, 24 May 1999 02:02:27 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id LAA31383; Mon, 24 May 1999 11:02:27 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m10lqcU-002ZjcC; Mon, 24 May 99 11:02 MET DST Received: from bert.kts.org([194.55.156.2]) (4424 bytes) by ernie.kts.org via sendmail with P:smtp/R:smart_host/T:uux (sender: ) id for ; Mon, 24 May 1999 10:27:11 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #5 built 1999-Apr-19) Received: from localhost (3974 bytes) by bert.kts.org via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Mon, 24 May 1999 10:28:30 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #4 built 1998-Dec-26) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: Re: Bug in i4b? Status Enquiry In-Reply-To: <199905232348.BAA06659@pollux.use.ch> from Caspar Schlegel at "May 24, 1999 1:48:32 am" To: schlegel@pollux.use.ch (Caspar Schlegel) Date: Mon, 24 May 1999 10:28:30 +0200 (CEST) Cc: freebsd-isdn@freebsd.org (ISDN for BSD) 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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (i'm forwarding to the list, perhaps someone else has an idea ...) Caspar Schlegel wrote: > I seem to have found a bug in i4b... I'm getting kicked off the line > after about 3 mins after dialling & being connected. > > I'm using a AVM A1/Fritz Card with i4b 0.81, Freebsd 3.1 Release. I'm using > syncPPP. (isp0). I'm located in Switzerland. > > This is the D-Channel Dump from dialling until the Status Enquiry... > Note Frame 51, where I'm getting kicked off with cause 41. Linux > worked ok with these Sense keys. [...] > -- NT->TE - unit:0 - frame:000048 - time:19.05 07:58:31.186530 - length:8 ------ > Dump:000 02 91 08 04 .... > Q921: SAP=0 (Call Control), C, TEI=72, I-Frame: N(S) 4 N(R) 2 P 0 > Dump:004 08 01 b0 75 ...u > Q931: pd=Q.931/I.451, cr=0x30 (from destination), message=STATUS ENQIRY: > > -- TE->NT - unit:0 - frame:000049 - time:19.05 07:58:31.186530 - length:15 ----- > Dump:000 00 91 04 0a .... > Q921: SAP=0 (Call Control), C, TEI=72, I-Frame: N(S) 2 N(R) 5 P 0 > Dump:004 08 01 30 7d 08 02 80 1e 14 01 0a ..0}....... > Q931: pd=Q.931/I.451, cr=0x30 (from origination), message=STATUS: > [cause: 30: Response to STATUS ENQUIRY (Q.850) > (location=user, std=CCITT)] > [call state: Std=CCITT, State=Active] > > -- NT->TE - unit:0 - frame:000050 - time:19.05 07:58:31.196536 - length:4 ------ > Dump:000 00 91 01 06 .... > Q921: SAP=0 (Call Control), R, TEI=72, S-Frame: RR N(R) 3 PF 0 > > -- NT->TE - unit:0 - frame:000051 - time:19.05 07:58:35.736599 - length:22 ----- > Dump:000 02 91 0a 06 .... > Q921: SAP=0 (Call Control), C, TEI=72, I-Frame: N(S) 5 N(R) 3 P 0 > Dump:004 08 01 b0 4d 08 02 82 a9 28 08 46 52 2e 20 30 2e ...M....(.FR. 0. > Dump:020 30 30 00 > Q931: pd=Q.931/I.451, cr=0x30 (from destination), message=RELEASE: > [cause: 41: Temporary failure (Q.850) > (location=public network serving local user, std=CCITT)] > [display: FR. 0.00] The trace shows a completely valid behaviour according to Q.931, i've just read the specs again (or there is something going wrong what i simply don't see and have overlooked). The real question is, what makes the NT send you a STATUS ENQUIRY message ??? All is fine, nothing strange. The status reply is valid and shows everything is fine on our side too, so there is no obvious reason to send the RELEASE. There might be a drop of layer 1 (add the -i flag to isdntrace's options to see that). Cause 41 is a catch-all: ".. indicates that the network [!!! -hm] is not functioning correctly and that the condition is not likely to last a long period of time; e.g. the user [!!! -hm] may wish to try another call immediately". But it shows something is not working properly in the network, not on your side. Now it wold be interesting _how_ Linux handles this exact situation (i can't think how it could handle this differently - but again, i may be overlooking something). 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 Mon May 24 4: 5:17 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from office.knowledge.com (office.knowledge.com [195.40.167.196]) by hub.freebsd.org (Postfix) with ESMTP id A6A6E15058 for ; Mon, 24 May 1999 04:05:04 -0700 (PDT) (envelope-from Peter.Galbavy@knowledge.com) Received: from peter by office.knowledge.com with local (Exim 2.10 #1) id 10lsXX-0002DP-00 for isdn@FreeBSD.ORG; Mon, 24 May 1999 12:05:03 +0100 Date: Mon, 24 May 1999 12:05:03 +0100 From: Peter Galbavy To: isdn@FreeBSD.ORG Subject: ISDN PRI ? Message-ID: <19990524120503.A20160@office.knowledge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am guitly of net yet ftp'ing the latest version, so please excuse me if this is answered there. Has anyone done anything with i4b to support and PRI interfaces ? Are there any cards (for that matter) on the market (Europe) that would fit in with i4b's architechture ? Regards, -- Peter Galbavy Knowledge Matters Ltd http://www.knowledge.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 5: 0:27 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 427A8153BE for ; Mon, 24 May 1999 05:00:23 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1472 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 24 May 1999 14:00:22 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10ltP1-0000bHC; Mon, 24 May 99 14:00 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: ISDN PRI ? In-Reply-To: <19990524120503.A20160@office.knowledge.com> from Peter Galbavy at "May 24, 99 12:05:03 pm" To: Peter.Galbavy@knowledge.com (Peter Galbavy) Date: Mon, 24 May 1999 14:00:19 +0200 (METDST) 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: 647 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Peter Galbavy: > Has anyone done anything with i4b to support and PRI interfaces ? AFAIK, no. > Are there any cards (for that matter) on the market (Europe) that would > fit in with i4b's architechture ? CAPI based boards would be best. Although the CAPI i/f has first to be written and implemented. 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 May 24 6:49:41 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from enterprise.ciai.net (enterprise.ciai.net [209.136.8.10]) by hub.freebsd.org (Postfix) with ESMTP id CAB9F153E7 for ; Mon, 24 May 1999 06:49:38 -0700 (PDT) (envelope-from brian.scott@slipmat.net) Received: from slipmat.net (houze.slipmat.net [209.136.8.226]) by enterprise.ciai.net (8.9.1/8.9.1) with ESMTP id JAA27967 for ; Mon, 24 May 1999 09:00:33 -0500 (CDT) Message-ID: <37495AD2.11F370CD@slipmat.net> Date: Mon, 24 May 1999 08:57:38 -0500 From: Brian Scott X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Cc: ISDN for BSD Subject: New to ISDN References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FreeBSD hackers... I'm new to ISDN, but not to FreeBSD, anyhow I've been playing with this for days and I'm not getting anywhere very fast. What I'm trying to do is dial into my PRI using both channels of my BRI. Here is what I have in my kernel and the error I'm getting on boot.... Kernel.... # USRobotics Sportster ISDN TA intern options "USR_STI" #device isic0 at isa? port 0x268 net irq 5 flags 7 vector isicintr device isic0 at isa? port 0x268 net irq 5 flags 7 # Stollmann Tina-dd control device #device tina0 at isa? port 0x268 net irq 5 vector tinaintr pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 #pseudo-device "i4btel" 2 pseudo-device "i4bipr" 4 options IPR_VJ pseudo-device "i4bisppp" 4 pseudo-device sppp 4 boot error... isic0: HSCX VSTR test failed for USR Sportster TA isic0: HSC0: VSTR: 0xff isic0: HSC1: VSTR: 0xff isic0 not found at 0x268 My assumption is that it is finding the card (so I port 0x268 net irq 5 should be ok?) as it is getting further than it did before. Although I've been reading all the docs I can find on this I think I'm still missing a larger picture here. Could someone please smak me inthe right direction, and if there are any docs out there relating to the sporster could you send the URL? thanks Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 7: 4:22 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E1DB314BD3; Mon, 24 May 1999 07:04:17 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id QAA90209; Mon, 24 May 1999 16:04:16 +0200 (CEST) (envelope-from des) To: isdn@FreeBSD.ORG Cc: blitz@pdq.net, stable@FreeBSD.ORG Subject: Re: ISDN Terminal adapter no work References: <19990519233544.130B915164@hub.freebsd.org> From: Dag-Erling Smorgrav Date: 24 May 1999 16:04:15 +0200 In-Reply-To: "Craig Harding"'s message of "Thu, 20 May 1999 11:35:11 +1200" Message-ID: Lines: 9 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Craig Harding" writes: > Most TA's act just like very fast modems. "very" is perhaps not the right word, since an single ISDN channel is less than twice as fast as a 33k6 modem. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 9:41:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id B9D1114E41; Mon, 24 May 1999 09:41:50 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10lxnM-0000Mi-00; Mon, 24 May 1999 09:41:44 -0700 Date: Mon, 24 May 1999 09:41:42 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Dag-Erling Smorgrav Cc: isdn@FreeBSD.ORG, blitz@pdq.net, stable@FreeBSD.ORG Subject: Re: ISDN Terminal adapter no work 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 24 May 1999, Dag-Erling Smorgrav wrote: > "Craig Harding" writes: > > Most TA's act just like very fast modems. > > "very" is perhaps not the right word, since an single ISDN channel is > less than twice as fast as a 33k6 modem. Nope. First of all, most everyone gets 2B+D ISDN (2 x 64K) anyhow, in fact 1B+D (64k) isn't available in most areas of the world. Second, ISDN is sync, but modems are async. Now some people use various async emulation protocols over ISDN (like V.120), but that is a complete waste, especially if all you are doing is PPP. Here is what is looks like: 64k ISDN channel: 64000 / 8 = 8000 bytes/sec 2 x 33.6 modem: 67200 / 10 = 6720 bytes/sec So a 64k ISDN channel is fair amount faster (about 20%) than two 33.6k modems. > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 9:48:26 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from shell.webmaster.com (mail.webmaster.com [209.133.28.73]) by hub.freebsd.org (Postfix) with ESMTP id 91A951553F; Mon, 24 May 1999 09:48:17 -0700 (PDT) (envelope-from davids@webmaster.com) Received: from whenever ([209.133.29.2]) by shell.webmaster.com (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id com; Mon, 24 May 1999 09:48:14 -0700 From: "David Schwartz" To: "Tom" Cc: , Subject: RE: ISDN Terminal adapter no work Date: Mon, 24 May 1999 09:48:14 -0700 Message-ID: <000001bea605$374504f0$021d85d1@whenever.youwant.to> 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.2377.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Umm, 33.6 modems are synchronous. DS > On 24 May 1999, Dag-Erling Smorgrav wrote: > > > "Craig Harding" writes: > > > Most TA's act just like very fast modems. > > > > "very" is perhaps not the right word, since an single ISDN channel is > > less than twice as fast as a 33k6 modem. > > Nope. > > First of all, most everyone gets 2B+D ISDN (2 x 64K) anyhow, in fact > 1B+D (64k) isn't available in most areas of the world. > > Second, ISDN is sync, but modems are async. Now some people use various > async emulation protocols over ISDN (like V.120), but that is a complete > waste, especially if all you are doing is PPP. > > Here is what is looks like: > > 64k ISDN channel: 64000 / 8 = 8000 bytes/sec > 2 x 33.6 modem: 67200 / 10 = 6720 bytes/sec > > So a 64k ISDN channel is fair amount faster (about 20%) than two 33.6k > modems. > > > DES > > -- > > Dag-Erling Smorgrav - des@flood.ping.uio.no > > > Tom > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" 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 May 24 9:57:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from ixori.demon.nl (ixori.demon.nl [195.11.248.5]) by hub.freebsd.org (Postfix) with ESMTP id B6DA214CF5; Mon, 24 May 1999 09:57:07 -0700 (PDT) (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.3/8.9.1) with ESMTP id TAA01806; Mon, 24 May 1999 19:01:07 +0200 (CEST) (envelope-from bart@ixori.demon.nl) Date: Mon, 24 May 1999 19:01:06 +0200 (CEST) From: Bart van Leeuwen To: Tom Cc: Dag-Erling Smorgrav , isdn@freebsd.org, blitz@pdq.net, stable@freebsd.org Subject: Re: ISDN Terminal adapter no work 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 Mon, 24 May 1999, Tom wrote: > On 24 May 1999, Dag-Erling Smorgrav wrote: > > > "Craig Harding" writes: > > > Most TA's act just like very fast modems. > > > > "very" is perhaps not the right word, since an single ISDN channel is > > less than twice as fast as a 33k6 modem. > > Nope. > > First of all, most everyone gets 2B+D ISDN (2 x 64K) anyhow, in fact > 1B+D (64k) isn't available in most areas of the world. > > Second, ISDN is sync, but modems are async. Now some people use various > async emulation protocols over ISDN (like V.120), but that is a complete > waste, especially if all you are doing is PPP. > > Here is what is looks like: > > 64k ISDN channel: 64000 / 8 = 8000 bytes/sec > 2 x 33.6 modem: 67200 / 10 = 6720 bytes/sec > Uusually async modems also support things like mnp4 and 5, v42, v42bis etc. one of the results of this is that the actual transport of data across a pstn or leased line with 2 async modems looks pretty much the same, and also achieves pretty much the same throughput as using 2 sync modems on that same line. Your comparison is only true for a plain async connection, but thats not what 2 async modems do. (and, when testing this on a network that has way more throughput then your async connection, you will plainly see this by achieving approx 110% of the theoretical async throughput, given you use things like a as high as possible dte-dce connection and hardware handshaking) > So a 64k ISDN channel is fair amount faster (about 20%) than two 33.6k > modems. > So... this is only true for a async connection employing 2 plain async modems without any error correction and such, which are almost extinct nowadays. Still there are a lot of advantages when using isdn, and esp. when compared to 2 33k6 connections the fact that its a single connection that can be setup quickly and requires very little overhead to be managed is where your potential performance gains are. Bart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 10:20:59 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 3218714D32; Mon, 24 May 1999 10:20:55 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id TAA91192; Mon, 24 May 1999 19:20:51 +0200 (CEST) (envelope-from des) To: Bart van Leeuwen Cc: Tom , Dag-Erling Smorgrav , isdn@freebsd.org, blitz@pdq.net, stable@freebsd.org Subject: Re: ISDN Terminal adapter no work References: From: Dag-Erling Smorgrav Date: 24 May 1999 19:20:50 +0200 In-Reply-To: Bart van Leeuwen's message of "Mon, 24 May 1999 19:01:06 +0200 (CEST)" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bart van Leeuwen writes: > Still there are a lot of advantages when using isdn, and esp. when > compared to 2 33k6 connections the fact that its a single connection that > can be setup quickly and requires very little overhead to be managed is > where your potential performance gains are. There was never talk of using two 33k6 modems instead of an ISDN line. Somebody claimed that an ISDN TA was a "very fast modem", to which I replied that the difference was not large enough to warrant the use of the word "very". DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 11:51:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 63ED41524F; Mon, 24 May 1999 11:51:55 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10lzpH-0007kl-00; Mon, 24 May 1999 11:51:51 -0700 Date: Mon, 24 May 1999 11:51:49 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: David Schwartz Cc: isdn@FreeBSD.ORG, stable@FreeBSD.ORG Subject: RE: ISDN Terminal adapter no work In-Reply-To: <000001bea605$374504f0$021d85d1@whenever.youwant.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 Mon, 24 May 1999, David Schwartz wrote: > Umm, 33.6 modems are synchronous. > > DS No Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 11:54:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id C9E7F15454; Mon, 24 May 1999 11:54:16 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 10lzrQ-0000JG-00; Mon, 24 May 1999 11:54:04 -0700 Date: Mon, 24 May 1999 11:54:02 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Bart van Leeuwen Cc: Dag-Erling Smorgrav , isdn@freebsd.org, blitz@pdq.net, stable@freebsd.org Subject: Re: ISDN Terminal adapter no work 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 Mon, 24 May 1999, Bart van Leeuwen wrote: > On Mon, 24 May 1999, Tom wrote: > > > On 24 May 1999, Dag-Erling Smorgrav wrote: > > > > > "Craig Harding" writes: > > > > Most TA's act just like very fast modems. > > > > > > "very" is perhaps not the right word, since an single ISDN channel is > > > less than twice as fast as a 33k6 modem. > > > > Nope. > > > > First of all, most everyone gets 2B+D ISDN (2 x 64K) anyhow, in fact > > 1B+D (64k) isn't available in most areas of the world. > > > > Second, ISDN is sync, but modems are async. Now some people use various > > async emulation protocols over ISDN (like V.120), but that is a complete > > waste, especially if all you are doing is PPP. > > > > Here is what is looks like: > > > > 64k ISDN channel: 64000 / 8 = 8000 bytes/sec > > 2 x 33.6 modem: 67200 / 10 = 6720 bytes/sec > > > > Uusually async modems also support things like mnp4 and 5, v42, > v42bis etc. one of the results of this is that the actual transport of Yes, I didn't include that. Nor did I not include using STAC compression on the ISDN line. STAC provides much better results than any modem compression protocol. ... > So... this is only true for a async connection employing 2 plain async > modems without any error correction and such, which are almost > extinct nowadays. So is a bare ISDN connection. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 13:36:55 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from xkis.kis.ru (xkis.kis.ru [195.98.32.200]) by hub.freebsd.org (Postfix) with ESMTP id 6125D1540C; Mon, 24 May 1999 13:36:50 -0700 (PDT) (envelope-from dv@dv.ru) Received: from localhost (dv@localhost) by xkis.kis.ru (8.9.3/8.9.0) with SMTP id AAA00710; Tue, 25 May 1999 00:36:38 +0400 (MSD) Date: Tue, 25 May 1999 00:36:38 +0400 (MSD) From: Dmitry Valdov X-Sender: dv@xkis.kis.ru To: Tom Cc: David Schwartz , isdn@FreeBSD.ORG, stable@FreeBSD.ORG Subject: RE: ISDN Terminal adapter no work 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 Mon, 24 May 1999, Tom wrote: > Date: Mon, 24 May 1999 11:51:49 -0700 (PDT) > From: Tom > To: David Schwartz > Cc: isdn@FreeBSD.ORG, stable@FreeBSD.ORG > Subject: RE: ISDN Terminal adapter no work > > On Mon, 24 May 1999, David Schwartz wrote: > > > Umm, 33.6 modems are synchronous. > > > > DS > > No Yes. Any modern error correction protocols is synchronous. So, maximum throughput of 33.6 modem with v.42 (*WITHOUT* compression!) is 33600/8=4200 bytes/sec. Dmitry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 15: 4:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 5A8AB14E11; Mon, 24 May 1999 15:04:15 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.9.2) with ESMTP id XAA81340; Mon, 24 May 1999 23:02:25 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id SAA00585; Mon, 24 May 1999 18:41:45 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905241741.SAA00585@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Tom Cc: Dag-Erling Smorgrav , isdn@FreeBSD.ORG, blitz@pdq.net, stable@FreeBSD.ORG Subject: Re: ISDN Terminal adapter no work In-reply-to: Your message of "Mon, 24 May 1999 09:41:42 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 May 1999 18:41:45 +0100 From: Brian Somers Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On 24 May 1999, Dag-Erling Smorgrav wrote: > > > "Craig Harding" writes: > > > Most TA's act just like very fast modems. > > > > "very" is perhaps not the right word, since an single ISDN channel is > > less than twice as fast as a 33k6 modem. > > Nope. > > First of all, most everyone gets 2B+D ISDN (2 x 64K) anyhow, in fact > 1B+D (64k) isn't available in most areas of the world. > > Second, ISDN is sync, but modems are async. Now some people use various > async emulation protocols over ISDN (like V.120), but that is a complete > waste, especially if all you are doing is PPP. > > Here is what is looks like: > > 64k ISDN channel: 64000 / 8 = 8000 bytes/sec > 2 x 33.6 modem: 67200 / 10 = 6720 bytes/sec > > So a 64k ISDN channel is fair amount faster (about 20%) than two 33.6k > modems. Recent tests with user-ppp show that running in sync mode (and skipping all the hdlc and async packet reassembly stuff) will buy you another 50% throughput wrt cpu load. This can make a big difference if you're using a few ppp invocations. > > DES > > -- > > Dag-Erling Smorgrav - des@flood.ping.uio.no > > > Tom -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 15: 9:21 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from news.mainnet.com (mainnet.com [207.105.52.10]) by hub.freebsd.org (Postfix) with ESMTP id 9CBD514E11 for ; Mon, 24 May 1999 15:09:11 -0700 (PDT) (envelope-from tim@net-market.com) Received: from tgallati ([207.105.53.14]) by news.mainnet.com (Netscape Messaging Server 3.6) with SMTP id 333 for ; Mon, 24 May 1999 15:19:37 -0700 Message-Id: <4.1.19990524151056.00bbd8e0@mainnet.com> X-Sender: tgallati@mainnet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 24 May 1999 15:11:33 -0700 To: freebsd-isdn@freebsd.org From: Tim Gallati Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unsubscribe freebsd-isdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 24 15:46:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from queasy.outpost.co.nz (outpost2.inspire.net.nz [203.96.157.26]) by hub.freebsd.org (Postfix) with SMTP id 1721B14CF9 for ; Mon, 24 May 1999 15:46:06 -0700 (PDT) (envelope-from crh@outpost.co.nz) Received: (qmail 5759 invoked from network); 24 May 1999 22:46:03 -0000 Received: from officedonkey.outpost.co.nz (HELO officedonkey) (192.168.1.3) by outpost2.inspire.net.nz with SMTP; 24 May 1999 22:46:03 -0000 Comments: Authenticated sender is From: "Craig Harding" Organization: Outpost Digital Media Ltd To: freebsd-isdn@freebsd.org Date: Tue, 25 May 1999 10:45:44 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ISDN Terminal adapter no work Reply-To: crh@outpost.co.nz References: Bart van Leeuwen's message of "Mon, 24 May 1999 19:01:06 +0200 (CEST)" In-reply-to: X-mailer: Pegasus Mail for Windows (v2.52) Message-Id: <19990524224615.1721B14CF9@hub.freebsd.org> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav wrote: > There was never talk of using two 33k6 modems instead of an ISDN > line. Somebody claimed that an ISDN TA was a "very fast modem", to > which I replied that the difference was not large enough to warrant > the use of the word "very". I'm that someone, and although it seems a pointless semantic argument, I would think 128k is "very" much faster than 56k (the fastest available modem speed at present) and 128k is what my TA runs at. What I was actually trying to say in my original message (and which I thought was reasonably clear) is not that ISDN TA's are necessarily very fast, just that to use one on a FreeBSD box you merely have to think of it as a modem, albeit one that's faster than a normal analog modem. The Zyxel Omninet I have only has a single serial port to the DTE so the comparison seems valid. The other point I made, which I'll reiterate here for the benefit of other people new to ISDN and Terminal Adaptors and the like (as I was 3 weeks ago) is that (and this only applies for certain to the Zyxel Omninet but I believe is true in the general case) to use the multi-link PPP modes of the TA, you don't have to do anything special to talk to it from a FreeBSD box. I use usermode PPP, and to enable both B channels on the TA to my ISP I merely use the normal AT command setup in PPP's config files to enable multi-link PPP inside the Terminal Adaptor. Apart from that, PPP is configured to talk to the ISP as if the Terminal Adaptor is a normal modem, and the Terminal Adaptor internally performs some kind of transparent single-link PPP to multilink PPP translation that makes everything Just Work. The Zyxel supports V.120 channel bonding as well, but my ISP doesn't. I really wanted to explain all this here so that it'll get into the list archives so the next person in my position trying to get a handle on these terminal adaptors and their multi-link PPP capabilities won't be as flummoxed as I was. An additional tip - definitely enable LQR monitoring as the ISDN line can disconnect without the TA bothering to tell the FreeBSD box about it. -- C. -- Craig Harding Head of Postproduction, Outpost Digital Media Ltd "I don't know about God, I just think we're handmade" - Polly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 25 1:48:45 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 123A114C93 for ; Tue, 25 May 1999 01:48:40 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2074 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 25 May 1999 10:48:39 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10mCsx-0000aPC; Tue, 25 May 99 10:48 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: New to ISDN In-Reply-To: <37495AD2.11F370CD@slipmat.net> from Brian Scott at "May 24, 99 08:57:38 am" To: brian.scott@slipmat.net (Brian Scott) Date: Tue, 25 May 1999 10:48:31 +0200 (METDST) 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: 1257 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Brian Scott: > isic0: HSCX VSTR test failed for USR Sportster TA > isic0: HSC0: VSTR: 0xff > isic0: HSC1: VSTR: 0xff > isic0 not found at 0x268 It is not finding the card. Unfortunately, USR called several (at least 2) different cards "USR Sportster TA" which have incompatible hardware. The only supported one is the "USRobotics Sportster ISDN TA intern" and a correct kernel boot message should look like this: isic0 at 0x268 irq 5 flags 0x7 on isa isic0: USRobotics Sportster ISDN TA intern isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0xc268) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x268, AddrB=0x4268) There is a desciption and a picture of this card available at http://www.3com.de/produkte/desktopmodems/sportster_ta_int.shtml the description is in german only. The "USR Sportster ISDN 128K TA" and the "ISDN Card PnP TA (3c822)" are _not_ supported by isdn4bsd. 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 May 25 5:26:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from schulix.tele.net (schulix.tele.net [194.183.128.63]) by hub.freebsd.org (Postfix) with SMTP id 8062314D3E for ; Tue, 25 May 1999 05:26:31 -0700 (PDT) (envelope-from Martin.HEIN@maxmobil.at) Received: from firemax.maxmobil.at (firemax.maxmobil.at [194.208.250.66]) by schulix.tele.net (NTMail 3.03.0013/4c.adng) with ESMTP id la982993 for ; Tue, 25 May 1999 14:31:15 +0200 Received: from [195.5.66.211] by firemax-hme0.maxmobil.at via smtpd (for [194.183.128.63]) with SMTP; 25 May 1999 12:26:24 UT Received: from maxmobil.at (vien02maxmobil.maxmobil.at [195.5.67.2]) by maxmailrelay.maxmobil.at (8.8.8/8.8.8) with SMTP id OAA20997 for ; Tue, 25 May 1999 14:26:23 +0200 (MET DST) Received: from maxdev.maxmobil.at ([195.5.100.8]) by maxmobil.at (Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) with SMTP id C125677C.00444CAC; Tue, 25 May 1999 14:26:11 +0200 Received: by maxdev.maxmobil.at (SMI-8.6/SMI-SVR4) id OAA06658; Tue, 25 May 1999 14:22:47 +0200 Date: Tue, 25 May 1999 14:22:47 +0200 Message-Id: <199905251222.OAA06658@maxdev.maxmobil.at> From: HEIN Martin To: FreeBSD-ISDN@FreeBSD.ORG Subject: Some fundamentals Reply-To: Martin.HEIN@maxmobil.at Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Recently, I've setup a FreeBSD 3.1 box with a 3COM/USR Sportster ISDN TA, by now the system is up and running, except for some small part: I failed to configure PPP over ISDN propperly! My questions are: - When do I use 'ppp', and when should 'pppd' be used (or do I need both of them simultaneously)? - Which configuration files are needed (/etc/ppp/ppp.conf, /etc/ppp/ options, ...)? - How do I turn on VanJacobson-compression? - How do I turn off LCP-compression? - How is it accomplished to use both, file and DNS (in exactly this order: '/etc/resolv.conf: lookup file dns' seems not to work)? Tia, Martin -- ------------------------------------------------------------------------ Martin HEIN/max.it Voice: +43-676-3456-337 max.mobil. Telekommunikation Service GmbH FAX: +43-1-79585-6584 Kelsenstrasse 5-7 EMail: Martin.HEIN@maxmobil.at A - 1030 Vienna/Austria/Europe WWW: http://www.maxmobil.at ======================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 25 5:56:41 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 0DB4814F31 for ; Tue, 25 May 1999 05:56:34 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id OAA05220 for freebsd-isdn@freebsd.org; Tue, 25 May 1999 14:18:12 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id OAA11441 for freebsd-isdn@freebsd.org; Tue, 25 May 1999 14:01:21 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905251201.OAA11441@yedi.iaf.nl> Subject: i4b on FreeBSD/alpha? To: freebsd-isdn@freebsd.org (FreeBSD isdn mailing list) Date: Tue, 25 May 1999 14:01:20 +0200 (CEST) X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 Time for a long shot: how about i4b on FreeBSD/alpha? Got a spare Teles 16.3 and 2 Alpha boxes running -current. So I could give it a try. | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Tue May 25 6:47: 1 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 0D67F14D76 for ; Tue, 25 May 1999 06:46:53 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1859 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 25 May 1999 15:46:52 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10mHXf-0000aPC; Tue, 25 May 99 15:46 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Some fundamentals In-Reply-To: <199905251222.OAA06658@maxdev.maxmobil.at> from HEIN Martin at "May 25, 99 02:22:47 pm" To: Martin.HEIN@maxmobil.at Date: Tue, 25 May 1999 15:46:50 +0200 (METDST) 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: 1039 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of HEIN Martin: > Recently, I've setup a FreeBSD 3.1 box with a 3COM/USR Sportster ISDN TA, > by now the system is up and running, except for some small part: I failed > to configure PPP over ISDN propperly! > > My questions are: > > - When do I use 'ppp', and when should 'pppd' be used (or do I need > both of them simultaneously)? You must not use any of them with i4b! i4b has its own PPP stack which is configured using ifconfig and spppcontrol. Please print out the i4b handbook in handbook/i4b.ps, it will answer most of your questions. Also the FAQ and the contrib section contains some hints about how to setup PPP. And all these resources are mentioned in the README .... :-( 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 May 25 7: 2:40 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (Postfix) with ESMTP id 3C66614C24 for ; Tue, 25 May 1999 07:02:31 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id QAA27660; Tue, 25 May 1999 16:02:27 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m10mHmL-002ZjZC; Tue, 25 May 99 16:02 MET DST Received: from bert.kts.org([194.55.156.2]) (1440 bytes) by ernie.kts.org via sendmail with P:smtp/R:smart_host/T:uux (sender: ) id for ; Tue, 25 May 1999 15:41:53 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #5 built 1999-Apr-19) Received: from localhost (991 bytes) by bert.kts.org via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Tue, 25 May 1999 15:43:12 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #4 built 1998-Dec-26) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: Re: i4b on FreeBSD/alpha? In-Reply-To: <199905251201.OAA11441@yedi.iaf.nl> from Wilko Bulte at "May 25, 1999 2: 1:20 pm" To: wilko@yedi.iaf.nl (Wilko Bulte) Date: Tue, 25 May 1999 15:43:12 +0200 (CEST) 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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte wrote: > how about i4b on FreeBSD/alpha? Got a spare Teles 16.3 and 2 Alpha boxes > running -current. So I could give it a try. It seems to run - at least a bit - on NetBSD/alpha, ask Jan-Hinrich Fessel, (oskar@zippo.unna.ping.de) he did the port. 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 May 25 10:36:32 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from iaehv.iae.nl (iaehv.IAE.nl [194.151.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 97F6914F35 for ; Tue, 25 May 1999 10:36:30 -0700 (PDT) (envelope-from graaf@iae.nl) Received: from iae.nl (cirdan.iae.nl [212.61.28.35]) by iaehv.iae.nl (Postfix) with ESMTP id 8AB2220F76 for ; Tue, 25 May 1999 19:36:19 +0200 (CEST) Date: Tue, 25 May 1999 19:36:36 +0200 (CEST) From: graaf@iae.nl Subject: Dynalink or Tornado PCI cards supported? To: freebsd-isdn@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Message-Id: <19990525173622.8AB2220F76@iaehv.iae.nl> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, I have found the following two ISDN cards in local computer shops and I wonder if they are supported by i4b. They are: Dynalink ISDN PCI (IS64PPH) and Tornado TIPA P Both are PCI cards and are not listed in the i4b README. I am hoping either is supported by another name, or compatible with a supported card. I noticed that the Dynalink IS64PH (ISAPnP) is supported, but I don't dare to assume that this means the IS64PPH (PCI) card is also supported. Best regards, Edwin de Graaf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 25 12:40:33 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 3BC811544E for ; Tue, 25 May 1999 12:40:26 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id VAA27528; Tue, 25 May 1999 21:22:20 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id VAA02942; Tue, 25 May 1999 21:21:02 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905251921.VAA02942@yedi.iaf.nl> Subject: Re: i4b on FreeBSD/alpha? In-Reply-To: from Hellmuth Michaelis at "May 25, 1999 3:43:12 pm" To: hm@kts.org Date: Tue, 25 May 1999 21:21:01 +0200 (CEST) Cc: freebsd-isdn@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Hellmuth Michaelis wrote ... > Wilko Bulte wrote: > > > how about i4b on FreeBSD/alpha? Got a spare Teles 16.3 and 2 Alpha boxes > > running -current. So I could give it a try. > > It seems to run - at least a bit - on NetBSD/alpha, ask Jan-Hinrich Fessel, > (oskar@zippo.unna.ping.de) he did the port. OK. Thanks. I'm currently playing with it a bit. Wat I currently wonder is why i4b_*.h are in the /sys/[i386,alpha]/include. In other words, from glancing through them I gather that they seem architecture independent. Or have I missed something? If not, is there any place where there architecture-neutral .h files go? In /sys/sys does not seem right. BTW My first aim is to see if I can get a kernel to compile, and worry about politically correct cleanups later. Don't shoot me.. ;-) | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Tue May 25 23:53:27 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from osku.suutari.iki.fi (unknown [195.165.67.179]) by hub.freebsd.org (Postfix) with ESMTP id A3EC414F35 for ; Tue, 25 May 1999 23:53:12 -0700 (PDT) (envelope-from ari@suutari.iki.fi) Received: from mocha (mocha.intranet.syncrontech.com [192.168.5.3]) by osku.suutari.iki.fi (8.9.1/8.9.1) with SMTP id JAA09568; Wed, 26 May 1999 09:51:50 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <001b01bea744$f53e5430$0305a8c0@intranet.syncrontech.com> From: "Ari Suutari" To: , References: <19990525173622.8AB2220F76@iaehv.iae.nl> Subject: Re: Dynalink or Tornado PCI cards supported? Date: Wed, 26 May 1999 09:57:00 +0300 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 Hi, > Hi All, > > I have found the following two ISDN cards in local computer shops and I > wonder if they are supported by i4b. They are: > > Dynalink ISDN PCI (IS64PPH) and > Tornado TIPA P > > Both are PCI cards and are not listed in the i4b README. I am hoping > either is supported by another name, or compatible with a supported > card. I noticed that the Dynalink IS64PH (ISAPnP) is supported, but I > don't dare to assume that this means the IS64PPH (PCI) card is also > supported. > Dynalink ISA board was about the same as Asuscom ISA board. I had a look at Asuscom PCI board and it was using different chip (might be the Winbond one instead of Siemens) . So I guess it won't work. However, this is just guessing since I don't know if Dynalink is still the same as Asuscom. Ari S. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 26 0: 4:29 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id A458B14BD3 for ; Wed, 26 May 1999 00:04:25 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2038 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 26 May 1999 09:04:25 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10mXjk-0000aPC; Wed, 26 May 99 09:04 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: Dynalink or Tornado PCI cards supported? In-Reply-To: <19990525173622.8AB2220F76@iaehv.iae.nl> from "graaf@iae.nl" at "May 25, 99 07:36:36 pm" To: graaf@iae.nl Date: Wed, 26 May 1999 09:04:24 +0200 (METDST) 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: 1216 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of graaf@iae.nl: > I have found the following two ISDN cards in local computer shops and I > wonder if they are supported by i4b. They are: > > Dynalink ISDN PCI (IS64PPH) and > Tornado TIPA P > > Both are PCI cards and are not listed in the i4b README. I am hoping > either is supported by another name, or compatible with a supported > card. I noticed that the Dynalink IS64PH (ISAPnP) is supported, but I > don't dare to assume that this means the IS64PPH (PCI) card is also > supported. By name, none of the cards are supported. AFAIK, the Dynalink PCI card has a Winbond chipset, and i remember someone wanted to work on a driver for it, but i haven't heard from him for a long time now. The ISA PnP card uses another chipset than the PCI version. I've nver heard of the Tornado card, no idea. Currently, i'd recommend buy either the ELSA or the AVM PCI cards. 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 May 26 2: 2:34 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (Postfix) with ESMTP id 0DD0114EE9 for ; Wed, 26 May 1999 02:02:30 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id LAA13398; Wed, 26 May 1999 11:02:29 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m10mZZb-002ZjZC; Wed, 26 May 99 11:02 MET DST Received: from bert.kts.org([194.55.156.2]) (1588 bytes) by ernie.kts.org via sendmail with P:smtp/R:smart_host/T:uux (sender: ) id for ; Wed, 26 May 1999 09:16:13 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #5 built 1999-Apr-19) Received: from localhost (1138 bytes) by bert.kts.org via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Wed, 26 May 1999 09:17:33 +0200 (CEST) (Smail-3.2.0.103 1998-Oct-9 #4 built 1998-Dec-26) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: Re: i4b on FreeBSD/alpha? In-Reply-To: <199905251921.VAA02942@yedi.iaf.nl> from Wilko Bulte at "May 25, 1999 9:21: 1 pm" To: wilko@yedi.iaf.nl (Wilko Bulte) Date: Wed, 26 May 1999 09:17:33 +0200 (CEST) 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 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte wrote: > Wat I currently wonder is why i4b_*.h are in the /sys/[i386,alpha]/include. > In other words, from glancing through them I gather that they seem > architecture independent. They should be architecture independent. > Or have I missed something? If not, is there any > place where there architecture-neutral .h files go? In /sys/sys does not > seem right. I have no idea. Ask bde ;-) 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 Wed May 26 2:29: 4 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from theory.cs.uni-bonn.de (theory.cs.uni-bonn.de [131.220.4.211]) by hub.freebsd.org (Postfix) with ESMTP id 1D31D14CAB for ; Wed, 26 May 1999 02:29:00 -0700 (PDT) (envelope-from ignatios@cs.uni-bonn.de) Received: from tangens.cs.uni-bonn.de (tangens [131.220.4.183]) by theory.cs.uni-bonn.de (8.9.1a/8.9.1) with ESMTP id LAA10770 for ; Wed, 26 May 1999 11:28:50 +0200 (MET DST) Received: (from ignatios@localhost) by tangens.cs.uni-bonn.de (8.8.8/8.8.8) id LAA23134 for freebsd-isdn@freebsd.org; Wed, 26 May 1999 11:28:50 +0200 (CEST) Message-ID: <19990526112849.A23112@tangens.cs.uni-bonn.de> Date: Wed, 26 May 1999 11:28:49 +0200 From: Ignatios Souvatzis To: freebsd-isdn@freebsd.org Subject: README correction Mail-Followup-To: freebsd-isdn@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, while the ISDN Master, ISDN Master II and ISDN Blaster logically connect to the supio "bus" in NetBSD/Amiga, this is sort of an implementation detail... e.g., the Blaster has a connector for slave-boards, which would be specified as: aster* at zbus0 # the physical ISDN *aster board autoconfiguration isic* at supio? # attach the ISIC chip on the *aster com* at supio? # attach the com ports on the Blaster, Hypercom and # DraCo cpu board. The code contributed to i4b is what implements the isic* at supio? line, while the other lines are implemented by mainstream NetBSD code. To make a long sermon short, it would be wise to tell the public that i4b supports the ISDN {M,Bl}aster{, II} _Zorro2_ boards, to avoid confusion. Regards, Ignatios --- README.original Tue May 25 16:19:30 1999 +++ README Tue May 25 16:21:26 1999 @@ -223,7 +223,7 @@ ELSA ISDN/MC NO YES ??? ??? ELSA MC/ALL NO DEV ??? ??? - Type (passive, SUPIO) FreeBSD NetBSD OpenBSD BSD/OS Notes + Type (passive, Zorro2)FreeBSD NetBSD OpenBSD BSD/OS Notes --------------------- ------- ------ ------- ------ ----------------------- ISDN Blaster NO YES ??? NO (Note 12, Amiga/NetBSD) ISDN Master NO YES ??? NO (Note 12, Amiga/NetBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 26 5:47:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from abyss.demon.co.uk (abyss.demon.co.uk [158.152.8.138]) by hub.freebsd.org (Postfix) with SMTP id 2D43E150EA for ; Wed, 26 May 1999 05:47:12 -0700 (PDT) (envelope-from dave@abyss.demon.co.uk) Received: (qmail 1532 invoked by uid 100); 26 May 1999 13:42:20 -0000 Date: Wed, 26 May 1999 15:42:20 +0200 From: Dave Boyce To: Hellmuth Michaelis Cc: freebsd-isdn@freebsd.org Subject: Re: Dynalink or Tornado PCI cards supported? Message-ID: <19990526154220.A1399@abyss.demon.co.uk> References: <19990525173622.8AB2220F76@iaehv.iae.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Hellmuth Michaelis on Wed, May 26, 1999 at 09:04:24AM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 26, 1999 at 09:04:24AM +0200, Hellmuth Michaelis wrote: > >From the keyboard of graaf@iae.nl: > > > I have found the following two ISDN cards in local computer shops and I > > wonder if they are supported by i4b. They are: > > > > Dynalink ISDN PCI (IS64PPH) and > > Tornado TIPA P > > > > Both are PCI cards and are not listed in the i4b README. I am hoping > > either is supported by another name, or compatible with a supported > > card. I noticed that the Dynalink IS64PH (ISAPnP) is supported, but I > > don't dare to assume that this means the IS64PPH (PCI) card is also > > supported. > > By name, none of the cards are supported. > > AFAIK, the Dynalink PCI card has a Winbond chipset, and i remember > someone wanted to work on a driver for it, but i haven't heard from him > for a long time now. It's still being worked on, but I don't have that much free time, so progress is not as quick as I would like. However, I can probe the card, interrupts are being processed correctly, and the D channel driver is almost complete. I say 'almost' because layer2 isn't intialiasing completely: the TEI is assigned correctly, but the NT doesn't respond to the SAMBE message. The windows drivers for the card work fine, so my setup is ok. Any suggestions gratefully received... - Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 26 15:40:39 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 428451591E; Wed, 26 May 1999 15:40:32 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA06867; Wed, 26 May 1999 23:51:24 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA00517; Wed, 26 May 1999 23:49:28 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905262149.XAA00517@yedi.iaf.nl> Subject: Re: i4b on FreeBSD/alpha? In-Reply-To: from Hellmuth Michaelis at "May 26, 1999 9:17:33 am" To: hm@kts.org, bde@freebsd.org Date: Wed, 26 May 1999 23:49:28 +0200 (CEST) Cc: freebsd-isdn@freebsd.org X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Hellmuth Michaelis wrote ... > Wilko Bulte wrote: > > > Wat I currently wonder is why i4b_*.h are in the /sys/[i386,alpha]/include. > > In other words, from glancing through them I gather that they seem > > architecture independent. > > They should be architecture independent. OK, got that right. > > Or have I missed something? If not, is there any > > place where there architecture-neutral .h files go? In /sys/sys does not > > seem right. > > I have no idea. Ask bde ;-) I will (CC:ed on this mail). Thanks, | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 May 26 20:44:20 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 2946315152; Wed, 26 May 1999 20:44:14 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA28050; Thu, 27 May 1999 13:44:12 +1000 Date: Thu, 27 May 1999 13:44:12 +1000 From: Bruce Evans Message-Id: <199905270344.NAA28050@godzilla.zeta.org.au> To: bde@freebsd.org, hm@kts.org, wilko@yedi.iaf.nl Subject: Re: i4b on FreeBSD/alpha? Cc: freebsd-isdn@freebsd.org Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From wilko@yedi.iaf.nl Thu May 27 08:45:37 1999 >Return-Path: >Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) > by godzilla.zeta.org.au (8.8.7/8.8.7) with ESMTP id IAA21630 > for ; Thu, 27 May 1999 08:45:35 +1000 >Received: by hub.freebsd.org (Postfix) > id EA94814C2A; Wed, 26 May 1999 15:40:38 -0700 (PDT) >Delivered-To: bde@freebsd.org >Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) > by hub.freebsd.org (Postfix) with ESMTP > id 428451591E; Wed, 26 May 1999 15:40:32 -0700 (PDT) > (envelope-from wilko@yedi.iaf.nl) >Received: from yedi.iaf.nl (uucp@localhost) > by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA06867; > Wed, 26 May 1999 23:51:24 +0200 (MET DST) >Received: (from wilko@localhost) > by yedi.iaf.nl (8.9.3/8.9.3) id XAA00517; > Wed, 26 May 1999 23:49:28 +0200 (CEST) > (envelope-from wilko) >From: Wilko Bulte >Message-Id: <199905262149.XAA00517@yedi.iaf.nl> >Subject: Re: i4b on FreeBSD/alpha? >In-Reply-To: from Hellmuth Michaelis at "May 26, 1999 9:17:33 am" >To: hm@kts.org, bde@freebsd.org >Date: Wed, 26 May 1999 23:49:28 +0200 (CEST) >Cc: freebsd-isdn@freebsd.org >X-Organisation: Private FreeBSD site - Arnhem, The Netherlands >X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' >X-Mailer: ELM [version 2.4ME+ PL43 (25)] >MIME-Version: 1.0 >Content-Type: text/plain; charset=US-ASCII >Content-Transfer-Encoding: 7bit >Status: RO > >As Hellmuth Michaelis wrote ... >> Wilko Bulte wrote: >> >> > Wat I currently wonder is why i4b_*.h are in the /sys/[i386,alpha]/include. >> > In other words, from glancing through them I gather that they seem >> > architecture independent. >> >> They should be architecture independent. > >OK, got that right. > >> > Or have I missed something? If not, is there any >> > place where there architecture-neutral .h files go? In /sys/sys does not >> > seem right. >> >> I have no idea. Ask bde ;-) > >I will (CC:ed on this mail). > >Thanks, >| / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - >|/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 May 26 20:46:39 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 05C2A15152; Wed, 26 May 1999 20:46:33 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA28362; Thu, 27 May 1999 13:46:32 +1000 Date: Thu, 27 May 1999 13:46:32 +1000 From: Bruce Evans Message-Id: <199905270346.NAA28362@godzilla.zeta.org.au> To: bde@freebsd.org, hm@kts.org, wilko@yedi.iaf.nl Subject: Re: i4b on FreeBSD/alpha? Cc: freebsd-isdn@freebsd.org Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> > Or have I missed something? If not, is there any >> > place where there architecture-neutral .h files go? In /sys/sys does not >> > seem right. >> >> I have no idea. Ask bde ;-) > >I will (CC:ed on this mail). They go in /sys/sys, or maybe in /sys/isdn. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 26 22:48:22 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 2BC7B14DF2; Wed, 26 May 1999 22:48:18 -0700 (PDT) (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 HAA32351; Thu, 27 May 1999 07:48:03 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id HAA01519; Thu, 27 May 1999 07:17:56 +0200 (MEST) From: "Martin Husemann" To: "Bruce Evans" , , , Cc: Subject: RE: i4b on FreeBSD/alpha? Date: Thu, 27 May 1999 07:17:56 +0200 Message-ID: <000001bea800$473c67c0$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 Importance: Normal In-Reply-To: <199905270346.NAA28362@godzilla.zeta.org.au> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > They go in /sys/sys, or maybe in /sys/isdn. sys/isdn is what I suggested for NetBSD too (but then wanted to keep the amount of #ifdefs as small as possible, so didn't actually change it). Lets use this in the next release... Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 26 23:55:15 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from enterprise.ciai.net (unknown [209.4.153.8]) by hub.freebsd.org (Postfix) with ESMTP id 7778114C45 for ; Wed, 26 May 1999 23:55:09 -0700 (PDT) (envelope-from brian.scott@slipmat.net) Received: from slipmat.net (houze.slipmat.net [209.4.153.84]) by enterprise.ciai.net (8.9.1/8.9.1) with ESMTP id CAA13944 for ; Thu, 27 May 1999 02:06:15 -0500 (CDT) Message-ID: <374CEE2F.1D430726@slipmat.net> Date: Thu, 27 May 1999 02:03:11 -0500 From: Brian Scott X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-isdn@FreeBSD.ORG Subject: TA Recommendations wanted... References: <000001bea800$473c67c0$53cb08d4@martins.teuto.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got a FreeBSD 3.2 box that does nat on my 56k dial-up, I've just gotten ISDN and have both a motorola bitsurfer pro isa and a USR Sportster TA, however neither of them are supported. I just need something that can do 128k and that will work with nat, could I get some recommendations (preferably something I can order off the net.)? thanks Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 7:58:51 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from rztsun.rz.tu-harburg.de (rztsun.rz.tu-harburg.de [134.28.200.14]) by hub.freebsd.org (Postfix) with ESMTP id 3B529151C1 for ; Thu, 27 May 1999 07:58:40 -0700 (PDT) (envelope-from reimers@tu-harburg.de) Received: from wastl.aut.tu-harburg.de (wastl.aut.tu-harburg.de [134.28.32.1]) by rztsun.rz.tu-harburg.de (8.9.0/8.8.8) with SMTP id QAA25853 for ; Thu, 27 May 1999 16:58:39 +0200 (MET DST) Received: from data.aut.tu-harburg.de by wastl.aut.tu-harburg.de with SMTP (1.38.193.4/16.2) id AA20821; Thu, 27 May 1999 16:58:37 +0200 Message-Id: <374D5D9C.D88A0EB3@tu-harburg.de> Date: Thu, 27 May 1999 16:58:36 +0200 From: Sven Reimers X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en Mime-Version: 1.0 To: ISDN Mailinglist Subject: Teledat 150 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, special question to german ISDN guys. The german telecom offers with the uni@home program some starter sets. One contains a Teledat 100 the other a Teledat 150 (both 16Bit ISA). Anybody ever used one of those with FreeBSD? Any luck? Which is working on those cards? TIA Sven ================================================== Sven Reimers TU Hamburg-Harburg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 8:14: 8 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 7E29A14E0B for ; Thu, 27 May 1999 08:13:47 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id RAA04504 for ; Thu, 27 May 1999 17:13:46 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id RAA12908 for ; Thu, 27 May 1999 17:13:45 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id RAA13887 for ; Thu, 27 May 1999 17:13:37 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id PAA05361 for freebsd-isdn@FreeBSD.ORG; Thu, 27 May 1999 15:13:36 GMT (envelope-from ust) Date: Thu, 27 May 1999 17:13:36 +0200 From: Udo Schweigert To: ISDN Mailinglist Subject: Re: Teledat 150 Message-ID: <19990527171336.A5331@alaska.cert.siemens.de> Mail-Followup-To: ISDN Mailinglist References: <374D5D9C.D88A0EB3@tu-harburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <374D5D9C.D88A0EB3@tu-harburg.de>; from Sven Reimers on Thu, May 27, 1999 at 04:58:36PM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 27, 1999 at 04:58:36PM +0200, Sven Reimers wrote: > Hi, > > special question to german ISDN guys. The german telecom offers > with the uni@home program some starter sets. One contains a > Teledat 100 the other a Teledat 150 (both 16Bit ISA). Anybody > ever used one of those with FreeBSD? Any luck? Which is working > on those cards? > My Teledat 150 is an AVM Fritz!Classic; i'm using it with FreeBSD >= 2.2.6 without any problems. I'm not sure wether the Telekom could/would change from the AVM Card to another, so you should check when buying (like i did). [After one year of heavy use a really recommend this card!] The Teledat 100 seems to be a "Sedlbauer Win Speed" Card and it is very likely that it can be used with FreeBSD, but you should check this too. Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 8:14:11 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gorilla.mchh.siemens.de (gorilla.mchh.siemens.de [194.138.158.18]) by hub.freebsd.org (Postfix) with ESMTP id 9B88A14D67 for ; Thu, 27 May 1999 08:12:49 -0700 (PDT) (envelope-from gax43544@icn.siemens.de) Received: from moody.mchh.siemens.de (mail2.mchh.siemens.de [194.138.158.226]) by gorilla.mchh.siemens.de (8.8.7/8.8.7) with ESMTP id RAA29823; Thu, 27 May 1999 17:12:04 +0200 (MET DST) Received: from demchh2msx.icn.siemens.de (root@[132.29.102.62]) by moody.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id RAA27939; Thu, 27 May 1999 17:13:45 +0200 (MET DST) Received: from koerk (gax43544@koerk [132.37.2.21]) by demchh2msx.icn.siemens.de (8.9.1/8.9.1) with ESMTP id RAA15839; Thu, 27 May 1999 17:12:47 +0200 (MET DST) Received: from localhost by koerk (8.8.8+Sun/SMI-SVR4) id RAA05834; Thu, 27 May 1999 17:12:43 +0200 (MET DST) Date: Thu, 27 May 1999 17:12:43 +0200 (MET DST) From: Andreas Gaertner Reply-To: andreas.gaertner.gp@icn.siemens.de To: Sven Reimers Cc: ISDN Mailinglist Subject: Re: Teledat 150 In-Reply-To: <374D5D9C.D88A0EB3@tu-harburg.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 Thu, 27 May 1999, Sven Reimers wrote: > Hi, > > special question to german ISDN guys. The german telecom offers > with the uni@home program some starter sets. One contains a > Teledat 100 the other a Teledat 150 (both 16Bit ISA). Anybody > ever used one of those with FreeBSD? Any luck? Which is working > on those cards? as far as i know at least one of those can be treated like a fritz card. in former times telekom used teles cards and are now supposed to have switched over to fritz cards. try it out with a kernel built for fritz cards. regards, anderl Andreas Gaertner, UNIX Systemadministration ICN CN23 [Fa. CLASS] andreas.gaertner.gp@icn.siemens.de http://www.kirk.muc.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 8:16:21 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from alcanet.no (ns.alcanet.no [193.213.238.10]) by hub.freebsd.org (Postfix) with ESMTP id 086EF14D67 for ; Thu, 27 May 1999 08:16:14 -0700 (PDT) (envelope-from arve.ronning@thomson-csf.no) Received: from alcatel.no ([155.4.4.1]) by ns.alcanet.no with ESMTP id <131770>; Thu, 27 May 1999 17:09:09 +0200 Received: from thomson-csf.no (dhcp220144.thomson-csf.no [155.4.220.144]) by alcatel.no (8.8.8/8.8.8) with ESMTP id RAA25850; Thu, 27 May 1999 17:16:11 +0200 (MET DST) Message-ID: <374D61AA.A8D568CA@thomson-csf.no> Date: Thu, 27 May 1999 17:15:54 +0200 From: Arve Ronning Organization: Thomson-CSF Norcom AS X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: webmaster@ciai.net Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: TA Recommendations wanted... References: <374CEE2F.1D430726@slipmat.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Brian, TAs supported by I4B are listed in the documentation, try ftp://i4b.consol.de/pub/README ; I have no idea which you could order off the net. All supported TAs will work with NAT and although they provide (AFAIK) access to two B-channels (=128 kBit/s), you won't be able to use more than one B-channel (=64 kBit/s) until multilink support is available with I4B. -Arve webmaster@ciai.net wrote: > > I've got a FreeBSD 3.2 box that does nat on my 56k dial-up, I've just > gotten ISDN and have both a motorola bitsurfer pro isa and a USR > Sportster TA, however neither of them are supported. I just need > something that can do 128k and that will work with nat, could I get > some recommendations (preferably something I can order off the net.)? > > thanks > Brian > > 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 Thu May 27 9:10:25 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from graveyard.grabstein.net (graveyard.grabstein.net [195.37.232.135]) by hub.freebsd.org (Postfix) with ESMTP id D217514C4B for ; Thu, 27 May 1999 09:10:10 -0700 (PDT) (envelope-from corex@grabstein.net) Received: from localhost (corex@localhost) by graveyard.grabstein.net (8.8.8/8.8.8) with ESMTP id SAA11168; Thu, 27 May 1999 18:08:12 +0200 (CEST) (envelope-from corex@grabstein.net) Date: Thu, 27 May 1999 18:08:11 +0200 (CEST) From: corex To: Sven Reimers Cc: ISDN Mailinglist Subject: Re: Teledat 150 In-Reply-To: <374D5D9C.D88A0EB3@tu-harburg.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 > Hi, > > special question to german ISDN guys. The german telecom offers > with the uni@home program some starter sets. One contains a > Teledat 100 the other a Teledat 150 (both 16Bit ISA). Anybody > ever used one of those with FreeBSD? Any luck? Which is working > on those cards? > hi! nowadays the teledat 150 isnt longer available (i worked in a t-punkt...)and has been changed to teledat 150 pci which is a avm fritzcard pci according to http://193.158.123.90/ also the uni@home bundles now include the teledat 150 pci aka avm fritzcard pci bye To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 11:15:26 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id 4174915094 for ; Thu, 27 May 1999 11:15:20 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1592 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 27 May 1999 20:14:45 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10n4fw-0000aPC; Thu, 27 May 99 20:14 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: TA Recommendations wanted... In-Reply-To: <374D61AA.A8D568CA@thomson-csf.no> from Arve Ronning at "May 27, 99 05:15:54 pm" To: arve.ronning@thomson-csf.no (Arve Ronning) Date: Thu, 27 May 1999 20:14:40 +0200 (METDST) Cc: webmaster@ciai.net, 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: 703 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Arve Ronning: > TAs supported by I4B are listed in the documentation, > try ftp://i4b.consol.de/pub/README ; Sorry, but i have to correct this, a TA is a Terminal Adapter and is a device which interfaces the ISDN to a non-ISDN interface, usually this is RS-232 and a TA usually looks to a serial computer port like a modem device. i4b does not support TA's. 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 May 27 11:56:22 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from maulwurf.franken.de (maulwurf.franken.de [193.141.110.9]) by hub.freebsd.org (Postfix) with ESMTP id 95FD514D55 for ; Thu, 27 May 1999 11:56:12 -0700 (PDT) (envelope-from gaspode.franken.de!tanis@maulwurf.franken.de) Received: by maulwurf.franken.de via rmail with stdio id for freebsd-isdn@FreeBSD.ORG; Thu, 27 May 1999 20:56:09 +0200 (MET DST) (Smail-3.2 1996-Jul-4 #1 built DST-May-30) Received: (from tanis@localhost) by gaspode.franken.de (8.9.3/8.9.3) id UAA01218; Thu, 27 May 1999 20:36:59 +0200 (CEST) (envelope-from tanis) Date: Thu, 27 May 1999 20:36:59 +0200 From: German Tischler To: Sven Reimers Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Teledat 150 Message-ID: <19990527203659.A1118@gaspode.franken.de> References: <374D5D9C.D88A0EB3@tu-harburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <374D5D9C.D88A0EB3@tu-harburg.de>; from Sven Reimers on Thu, May 27, 1999 at 04:58:36PM +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 27, 1999 at 04:58:36PM +0200, Sven Reimers wrote: > Hi, > > special question to german ISDN guys. The german telecom offers > with the uni@home program some starter sets. One contains a > Teledat 100 the other a Teledat 150 (both 16Bit ISA). Anybody > ever used one of those with FreeBSD? Any luck? Which is working > on those cards? The Teledat 100 is a Sedlbauer WinSpeed card and the Teledat 150 is an AVM Fritz card. They should both work with i4b. I have a Sedlbauer WinSpeed and it never caused any problems. -- German Tischler tanis@gaspode.franken.de tanis@cip.informatik.uni-wuerzburg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 12:58:17 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from celebros.mad.com (brst2-26.abo.wanadoo.fr [164.138.10.26]) by hub.freebsd.org (Postfix) with ESMTP id 57EB0159BD for ; Thu, 27 May 1999 12:58:09 -0700 (PDT) (envelope-from Philippe.Guezou@wanadoo.fr) Received: from tntbrs10-193 (uruck.mad.com [192.168.0.10]) by celebros.mad.com (8.9.1/8.9.1) with SMTP id GAA01909 for ; Thu, 27 May 1999 06:24:14 +0200 (CEST) (envelope-from Philippe.Guezou@wanadoo.fr) Message-Id: <3.0.5.32.19990527062434.007cc520@pop.wanadoo.fr> X-Sender: Philippe.Guezou@pop.wanadoo.fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 27 May 1999 06:24:34 +0200 To: freebsd-isdn@freebsd.org From: Philippe Guezou Subject: maybe an offtopic question.. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: 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 May 27 13: 5:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from celebros.mad.com (brst2-26.abo.wanadoo.fr [164.138.10.26]) by hub.freebsd.org (Postfix) with ESMTP id DAD9F15901 for ; Thu, 27 May 1999 13:05:51 -0700 (PDT) (envelope-from Philippe.Guezou@wanadoo.fr) Received: from tntbrs10-193 (uruck.mad.com [192.168.0.10]) by celebros.mad.com (8.9.1/8.9.1) with SMTP id WAA02785 for ; Thu, 27 May 1999 22:09:02 +0200 (CEST) (envelope-from Philippe.Guezou@wanadoo.fr) Message-Id: <3.0.5.32.19990527220921.007d9100@pop.wanadoo.fr> X-Sender: Philippe.Guezou@pop.wanadoo.fr X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 27 May 1999 22:09:21 +0200 To: freebsd-isdn@FreeBSD.ORG From: Philippe Guezou Subject: Re: maybe an offtopic question.. In-Reply-To: <3.0.5.32.19990527062434.007cc520@pop.wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 06:24 27/05/99 +0200, Philippe Guezou wrote: > argh :( sorry about that :( i was playing with sendmail yesterday, something has gone mad on local emails :( forgive me :( Philippe... > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isdn" in the body of the message > Guezou Philippe http://www.tolkien.cam.org/~fifi Network. System. Admin. email: fifi@tolkien.cam.org fifi@cam.org Philippe.Guezou@wanadoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 16:10:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from queasy.outpost.co.nz (outpost2.inspire.net.nz [203.96.157.26]) by hub.freebsd.org (Postfix) with SMTP id 65D0415240 for ; Thu, 27 May 1999 16:10:10 -0700 (PDT) (envelope-from crh@outpost.co.nz) Received: (qmail 66190 invoked from network); 27 May 1999 23:10:09 -0000 Received: from officedonkey.outpost.co.nz (HELO officedonkey) (192.168.1.3) by outpost2.inspire.net.nz with SMTP; 27 May 1999 23:10:09 -0000 Comments: Authenticated sender is From: "Craig Harding" Organization: Outpost Digital Media Ltd To: freebsd-isdn@FreeBSD.ORG Date: Fri, 28 May 1999 11:09:49 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: TA Recommendations wanted... Reply-To: crh@outpost.co.nz In-reply-to: <374D61AA.A8D568CA@thomson-csf.no> X-mailer: Pegasus Mail for Windows (v2.52) Message-Id: <19990527231011.65D0415240@hub.freebsd.org> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Arve Ronning wrote: > TAs supported by I4B are listed in the documentation, > try ftp://i4b.consol.de/pub/README ; I have no idea which > you could order off the net. All supported TAs will work > with NAT and although they provide (AFAIK) access to two > B-channels (=128 kBit/s), you won't be able to use more > than one B-channel (=64 kBit/s) until multilink support > is available with I4B. Just out of curiousity - I haven't seen it discussed explicitly, so what does I4B provide in terms of functionality that I don't get by using my Zyxel Omninet TA as a modem with usermode PPP (and note that by doing this I do get multilink support)? Feel free to point me at URLs if that's more appropriate than spamming the list. -- C. -- Craig Harding crh@outpost.co.nz "I don't know about God, I Outpost Digital Media Ltd crh@inspire.net.nz just think we're handmade" http://www.outpost.co.nz ICQ# 26701833 - Polly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 27 16:12:28 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id E62A314BC9; Thu, 27 May 1999 16:12:23 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA11416; Thu, 27 May 1999 23:51:42 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA03890; Thu, 27 May 1999 23:49:09 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905272149.XAA03890@yedi.iaf.nl> Subject: Re: i4b on FreeBSD/alpha? In-Reply-To: <000001bea800$473c67c0$53cb08d4@martins.teuto.de> from Martin Husemann at "May 27, 1999 7:17:56 am" To: martin@rumolt.teuto.de (Martin Husemann) Date: Thu, 27 May 1999 23:49:09 +0200 (CEST) Cc: bde@zeta.org.au, bde@freebsd.org, hm@kts.org, freebsd-isdn@freebsd.org X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (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 As Martin Husemann wrote ... > > They go in /sys/sys, or maybe in /sys/isdn. > > sys/isdn is what I suggested for NetBSD too (but then wanted to keep the > amount of #ifdefs as small as possible, so didn't actually change it). > > Lets use this in the next release... /sys/isdn seems to me the best choice of the two options. | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl 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 Thu May 27 23:13:32 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from rztsun.rz.tu-harburg.de (rztsun.rz.tu-harburg.de [134.28.200.14]) by hub.freebsd.org (Postfix) with ESMTP id DC12B14CED for ; Thu, 27 May 1999 23:13:23 -0700 (PDT) (envelope-from reimers@tu-harburg.de) Received: from wastl.aut.tu-harburg.de (wastl.aut.tu-harburg.de [134.28.32.1]) by rztsun.rz.tu-harburg.de (8.9.0/8.8.8) with SMTP id IAA16234 for ; Fri, 28 May 1999 08:12:57 +0200 (MET DST) Received: from data.aut.tu-harburg.de by wastl.aut.tu-harburg.de with SMTP (1.38.193.4/16.2) id AA24850; Fri, 28 May 1999 08:12:51 +0200 Message-Id: <374E33E2.1146528@tu-harburg.de> Date: Fri, 28 May 1999 08:12:50 +0200 From: Sven Reimers X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en Mime-Version: 1.0 To: ISDN Mailinglist Subject: Re: Teledat 150 References: <374D5D9C.D88A0EB3@tu-harburg.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again, thanks for all of your info. I just found out that indeed the offer changed and that now a Teledat 150 PCI is included. So it seems that there should be no problem using it with FreeBSD. So, getting on-line finally.... :-) Sven Sven Reimers wrote: > Hi, > > special question to german ISDN guys. The german telecom offers > with the uni@home program some starter sets. One contains a > Teledat 100 the other a Teledat 150 (both 16Bit ISA). Anybody > ever used one of those with FreeBSD? Any luck? Which is working > on those cards? > > TIA > > Sven > ================================================== > Sven Reimers > TU Hamburg-Harburg > > 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 Fri May 28 2:28:11 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcsext.hcs.de [194.123.40.2]) by hub.freebsd.org (Postfix) with SMTP id D52A014F84 for ; Fri, 28 May 1999 02:28:07 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1507 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 28 May 1999 11:28:07 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10nIvt-0000aPC; Fri, 28 May 99 11:28 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: TA Recommendations wanted... In-Reply-To: <19990527231011.65D0415240@hub.freebsd.org> from Craig Harding at "May 28, 99 11:09:49 am" To: crh@outpost.co.nz Date: Fri, 28 May 1999 11:28:05 +0200 (METDST) 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: 685 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Craig Harding: > Just out of curiousity - I haven't seen it discussed explicitly, so > what does I4B provide in terms of functionality that I don't get by > using my Zyxel Omninet TA as a modem with usermode PPP (and note that > by doing this I do get multilink support)? I guess that the Zyxel's functionality is better than isdn4bsd's. 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 May 28 3: 8:14 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from gorilla.mchh.siemens.de (gorilla.mchh.siemens.de [194.138.158.18]) by hub.freebsd.org (Postfix) with ESMTP id ED99A14C41 for ; Fri, 28 May 1999 03:08:09 -0700 (PDT) (envelope-from gax43544@icn.siemens.de) Received: from moody.mchh.siemens.de (mail2.mchh.siemens.de [194.138.158.226]) by gorilla.mchh.siemens.de (8.8.7/8.8.7) with ESMTP id MAA18553; Fri, 28 May 1999 12:07:25 +0200 (MET DST) Received: from demchh2msx.icn.siemens.de (root@[132.29.102.62]) by moody.mchh.siemens.de (8.9.1/8.9.1) with ESMTP id MAA14741; Fri, 28 May 1999 12:09:04 +0200 (MET DST) Received: from koerk (gax43544@koerk [132.37.2.21]) by demchh2msx.icn.siemens.de (8.9.1/8.9.1) with ESMTP id MAA10587; Fri, 28 May 1999 12:08:05 +0200 (MET DST) Received: from localhost by koerk (8.8.8+Sun/SMI-SVR4) id MAA06968; Fri, 28 May 1999 12:08:02 +0200 (MET DST) Date: Fri, 28 May 1999 12:08:02 +0200 (MET DST) From: Andreas Gaertner Reply-To: andreas.gaertner.gp@icn.siemens.de To: Hellmuth Michaelis Cc: crh@outpost.co.nz, freebsd-isdn@FreeBSD.ORG Subject: Re: TA Recommendations wanted... 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, 28 May 1999, Hellmuth Michaelis wrote: > I guess that the Zyxel's functionality is better than isdn4bsd's. that's true but who is _really_ in need of all the additional features a zyxel provides? i'm using a zyxel 2864 for dialin purposes in connection with gert doering's mgetty. outbound one mostly wants to have a ppp connection over isdn which is faster using i4b in comparison to pppd/zyxel since you have no serial overhead. hellmuth, a postcard will soon be on the way ;-) cheers, anderl Andreas Gaertner, UNIX Systemadministration ICN CN23 [Fa. CLASS] andreas.gaertner.gp@icn.siemens.de http://www.kirk.muc.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri May 28 3:20:33 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from alcanet.no (ns.alcanet.no [193.213.238.10]) by hub.freebsd.org (Postfix) with ESMTP id 161FD14C8B for ; Fri, 28 May 1999 03:20:30 -0700 (PDT) (envelope-from arve.ronning@thomson-csf.no) Received: from alcatel.no ([155.4.4.1]) by ns.alcanet.no with ESMTP id <131764>; Fri, 28 May 1999 12:13:13 +0200 Received: from thomson-csf.no (dhcp220144.thomson-csf.no [155.4.220.144]) by alcatel.no (8.8.8/8.8.8) with ESMTP id MAA08894; Fri, 28 May 1999 12:20:21 +0200 (MET DST) Message-ID: <374E6DD4.DBB60D4D@thomson-csf.no> Date: Fri, 28 May 1999 12:20:04 +0200 From: Arve Ronning Organization: Thomson-CSF Norcom AS X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: hm@hcs.de Cc: webmaster@ciai.net, freebsd-isdn@FreeBSD.ORG Subject: Re: TA Recommendations wanted... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth, You shouldn't be sorry, I should be - for mixing up the terminology. Delete 'TA' and insert 'ISDN card' in my original response, and it should be correct I think. -Arve hm@hcs.de wrote: > > >From the keyboard of Arve Ronning: > > > TAs supported by I4B are listed in the documentation, > > try ftp://i4b.consol.de/pub/README ; > > Sorry, but i have to correct this, a TA is a Terminal Adapter and is a > device which interfaces the ISDN to a non-ISDN interface, usually this > is RS-232 and a TA usually looks to a serial computer port like a modem > device. > > i4b does not support TA's. > > 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 May 28 3:50:51 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from bitbucket.extern.uniface.nl (nettle-193-78-89.extern.uniface.nl [193.78.89.100]) by hub.freebsd.org (Postfix) with ESMTP id 8F2FC14C87 for ; Fri, 28 May 1999 03:50:44 -0700 (PDT) (envelope-from bert_driehuis@nl.compuware.com) Received: (from smtpd@localhost) by bitbucket.extern.uniface.nl (8.7.6/8.7.3r) id MAA11520 for ; Fri, 28 May 1999 12:50:28 +0200 (MET DST) Received: from trashcan.nl.compuware.com(172.16.16.52) via SMTP by recyclebin.nl.compuware.com, id smtpd011466; Fri May 28 12:50:24 1999 Received: from nl.compuware.com (c1111.nl.compuware.com [172.16.16.36]) by trashcan.nl.compuware.com (Postfix) with ESMTP id 36F842F33; Fri, 28 May 1999 12:50:22 +0200 (CEST) Message-ID: <374E74EE.B972D8@nl.compuware.com> Date: Fri, 28 May 1999 12:50:22 +0200 From: Bert Driehuis Organization: Compuware Europe, Amsterdam X-Mailer: Mozilla 4.08 [en] (X11; I; BSD/OS 3.1 i386) MIME-Version: 1.0 To: freebsd-isdn@FreeBSD.ORG Subject: Re: TA Recommendations wanted... References: 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 wrote: > > Just out of curiousity - I haven't seen it discussed explicitly, so > > what does I4B provide in terms of functionality that I don't get by > > using my Zyxel Omninet TA as a modem with usermode PPP (and note that > > by doing this I do get multilink support)? > > I guess that the Zyxel's functionality is better than isdn4bsd's. Actually, the BSD/OS driver should be able to handle channel bundling. I must admit I haven't tried it though :-) Cheers, -- Bert -- Bert Driehuis, MIS -- bert_driehuis@nl.compuware.com -- +31-20-3116119 The grand leap of the whale up the Fall of Niagara is esteemed, by all who have seen it, as one of the finest spectacles in nature. -- Benjamin Franklin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 29 2:15: 0 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from morannon.fido.de (morannon.faho.RWTH-Aachen.DE [134.130.57.8]) by hub.freebsd.org (Postfix) with ESMTP id DA36214C9A for ; Sat, 29 May 1999 02:14:56 -0700 (PDT) (envelope-from tobi@bland.fido.de) Received: from morannon-ftn.fido.de (news@localhost) by morannon.fido.de (8.8.7/8.8.5/morannon-check-4.4) with FIDOGATE id LAA21071; Sat, 29 May 1999 11:22:14 +0200 Received: by sungate-ftn.fido.de (FIDOGATE 4.3a5) id AA21062; Sat, 29 May 1999 11:22:10 +0200 Date: Sat, 29 May 1999 10:34:56 +0200 From: tobi@bland.fido.de (Tobias Ernst) Reply-To: tobi@physcip.uni-stuttgart.de Subject: Re: TA Recommendations wanted... Message-ID: In-Reply-To: To: freebsd-isdn@freebsd.org Organization: Fido.DE domain gateway (Moving Bits e.V. / IN e.V.) Lines: 27 X-Gateway: FIDO morannon.fido.de [FIDOGATE 4.3a5] X-FTN-From: Tobias Ernst @ 242:7600/1.0 X-FTN-To: UUCP @ 242:4900/99.0 X-FTN-Tearline: Msged/BSD TE 06 (pre) X-FTN-Origin: Running FreeBSD 3.1 (242:7600/1) X-FTN-Via: 242:7600/0@fido.de @19990529.104018 CFR-OS/2 19990128-devel X-FTN-Via: FIDOGATE/ftntoss 242:1000/1, Sat May 29 1999 at 11:21:35 MEST X-FTN-Domain: Z242@fidode 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 Hallo Hellmuth! HM> I guess that the Zyxel's functionality is better than isdn4bsd's. It depends. A TA has certain advantages over solutions like isdn4bsd or a CAPI (like you don't have to fiddle with the kernel, it runs rock solid, has quite some additional features, you can use every software that can use a modem with it, etc.), but also there are some disadvantages. With a TA, you can only serve one channel at a time (because there is only one COM-Port to connect it to), so you normally cannot run multiple features like an answering machine and PPP simultaneously, or two simultaneous PP connections. It just depends what you need, I personally use both solutions. On my OS/2 server, I am using a TA (USR I-Modem), because I found that all CAPI drivers that I tried made the system subtly instable (one crash in 30 days or so), while on my FreeBSD machine, I preffered the ISDN card / isdn4bsd solution because until now it seems that isdn4bsd is really very stable. :-). Now the only remaining wish is that isdn4bsd would support something like /dev/ttyI on Linux, i.E. X.75 devices that can be controlled with AT commands and can connect to a remote "cFos" or TA with i.E. minicom or special purpose software. I know, the source is open and ... ;-). Viele Gruesse, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 29 12: 2:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from devil.intranet.intervisors.nl (office.intervisors.nl [194.109.13.117]) by hub.freebsd.org (Postfix) with ESMTP id 1878314C97 for ; Sat, 29 May 1999 12:02:45 -0700 (PDT) (envelope-from luke@roberts.nl) Received: from roberts1 (roberts1.intranet.intervisors.nl [192.168.0.1]) by devil.intranet.intervisors.nl (8.8.8/8.8.8) with SMTP id VAA26830 for ; Sat, 29 May 1999 21:08:55 +0200 (CEST) (envelope-from luke@roberts.nl) Message-Id: <4.1.19990529205655.0094c950@pop.roberts.nl> X-Sender: luke@pop.roberts.nl X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 29 May 1999 21:01:07 +0200 To: freebsd-isdn@freebsd.org From: Luke Roberts Subject: time-out settings Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm using i4b 0.71 and all works fine. I would like to know if it is possible to stop the hang-up timer resetting on certain port numbers. Ie. port udp 123 for timekeeping and udp/tcp 4000 for ICQ. This could stop ICQ and xntpd from keeping the line open. Is this possible? Thanks, Luke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 29 14:12:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from graveyard.grabstein.net (graveyard.grabstein.net [195.37.232.135]) by hub.freebsd.org (Postfix) with ESMTP id 211AF14C42 for ; Sat, 29 May 1999 14:12:37 -0700 (PDT) (envelope-from corex@grabstein.net) Received: from localhost (corex@localhost) by graveyard.grabstein.net (8.8.8/8.8.8) with ESMTP id XAA06417 for ; Sat, 29 May 1999 23:10:25 +0200 (CEST) (envelope-from corex@grabstein.net) Date: Sat, 29 May 1999 23:10:24 +0200 (CEST) From: corex To: freebsd-isdn@freebsd.org Subject: i4b for dial-in 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! is it possible to use i4b for dialing in with win9x and the dialup network ? bye To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun May 30 8:56: 8 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.privat.kkf.net (privat.kkf.net [212.63.32.16]) by hub.freebsd.org (Postfix) with ESMTP id 7F0E714CB9 for ; Sun, 30 May 1999 08:55:59 -0700 (PDT) (envelope-from tobias.seiler@privat.kkf.net) Received: from privat.kkf.net (catwalk.access.hannover.aball.de [212.76.144.247]) by mail.privat.kkf.net (8.8.8/8.8.3) with SMTP id RAA04073 for ; Sun, 30 May 1999 17:55:56 +0200 (MET DST) From: Tobias Seiler Reply-To: tabs@themaster.de To: Freebsd-isdn@freebsd.org Date: Sun, 30 May 1999 17:48:47 +0100 Message-ID: X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch Organization: TheMaster.de Subject: ...probs MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, I'm sorry, but the story of problems continues. First of all I'm trying to use isdn4bsd 00.80 on an 486DX133MHz machine with NetBD1.4 and a TELES16.3 (no c version no plug'n'pray). The kernel compilation and all those went fine all the devices are successfuly attached and seem to work. The problem I have is the following: I've configured a Internet dialin with pap or chap (no matter what the provider accepts both). The dialup works so far. But then the line is up and nothing more happens. When I do a ifconfig isp0 debug i tells me for icpc: still need hisaddr. I've tried my own account, works flawlessly. I've tried this from my home with my TA and standard pppd dialup. That works also. I've called the provider and he told that the auth stuff went trough correctly and he cannot see for the moment why it wont work. He has given me a static IP address now and I've tried it with that but the problem remains. I've tried all the things I can think of also some stuff I haven't mentioned here. But no luck at all. The provider told that they cisco routers. But that shouldn't be the problem, because my own provider uses them also. I've got a big problem now because my customers are starting to not believe in me any more and I'm at the end of my knowledge. Any ideas are _most_ apreciated. Bye for now, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 31 1:49:50 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id D68221503C for ; Mon, 31 May 1999 01:49:43 -0700 (PDT) (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 KAA09712 for ; Mon, 31 May 1999 10:47:23 +0200 (CEST) Message-Id: <199905310847.KAA09712@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: Re: i4b on FreeBSD/alpha? Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 27 May 1999 07:17:56 +0200." <000001bea800$473c67c0$53cb08d4@martins.teuto.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 31 May 1999 10:47:23 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Martin Husemann" writes: >> They go in /sys/sys, or maybe in /sys/isdn. > >sys/isdn is what I suggested for NetBSD too (but then wanted to keep the >amount of #ifdefs as small as possible, so didn't actually change it). > >Lets use this in the next release... > don't forget that the include files should then live in /usr/include/isdn for userland to be consistent. This means updating the mtree stuff and changing to everywhere. --- 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 May 31 1:50:19 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 1A07114FCF for ; Mon, 31 May 1999 01:49:43 -0700 (PDT) (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 KAA09706; Mon, 31 May 1999 10:47:09 +0200 (CEST) Message-Id: <199905310847.KAA09706@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: crh@outpost.co.nz Cc: freebsd-isdn@freebsd.org Subject: Re: TA Recommendations wanted... Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 28 May 1999 11:09:49 +1200." <19990527231011.65D0415240@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 31 May 1999 10:47:09 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Craig Harding" writes: >Arve Ronning wrote: > >> TAs supported by I4B are listed in the documentation, >> try ftp://i4b.consol.de/pub/README ; I have no idea which >> you could order off the net. All supported TAs will work >> with NAT and although they provide (AFAIK) access to two >> B-channels (=128 kBit/s), you won't be able to use more >> than one B-channel (=64 kBit/s) until multilink support >> is available with I4B. > >Just out of curiousity - I haven't seen it discussed explicitly, so >what does I4B provide in terms of functionality that I don't get by >using my Zyxel Omninet TA as a modem with usermode PPP (and note that >by doing this I do get multilink support)? Feel free to point me at >URLs if that's more appropriate than spamming the list. > The short answer - nothing. In fact, if you're located outside of Europe chances are that you can't use i4b at all, since many countries (especially the USA) didn't adhere to the ITU standards when implementing ISDN. I've used both external TAs and i4b. The thing I like about i4b is that it doesn't tie up a serial port and there are no silo overflow error messages ;-). --- 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 May 31 14:29:59 1999 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 97E9414C49 for ; Mon, 31 May 1999 14:29:54 -0700 (PDT) (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 XAA10645 for ; Mon, 31 May 1999 23:09:26 +0200 (CEST) Message-Id: <199905312109.XAA10645@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@freebsd.org Subject: fix to i4b_avm_fritz_pci.c From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 31 May 1999 23:09:26 +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks to Joachim Kuebart and Udo Schweigert a nasty bug has been fixed in the Fritz!Card PCI driver. The bug fixed seems to only affect sPPP use since I never observed it using IPR. With this fix you can use sPPP with tcp_extensions="YES" in the appropriate config file ! I've tested this with sPPP and haven't observed any problems. In fact, it works considerably better. And IPR works just as well as it did before. This patch also includes a fix from Udo which I believe he posted to the list sometime in the last 2 weeks. The patch is relative to the source in FreeBSD-current. I believe that's the same as the 0.81 beta. ============================ Patch =========================== *** i4b_avm_fritz_pci.c.ctm Sun May 30 22:57:10 1999 --- i4b_avm_fritz_pci.c Sun May 30 23:16:53 1999 *************** *** 390,419 **** } /* tell the board to use the ISAC fifo */ outb(sc->sc_port + ADDR_REG_OFFSET, ISAC_FIFO); ! outsb(sc->sc_port + ISAC_REG_OFFSET, (u_char *)buf, len); } static void hscx_write_fifo(int chan, const void *buf, size_t len, struct isic_softc *sc) { ! register u_int *ip; register size_t cnt; isic_Bchan_t *Bchan = &sc->sc_chan[chan]; sc->avma1pp_cmd &= ~HSCX_CMD_XME; sc->avma1pp_txl = 0; ! if (len != sc->sc_bfifolen) { if (Bchan->bprot != BPROT_NONE) sc->avma1pp_cmd |= HSCX_CMD_XME; - sc->avma1pp_txl = len; } ! cnt = 0; /* borrow cnt */ AVMA1PPSETCMDLONG(cnt); hscx_write_reg(chan, HSCX_STAT, cnt, sc); ! ip = (u_int *)buf; cnt = 0; while (cnt < len) { --- 390,420 ---- } /* tell the board to use the ISAC fifo */ outb(sc->sc_port + ADDR_REG_OFFSET, ISAC_FIFO); ! outsb(sc->sc_port + ISAC_REG_OFFSET, (const u_char *)buf, len); } static void hscx_write_fifo(int chan, const void *buf, size_t len, struct isic_softc *sc) { ! register const u_int *ip; register size_t cnt; isic_Bchan_t *Bchan = &sc->sc_chan[chan]; sc->avma1pp_cmd &= ~HSCX_CMD_XME; sc->avma1pp_txl = 0; ! if (Bchan->out_mbuf_cur == NULL) { if (Bchan->bprot != BPROT_NONE) sc->avma1pp_cmd |= HSCX_CMD_XME; } ! if (len != sc->sc_bfifolen) ! sc->avma1pp_txl = len; ! cnt = 0; /* borrow cnt */ AVMA1PPSETCMDLONG(cnt); hscx_write_reg(chan, HSCX_STAT, cnt, sc); ! ip = (const u_int *)buf; cnt = 0; while (cnt < len) { *************** *** 450,461 **** sc->avma1pp_cmd &= ~HSCX_CMD_XME; sc->avma1pp_txl = 0; ! if (len != sc->sc_bfifolen) { if (Bchan->bprot != BPROT_NONE) sc->avma1pp_cmd |= HSCX_CMD_XME; - sc->avma1pp_txl = len; } cnt = 0; /* borrow cnt */ AVMA1PPSETCMDLONG(cnt); --- 451,463 ---- sc->avma1pp_cmd &= ~HSCX_CMD_XME; sc->avma1pp_txl = 0; ! if (Bchan->out_mbuf_cur == NULL) { if (Bchan->bprot != BPROT_NONE) sc->avma1pp_cmd |= HSCX_CMD_XME; } + if (len != sc->sc_bfifolen) + sc->avma1pp_txl = len; cnt = 0; /* borrow cnt */ AVMA1PPSETCMDLONG(cnt); *************** *** 492,498 **** hscx_write_reg(0, offset, v, sc); return; } ! if (((int)base & IS_HSCX_MASK) == HSCX0FAKE) { hscx_write_reg(1, offset, v, sc); return; --- 494,500 ---- hscx_write_reg(0, offset, v, sc); return; } ! if (((int)base & IS_HSCX_MASK) == HSCX1FAKE) { hscx_write_reg(1, offset, v, sc); return; -------- 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 May 31 17: 8:57 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from RVC1.Informatik.BA-Stuttgart.DE (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (Postfix) with ESMTP id 907DD14E4C for ; Mon, 31 May 1999 17:08:49 -0700 (PDT) (envelope-from helbig@RVC1.Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by RVC1.Informatik.BA-Stuttgart.DE (8.8.8/8.8.8) id CAA23637; Tue, 1 Jun 1999 02:10:55 +0200 (CEST) Date: Tue, 1 Jun 1999 02:10:55 +0200 (CEST) From: Wolfgang Helbig Message-Id: <199906010010.CAA23637@RVC1.Informatik.BA-Stuttgart.DE> To: freebsd-isdn@FreeBSD.ORG, garyj@muc.de Subject: Re: fix to i4b_avm_fritz_pci.c Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Thanks to Joachim Kuebart and Udo Schweigert a nasty bug has been fixed > in the Fritz!Card PCI driver. The bug fixed seems to only affect sPPP > use since I never observed it using IPR. But I did, while Joachim and I were trying to reproduce the bug. The bug doesn't show on IPR that often, because frames with a size of 32 bytes (or a multiple thereof) happen to be sent by sPPP more often than by IPR. For example ssh loves to send 20 byte TCP segments, plus 40 bytes TCP/IP headers result in 60 bytes frames on IPR and 64 bytes on sPPP. (Four extra bytes for PPP) Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jun 1 4: 8:35 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from whiterose.net (whiterose.net [199.245.105.145]) by hub.freebsd.org (Postfix) with ESMTP id B1EFC15030 for ; Tue, 1 Jun 1999 04:08:29 -0700 (PDT) (envelope-from lundman@argonaut.com) Received: from netbsd.argonaut.com ([193.128.238.146]) by whiterose.net (8.9.1/4.1.1) with ESMTP id HAA31403 for ; Tue, 1 Jun 1999 07:08:31 -0400 From: lundman@argonaut.com Received: from argonaut.com (lordlund [192.10.13.202]) by netbsd.argonaut.com (8.9.3/8.8.5) with ESMTP id MAA29562 for ; Tue, 1 Jun 1999 12:03:05 +0100 (BST) Date: Tue, 1 Jun 1999 12:03:05 +0100 (BST) Message-ID: <3753BF41.809ADE9@argonaut.com> ate: Tue, 01 Jun 1999 12:08:49 +0100 rom: HRH Jorgen Lundman -Mailer: Mozilla 4.5 [en] (Win95; I) -Accept-Language: en,ja IME-Version: 1.0 o: freebsd-isdn@freebsd.org ubject: ISDN and ASU1690, almost there :) ontent-Type: text/plain; charset=us-ascii ontent-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello ISDNers :) We are running NetBSD-1.4 (i386) here, and have just installed your ISDN package .81 May '99. This is a long message, we appologise. The ISDN card is asyscom isdnlink. After patching the kernel and installed the ISDN package the kernel boot up message was that of: May 22 08:38:30 spoongate /netbsd: isapnp0: port 0x100/8 irq 3 not configured But we spotted the kernel had support for asus 1688, so we modified layer1/isapnp_isic.c to look for ASU1690 instead of ASU1688, and we got further, however, it was expecting version 1.2 and slightly different HSC0 and 1. Like: May 27 10:06:06 spoongate /netbsd: isic0 at isapnp0 port 0x100/8 irq 3: Dynalink IS64PH May 27 10:06:06 spoongate /netbsd: isic0: HSCX VSTR test failed for Dynalink PnP May 27 10:06:06 spoongate /netbsd: isic0: HSC0: VSTR: 0x82 May 27 10:06:06 spoongate /netbsd: isic0: HSC1: VSTR: 0x82 May 27 10:06:06 spoongate /netbsd: isic0: ISAC 2085 Version V2.3 (B3) (IOM-2) May 27 10:06:06 spoongate /netbsd: isic0: HSCX 82525 Version A2 So to layer1/i4b_dynalink.c.c we went, and changed the compare for HSC0 and HSC1 to: /* Read HSCX A/B VSTR. Expected value is 0x05 (V2.1). */ if( ((HSCX_READ(0, H_VSTR) & 0xf) != 0x2) || ((HSCX_READ(1, H_VSTR) & 0xf) != 0x2) ) Rebooted once again, and finally we got: Jun 1 02:39:18 spoongate /netbsd: isic0 at isapnp0 port 0x100/8 irq 3: Dynalink IS64PH Jun 1 02:39:18 spoongate /netbsd: isic0: ISAC 2085 Version V2.3 (B3) (IOM-2) Jun 1 02:39:18 spoongate /netbsd: isic0: HSCX 82525 Version A2 Jun 1 02:39:18 spoongate /netbsd: biomask 4040 netmask 4448 ttymask 444a Jun 1 02:39:18 spoongate /netbsd: i4b: ISDN call control device attached Jun 1 02:39:18 spoongate /netbsd: i4btrc: 2 ISDN trace device(s) attached Jun 1 02:39:18 spoongate /netbsd: i4bctl: ISDN system control port attached Jun 1 02:39:18 spoongate /netbsd: i4brbch: 4 raw B channel access device(s) attached Jun 1 02:39:18 spoongate /netbsd: i4btel: 2 ISDN telephony interface device(s) attached Jun 1 02:39:18 spoongate /netbsd: i4bipr: 2 IP over raw HDLC ISDN device(s) attached (VJ header compression) Jun 1 02:39:18 spoongate /netbsd: i4bisppp: 2 ISDN SyncPPP device(s) attached Which we thought was encouraging :) So, we created the PPP script like the handbook suggests, which executes the following commands: + ifconfig isp0 delete -link1 down + spppcontrol isp0 myauthproto=pap + spppcontrol isp0 myauthname=uk,ppp,rbeswick + spppcontrol isp0 myauthsecret=craft-75trident + ifconfig isp0 0.0.0.0 XXX.XXX.XXX.XXX netmask 0xffffffff link1 ^^^ remote ISPs gate IP Then we go ifconfig isp0 up and try to telnet to XXX.XXX.XXX.XXX above. We've started isdnd -d 1023 -F -l -L log and the following is in the log file: and has the actualy phone numbers, not those strings :) Tripple checked they are correct (what was called from Win95 etc) 01.06.1999 04:19:03 DBG init_controller_state: controller 0 is Dynalink IS64PH 01.06.1999 04:19:03 DBG init_controller: found 1 ISDN controller(s) 01.06.1999 04:19:03 DBG entry 0: name = I4BPPP 01.06.1999 04:19:03 DBG entry 0: usrdevicename = isp 01.06.1999 04:19:03 DBG entry 0: usrdeviceunit = 0 01.06.1999 04:19:03 DBG entry 0: isdncontroller = 0 01.06.1999 04:19:03 DBG entry 0: isdnchannel = any 01.06.1999 04:19:03 DBG entry 0: local_phone_incoming = * 01.06.1999 04:19:03 DBG entry 0: remote_phone_incoming #0 = * 01.06.1999 04:19:03 DBG entry 0: local_phone_dialout = 01.06.1999 04:19:03 DBG entry 0: remote_phone_dialout #0 = 01.06.1999 04:19:03 DBG entry 0: remdial_handling = first 01.06.1999 04:19:03 DBG entry 0: dialin_reaction = reject 01.06.1999 04:19:03 DBG entry 0: dialouttype = normal 01.06.1999 04:19:03 DBG entry 0: b1protocol = hdlc 01.06.1999 04:19:03 DBG entry 0: idle_time_in = 240 01.06.1999 04:19:03 DBG entry 0: idle_time_out = 60 01.06.1999 04:19:03 DBG entry 0: ratetype = 0 01.06.1999 04:19:03 DBG entry 0: unitlength = 90 01.06.1999 04:19:03 DBG entry 0: unitlengthsrc = rate 01.06.1999 04:19:03 DBG entry 0: dialretries = 3 01.06.1999 04:19:03 DBG entry 0: dialrandincr = 1 01.06.1999 04:19:03 DBG entry 0: recoverytime = 25 01.06.1999 04:19:03 DBG entry 0: usedown = 0 01.06.1999 04:19:03 DBG entry 0: downtries = 2 01.06.1999 04:19:03 DBG entry 0: downtime = 30 01.06.1999 04:19:03 DBG rates: NO entry for day 0 !! (etc for all days) 01.06.1999 04:19:03 DBG ratesfile /etc/isdn/isdnd.rates read successfully 01.06.1999 04:19:03 DMN i4b isdn daemon started (pid = 1335) 01.06.1999 04:19:04 DBG time < 1 - last 928235944:760066 now 928235944:760071 01.06.1999 04:19:05 DBG time OK! - last 928235944:760066 now 928235945:760025 01.06.1999 04:19:06 DBG time OK! - last 928235945:760188 now 928235946:760033 01.06.1999 04:19:07 DBG time OK! - last 928235946:760233 now 928235947:760027 01.06.1999 04:19:08 DBG time OK! - last 928235947:760200 now 928235948:760036 01.06.1999 04:19:09 DBG time OK! - last 928235948:760237 now 928235949:760028 01.06.1999 04:19:10 DBG time OK! - last 928235949:760214 now 928235950:760035 01.06.1999 04:19:11 DBG time OK! - last 928235950:760227 now 928235951:760035 (etc on the time lines, until I issued the telnet command and this appears) 01.06.1999 04:19:28 DBG msg_dialout: dial req from isp, unit 0 01.06.1999 04:19:28 DBG setup_dialout: entry I4BPPP ok! 01.06.1999 04:19:28 DBG find_by_device_for_dialout: found entry 0! 01.06.1999 04:19:28 DBG FSM event [msg-dialout]: [idle => dialing] 01.06.1999 04:19:28 DBG F_DIAL: local dial out request 01.06.1999 04:19:28 DBG select_first_dialno: only one no, no = 08450798555 01.06.1999 04:19:28 CHD 00006 I4BPPP rate 60 sec/unit (ratescan fail) 01.06.1999 04:19:28 DBG sendm_connect_req: ctrl = 0, chan = -1 01.06.1999 04:19:28 DBG decr_free_channels: ctrl 0, now 1 chan free 01.06.1999 04:19:28 CHD 00006 I4BPPP dialing out from 01392444369 to 08450798555 01.06.1999 04:19:28 DBG time < 900000us - last 928235967:760231 now 928235968:43 7709 01.06.1999 04:19:29 DBG time OK! - last 928235967:760231 now 928235969:430035 Meanwhile, in the syslog, the following errors occur: Jun 1 04:19:30 spoongate /netbsd: i4b-L2-i4b_T202_timeout: unit 0, N202 = 3 Jun 1 04:19:30 spoongate /netbsd: i4b-L1-ph_data_req: No Space in TX FIFO, state = F4 Awaiting Signal Jun 1 04:19:30 spoongate /netbsd: i4b-L1-timer3_expired: state = F4 Awaiting Signal Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: HSCX B: ISTA = 0x0 Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: ISAC: ISTA = 0xff Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: ISAC: EXIR = 0xff Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: ISAC: CISQ = 0xff Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: ISAC: SQRR = 0xff Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: HSCX B: IMASK = 0xff Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 Jun 1 04:19:30 spoongate /netbsd: i4b-L1-isic_recover: ISAC: IMASK = 0x2a Jun 1 04:19:32 spoongate /netbsd: i4b-L3-T303_timeout: SETUP not answered, cr = 121 Jun 1 04:19:32 spoongate /netbsd: i4b-L3-next_l3state: FSM illegal state, state = ST_OW - Out Wait EST, event = EV_T303EXP - T303 timeout! and we are stuck :( Can any help or give a hint at which direction we should go? Anything would be appreciated! Lund -- Jorgen Lundman Programmer & Unix Administrator http://www.whiterose.net/users/lundman/ "It is easy to be wise in hindsight" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jun 1 4:41:52 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from osku.suutari.iki.fi (unknown [195.165.67.179]) by hub.freebsd.org (Postfix) with ESMTP id 0F25B1527C for ; Tue, 1 Jun 1999 04:41:39 -0700 (PDT) (envelope-from ari@suutari.iki.fi) Received: from mocha (mocha.intranet.syncrontech.com [192.168.5.3]) by osku.suutari.iki.fi (8.9.1/8.9.1) with SMTP id OAA10153; Tue, 1 Jun 1999 14:40:09 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <000e01beac24$4908dbb0$0305a8c0@intranet.syncrontech.com> From: "Ari Suutari" To: , References: <3753BF41.809ADE9@argonaut.com> Subject: Re: asuscom card Date: Tue, 1 Jun 1999 14:45:45 +0300 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 Hi, > We are running NetBSD-1.4 (i386) here, and have just installed your ISDN > package .81 May '99. This is a long message, we appologise. > > > The ISDN card is asyscom isdnlink. > > After patching the kernel and installed the ISDN package the kernel boot > up message was that of: > > May 22 08:38:30 spoongate /netbsd: isapnp0: > port 0x100/8 irq 3 not configured > > > But we spotted the kernel had support for asus 1688, so we modified > layer1/isapnp_isic.c to look for ASU1690 instead of ASU1688, and we got > further, however, it was expecting version 1.2 and slightly different > HSC0 and 1. Like: > This is probably the asuscom card with IPAC chip. I tried the same things as you some time ago but realized soon that the dynalink driver does not work with it. I have been working on converting another IPAC-chip -based card driver for this card and results are currently looking good so maybe someday there will be a driver for that card. Ari S. Lemi, Finland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jun 1 5: 4:53 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 4A8951527C for ; Tue, 1 Jun 1999 05:04:50 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1548 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 1 Jun 1999 14:04:49 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10onHc-0000fyC; Tue, 1 Jun 99 14:04 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: time-out settings In-Reply-To: <4.1.19990529205655.0094c950@pop.roberts.nl> from Luke Roberts at "May 29, 99 09:01:07 pm" To: luke@roberts.nl (Luke Roberts) Date: Tue, 1 Jun 1999 14:04:40 +0200 (METDST) 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: 728 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of Luke Roberts: > I would like to know if it is possible to stop the hang-up timer resetting > on certain port numbers. Ie. port udp 123 for timekeeping and udp/tcp 4000 > for ICQ. This could stop ICQ and xntpd from keeping the line open. Is this > possible? No. This sounds like a dialfilter, there are requests for such a beast from time to time but nothing has been implemented yet. 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 Jun 1 5: 6: 7 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from hcsext.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 0326E15664 for ; Tue, 1 Jun 1999 05:06:03 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1363 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 1 Jun 1999 14:06:03 +0200 (CEST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m10onIt-0000fyC; Tue, 1 Jun 99 14:05 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: i4b for dial-in In-Reply-To: from corex at "May 29, 99 11:10:24 pm" To: corex@grabstein.net (corex) Date: Tue, 1 Jun 1999 14:05:59 +0200 (METDST) 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: 530 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of corex: > is it possible to use i4b for dialing in with win9x and the dialup network ? I have no idea but i get the feeling from reading this list regularly that it seems to be possible. 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 Jun 4 19:48:36 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from xenetserver.harz.de (xenetserver.harz.de [193.159.181.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E2115170 for ; Fri, 4 Jun 1999 19:48:21 -0700 (PDT) (envelope-from frank@vogon.agala.harz.de) Received: (from uucp@localhost) by xenetserver.harz.de (8.9.1/8.9.1) with UUCP id EAA15291 for freebsd-isdn@freebsd.org; Sat, 5 Jun 1999 04:48:18 +0200 (CEST) Received: (from frank@localhost) by vogon.agala.harz.de (8.9.3/8.8.8) id EAA01279 for freebsd-isdn@freebsd.org; Sat, 5 Jun 1999 04:45:15 +0200 (CEST) (envelope-from frank) Date: Sat, 5 Jun 1999 04:45:15 +0200 From: "Frank J. Beckmann" To: freebsd-isdn@freebsd.org Subject: ELSA MicroLink ISDN/PCF Message-ID: <19990605044515.A1256@vogon.agala.harz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.14i X-Address: Frank J. Beckmann, Steinkampring 16, D-38667 Bad Harzburg X-Phone: +49-5322-80008 X-Fax: +49-5322-80082 X-PGP-Fingerprint: (1024R/66DC397D) = 25 34 D7 8A 69 04 12 CA 6E 55 DD 63 F6 A3 0E 06 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, what option and device line do I need to get an ELSA MicroLink ISDN/PCF working with i4b in 3.2-STAVBLE? I tried: options "ELSA_ISDNMC" device isic0 at isa? port 0x360 net irq 5 according to the jumpers on the card. But the kernel says isic0 not found at 0x360 Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jun 4 22:14:47 1999 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 03B5D14F4A for ; Fri, 4 Jun 1999 22:14:44 -0700 (PDT) (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 HAA00726; Sat, 5 Jun 1999 07:01:42 +0200 (CEST) Message-Id: <199906050501.HAA00726@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: "Frank J. Beckmann" Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: ELSA MicroLink ISDN/PCF Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 05 Jun 1999 04:45:15 +0200." <19990605044515.A1256@vogon.agala.harz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 05 Jun 1999 07:01:42 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Frank J. Beckmann" writes: >Hi, > >what option and device line do I need to get an ELSA MicroLink ISDN/PCF >working with i4b in 3.2-STAVBLE? > >I tried: > > options "ELSA_ISDNMC" > device isic0 at isa? port 0x360 net irq 5 > >according to the jumpers on the card. But the kernel says > > isic0 not found at 0x360 > According to the README it's not supported under FreeBSD. If you look at the driver you'll see that there are only stubs in it for FreeBSD. Looks like you'll have to implement the missing code. --- 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 Fri Jun 4 23:24:23 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from morannon.fido.de (morannon.faho.RWTH-Aachen.DE [134.130.57.8]) by hub.freebsd.org (Postfix) with ESMTP id 17A8114D68 for ; Fri, 4 Jun 1999 23:24:16 -0700 (PDT) (envelope-from tobi@bland.fido.de) Received: from morannon-ftn.fido.de (news@localhost) by morannon.fido.de (8.8.7/8.8.5/morannon-check-4.4) with FIDOGATE id IAA07289; Sat, 5 Jun 1999 08:31:35 +0200 Received: by sungate-ftn.fido.de (FIDOGATE 4.3a5) id AA07287; Sat, 05 Jun 1999 08:31:31 +0200 Date: Sat, 05 Jun 1999 08:11:26 +0200 From: tobi@bland.fido.de (Tobias Ernst) Reply-To: tobi@physcip.uni-stuttgart.de (Tobias Ernst) Subject: ELSA MicroLink ISDN/PCF Message-ID: In-Reply-To: To: freebsd-isdn@freebsd.org Organization: Fido.DE domain gateway (Moving Bits e.V. / IN e.V.) Lines: 19 X-Gateway: FIDO morannon.fido.de [FIDOGATE 4.3a5] X-FTN-From: Tobias Ernst @ 242:7600/1.0 X-FTN-To: UUCP @ 242:4900/99.0 X-FTN-Via: 242:7600/0@fido.de @19990605.081512 CFR-OS/2 19990128-devel X-FTN-Via: FIDOGATE/ftntoss 242:1000/1, Sat Jun 05 1999 at 08:31:13 MEST X-FTN-Domain: Z242@fidode MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hallo! FJB> what option and device line do I need to get an ELSA MicroLink FJB> ISDN/PCF working with i4b in 3.2-STAVBLE? FJB> options "ELSA_ISDNMC" That won't work. If anything would work, then this: options "ELSA_PCC16" device isic0 at isa? port 0x360 net irq 5 flags 19 vector isicintr The PCF is the same board as the PCC with added Fax functionality (which i4b cannot use anyway). Although Gary suggested it wouldn't work, I would give it a try. Perhaps you have to look in the code and copy code from the PCC section to the PCF section, if that distinction should be made anywhere. Viele Gr=FC=DFe, Tobias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jun 5 1:48:12 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from grootstal.nijmegen.inter.nl.net (grootstal.nijmegen.inter.nl.net [193.67.237.11]) by hub.freebsd.org (Postfix) with ESMTP id E9D8114ED0 for ; Sat, 5 Jun 1999 01:48:08 -0700 (PDT) (envelope-from Peter.Blok@inter.NL.net) Received: from mspc by grootstal.nijmegen.inter.nl.net via ztm51-33.Zoetermeer.NL.net [195.108.245.198] with SMTP for id KAA15899 (8.8.8/1.18); Sat, 5 Jun 1999 10:48:07 +0200 (MET DST) Reply-To: From: "Peter Blok" To: Subject: SIOCAIFADDR Date: Sat, 5 Jun 1999 10:47:50 +0200 Message-ID: <000a01beaf30$197d84e0$89ac9fa8@mspc> 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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ISDN'ers, During startup, ifconfig complains about SIOCAIFADDR with an EEXIST. I'd like to get rid of such a message and want to make a special case for 0.0.0.0 and 0.0.0.1. Which module is responsible for this error. I'm using FreeBSD 3.1 and isp is my interface. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jun 5 2:35:23 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 62E6214FBB for ; Sat, 5 Jun 1999 02:35:20 -0700 (PDT) (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 LAA11607; Sat, 5 Jun 1999 11:35:14 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id LAA04612; Sat, 5 Jun 1999 11:34:22 +0200 (MEST) From: "Martin Husemann" To: "Gary Jennejohn" , "Frank J. Beckmann" Cc: Subject: RE: ELSA MicroLink ISDN/PCF Date: Sat, 5 Jun 1999 11:34:21 +0200 Message-ID: <000001beaf36$97803850$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: <199906050501.HAA00726@peedub.muc.de> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Frank: > >what option and device line do I need to get an ELSA MicroLink ISDN/PCF > >working with i4b in 3.2-STAVBLE? Gary: > According to the README it's not supported under FreeBSD. If you > look at the > driver you'll see that there are only stubs in it for FreeBSD. I don't know this card (and I wrote that driver). So probably no, this card isn't supported at all. The relevant section from NetBSD/INSTALL says: #--------------------------------------------------------------------- # Supported PCMCIA cards: # options AVM_A1_PCMCIA # Fritz!Card PCMCIA Version options ELSA_ISDNMC # ELSA MicroLink ISDN/MC options ELSA_MCALL # ELSA MicroLink MC/all # isic* at pcmcia? function ? #--------------------------------------------------------------------- This cards can not attach at isa buses. And as Gary noted, someone was expected to fill in the hooks for FreeBSD (and this someone already has the card, as far as I know). If someone with this cards steps up and is able to compile and test the kernels with FreeBSD support for this card I'll work with him to fill the missing pieces, it's quite easy. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat Jun 5 2:44:43 1999 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 EDE3514CC3 for ; Sat, 5 Jun 1999 02:44:40 -0700 (PDT) (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 LAA01014; Sat, 5 Jun 1999 11:33:40 +0200 (CEST) Message-Id: <199906050933.LAA01014@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter.Blok@inter.NL.net Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: SIOCAIFADDR Reply-To: Gary Jennejohn In-reply-to: Your message of "Sat, 05 Jun 1999 10:47:50 +0200." <000a01beaf30$197d84e0$89ac9fa8@mspc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 05 Jun 1999 11:33:40 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Peter Blok" writes: >Hi ISDN'ers, > >During startup, ifconfig complains about SIOCAIFADDR with an EEXIST. I'd >like to get rid of such a message and want to make a special case for >0.0.0.0 and 0.0.0.1. Which module is responsible for this error. I'm using >FreeBSD 3.1 and isp is my interface. > /sys/net/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