From owner-freebsd-isdn Sun Apr 29 2:44:50 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id B66B637B424 for ; Sun, 29 Apr 2001 02:44:47 -0700 (PDT) (envelope-from hm@kts.org) Received: from fwd03.sul.t-online.com by mailout01.sul.t-online.com with smtp id 14tnl0-0002Qf-06; Sun, 29 Apr 2001 11:44:46 +0200 Received: from ernie.kts.org (520021727764-0001@[62.155.188.165]) by fmrl03.sul.t-online.com with esmtp id 14tnl0-0eE5aaC; Sun, 29 Apr 2001 11:44:46 +0200 Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id 16EA552B97; Sun, 29 Apr 2001 11:44:32 +0200 (CEST) Received: by bert.kts.org (Postfix, from userid 100) id 064AC9B26; Sun, 29 Apr 2001 11:44:31 +0200 (CEST) Subject: Re: Update i4b to a 4.3-STABLE from -current In-Reply-To: from Oliver von Bueren at "Apr 28, 2001 11:58:28 pm" To: maillist@ovb.ch (Oliver von Bueren) Date: Sun, 29 Apr 2001 11:44:31 +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 Message-Id: <20010429094431.064AC9B26@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) X-Sender: 520021727764-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oliver von Bueren wrote: > The base was a 4.3-STABLE system, last refreshed on 2001-04-24. On top > of that I installed the i4b out of the -current branche, as done with > the addon provieded for this. > - While doing the make in src/usr.sbin/i4b it tried to make the > manpages for .1 (say in the isdnd directory for isdnd.1) which gave > the message don't know how to make isdnd.1 and aborted. I could not > find any reference why it would want to make that, as the define MAN > clearly stated isdnd.8. Commenting out this line did not help, so I > made a ln -s for isdnd.1 to isdnd.8. This was the same in most of the > subdirectories of i4b. cd /usr/src/usr.sbin/i4b;make cleandir;make obj;make depend;make > - The I saw some very strange messages at startup, which I can't > explain. dmesg shows them as follows: > ERROR: "i4bctl" bmaj but is not a disk > ERROR: "i4btel" bmaj but is not a disk > ERROR: "i4brbch" bmaj but is not a disk > ERROR: "i4btrc" bmaj but is not a disk > ERROR: "i4b" bmaj but is not a disk I have seen them too but i have not looked what caused this. hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe We all live in a yellow subroutine, yellow subroutine, yellow subroutine ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Apr 29 4:43:13 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from ovbis10.ovb.ch (ovbis10.ovb.ch [195.65.24.140]) by hub.freebsd.org (Postfix) with ESMTP id D669C37B43E for ; Sun, 29 Apr 2001 04:43:02 -0700 (PDT) (envelope-from maillist@ovb.ch) Received: from ovb03.ovb.ch ([194.191.121.251]) by ovbis10.ovb.ch with esmtp (Exim 3.22 #2) id 14tpbR-00078t-00 for freebsd-isdn@freebsd.org; Sun, 29 Apr 2001 13:43:01 +0200 From: Oliver von Bueren To: freebsd-isdn@freebsd.org Subject: Re: Update i4b to a 4.3-STABLE from -current Date: Sun, 29 Apr 2001 13:43:20 +0200 Message-ID: References: <20010429094431.064AC9B26@bert.kts.org> In-Reply-To: <20010429094431.064AC9B26@bert.kts.org> X-Mailer: Forte Agent 1.8/32.548 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 On Sun, 29 Apr 2001 11:44:31 +0200 (CEST), you wrote: >> manpages for .1 (say in the isdnd directory for isdnd.1) which gave > >cd /usr/src/usr.sbin/i4b;make cleandir;make obj;make depend;make Tried again with the above. Didn't know about the make obj, but it now compiles it to /usr/obj/..., like that! But the effect that it looks for an isdnd.1 is still the same. I looked at it again, and can't find any reference to isdnd.1, nowhere in the hole i4b/... source tree. make: don't know how to make isdnd.1. Stop *** Error code 2 If I recreate the isdnd.1 (ln -s to isdnd.8) it does gzip it: ===> isdnd gzip -cn /usr/src/usr.sbin/i4b/isdnd/isdnd.1 > isdnd.1.gz And during the make install it of also installes it: ===> isdnd install -c -s -o root -g wheel -m 555 isdnd /usr/sbin install -c -o root -g wheel -m 444 isdnd.1.gz /usr/share/man/man1 It's the same for most of the other tools. Any Idea? Yours sincerely, Oliver von Bueren Communication- and Network-Engineering Oliver von Bueren ovb-at-solcon.ch SolCon GmbH, Lachenacker 9, CH-8049 Zuerich www.solcon.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 1 8:36:22 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from rod.inty.net (inty.hq.inty.net [213.38.150.150]) by hub.freebsd.org (Postfix) with ESMTP id A209837B424 for ; Tue, 1 May 2001 08:36:19 -0700 (PDT) (envelope-from david@inty.net) Received: from inty.hq.inty.net ([213.38.150.161]) by rod.inty.net (8.11.2/8.11.2) with ESMTP id f41Fa7a55158 for ; Tue, 1 May 2001 16:36:07 +0100 (BST) Received: from davidh ([10.0.1.219]) by inty.hq.inty.net (8.9.3/8.9.3) with SMTP id QAA82319 for ; Tue, 1 May 2001 16:36:07 +0100 (BST) From: "David Hedley" To: Subject: ELSA card hanging.. Date: Tue, 1 May 2001 16:35:44 +0100 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-skip-virus-check: yes X-virus-checked: 19259 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We're looking to switch away from using AVM Fritz cards to ELSA QuickStep cards due to the newly released, currently incompatible, AVM card. However, we are experiencing lockups on warm boot when the ISDN cable is connected to the ELSA cards. The symptoms are as follows: Cold boot (i.e. power on or after reset button): no problems Warm boot before card has been used: no problems Warm boot after card has been used: locks up The system always locks just before the 'IP packet filtering initialized' part (i.e. after all the devices have been attached), although I can still Ctrl-Alt-Delete to reboot it, so it can't be totally wedged. I assume there's something on the card that isn't quite being reset properly? I seem to recall this being discussed a while back on this list, but the relevant mails have disappeared from my local store. Is there an archive of this mailing list? Is there a fix for this issue? (We are currently using 0.90.00 as we're stuck with FreeBSD 3.x for the moment) Best wishes, David -- Dr David Hedley, Head of Development Intelligent Network Technology Ltd, Bristol, UK http://www.inty.net/ This email has been virus scanned using Sophos Anti-Virus by intY (www.inty.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 1 9:22:21 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id DE6CE37B423 for ; Tue, 1 May 2001 09:22:18 -0700 (PDT) (envelope-from martin@duskware.de) Received: from fwd06.sul.t-online.com by mailout04.sul.t-online.com with smtp id 14ucun-0000yZ-0B; Tue, 01 May 2001 18:22:17 +0200 Received: from night-porter.duskware.de (520038743430-0001@[217.0.157.98]) by fmrl06.sul.t-online.com with esmtp id 14ucus-0z5KbIC; Tue, 1 May 2001 18:22:22 +0200 Received: (from martin@localhost) by night-porter.duskware.de (8.11.3/8.11.0) id f41GM5x06132; Tue, 1 May 2001 18:22:05 +0200 (MEST) From: Martin Husemann Message-Id: <200105011622.f41GM5x06132@night-porter.duskware.de> Subject: Re: ELSA card hanging.. In-Reply-To: "from David Hedley at May 1, 2001 04:35:44 pm" To: David Hedley Date: Tue, 1 May 2001 18:20:50 +0200 (MEST) Cc: freebsd-isdn@freebsd.org X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Sender: 520038743430-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Cold boot (i.e. power on or after reset button): no problems > Warm boot before card has been used: no problems > Warm boot after card has been used: locks up Yes, that's about to be expected. The ELSA cards cause regular interrupts, and are not properly shut up when the isdnd closes the isdn subsystem. Depending on timing you may have the same issue on first boot, as the card is enabled when attached, i.e. normaly no interrupts should be enabled. This is one of the reasons NetBSD now uses a slightly different layer 1 interface (where support to handle this is planned, but not yet done). Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 1 10:14:22 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from princess.vanderfeest.nl (princess.vanderfeest.nl [212.204.230.181]) by hub.freebsd.org (Postfix) with ESMTP id 751C737B422 for ; Tue, 1 May 2001 10:14:19 -0700 (PDT) (envelope-from paul@princeproductions.nl) Received: (from psd@localhost) by princess.vanderfeest.nl (8.11.2/8.11.2/psd) id f41H78C99773 for freebsd-isdn@freebsd.org; Tue, 1 May 2001 19:07:08 +0200 (CEST) Date: Tue, 1 May 2001 19:07:08 +0200 From: Paul Dekkers To: freebsd-isdn@freebsd.org Subject: 4.3-RELEASE and iwic? Message-ID: <20010501190708.A99764@princess.vanderfeest.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I just downloaded the 4.3-RELEASE and installed it on a machine, but why is the iwic card not in the kernel? Do I still have to download the distrib from www.freebsd-support.de and install that one on a release that is newer? Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 1 13:52:22 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from discus.nl.uu.net (discus.nl.uu.net [193.67.79.178]) by hub.freebsd.org (Postfix) with ESMTP id 2D8F537B422 for ; Tue, 1 May 2001 13:52:20 -0700 (PDT) (envelope-from arjan@jak.nl) Received: from 1Cust210.tnt36.rtm1.nl.uu.net ([213.116.166.210]:3021 "EHLO jak.nl") by discus.nl.uu.net with ESMTP id ; Tue, 1 May 2001 22:52:07 +0200 Message-ID: <3AEF2228.2CB194A9@jak.nl> Date: Tue, 01 May 2001 22:52:56 +0200 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: hm@kts.org Cc: Oliver von Bueren , freebsd-isdn@freebsd.org Subject: Re: Update i4b to a 4.3-STABLE from -current References: <20010429094431.064AC9B26@bert.kts.org> 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: > > - The I saw some very strange messages at startup, which I can't > > explain. dmesg shows them as follows: > > ERROR: "i4bctl" bmaj but is not a disk > > ERROR: "i4btel" bmaj but is not a disk > > ERROR: "i4brbch" bmaj but is not a disk > > ERROR: "i4btrc" bmaj but is not a disk > > ERROR: "i4b" bmaj but is not a disk > > I have seen them too but i have not looked what caused this. Same here. Arjan Knepper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 1 13:55:13 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from discus.nl.uu.net (discus.nl.uu.net [193.67.79.178]) by hub.freebsd.org (Postfix) with ESMTP id 51E3D37B424 for ; Tue, 1 May 2001 13:55:09 -0700 (PDT) (envelope-from arjan@jak.nl) Received: from 1Cust210.tnt36.rtm1.nl.uu.net ([213.116.166.210]:3025 "EHLO jak.nl") by discus.nl.uu.net with ESMTP id ; Tue, 1 May 2001 22:54:48 +0200 Message-ID: <3AEF22CA.B6EDE98F@jak.nl> Date: Tue, 01 May 2001 22:55:38 +0200 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn Subject: Re: 4.3-RELEASE and iwic? References: <20010501190708.A99764@princess.vanderfeest.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No probably the the most up to date sources are never MFC'ed to stable. What I normally do since I have to maintain a current branche aswell, copy the i4b* from current to stable overwriting everything and use the diff file's from H.M. to patch the files which are normally patched by H.M.'s script. I have done a upgrade to 4.3 stable from 4.2 stable today and everything is working fine here. Paul Dekkers wrote: > Hi, > > I just downloaded the 4.3-RELEASE and installed it on a machine, but why is the iwic card not in the kernel? Do I still have to download the distrib from www.freebsd-support.de and install that one on a release that is newer? > > Paul > > 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 Wed May 2 0:13:26 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id D2F4237B422 for ; Wed, 2 May 2001 00:13:23 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id DDB53BA27; Wed, 2 May 2001 09:13:22 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id C4AF3526; Wed, 2 May 2001 09:13:22 +0200 (METDST) Subject: Re: ELSA card hanging.. In-Reply-To: "from David Hedley at May 1, 2001 04:35:44 pm" To: David Hedley Date: Wed, 2 May 2001 09:13:22 +0200 (METDST) Cc: freebsd-isdn@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010502071322.C4AF3526@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of David Hedley: > We're looking to switch away from using AVM Fritz cards to ELSA QuickStep > cards due to the newly released, currently incompatible, AVM card. However, > we are experiencing lockups on warm boot when the ISDN cable is connected to > the ELSA cards. Which card is this, the ISA or the PCI version ? hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 2 0:48:36 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from rod.inty.net (inty.hq.inty.net [213.38.150.150]) by hub.freebsd.org (Postfix) with ESMTP id BB3EF37B422 for ; Wed, 2 May 2001 00:48:32 -0700 (PDT) (envelope-from david@inty.net) Received: from inty.hq.inty.net ([213.38.150.161]) by rod.inty.net (8.11.2/8.11.2) with ESMTP id f427mUF62398; Wed, 2 May 2001 08:48:31 +0100 (BST) Received: from davidh ([10.0.1.219]) by inty.hq.inty.net (8.9.3/8.9.3) with SMTP id IAA06084; Wed, 2 May 2001 08:48:29 +0100 (BST) From: "David Hedley" To: Cc: Subject: RE: ELSA card hanging.. Date: Wed, 2 May 2001 08:48:06 +0100 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20010502071322.C4AF3526@hcswork.hcs.de> X-skip-virus-check: yes X-virus-checked: 33710 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The PCI version. When it locks, it gets stuck in the IPAC interrupt routine (lines 439 onwards in i4b_isic_pci.c). I see a never ending stream of the following calls: eqs1pp_read_reg(0x4dc00, 1); eqs1pp_read_reg(0xdc00, 32); I would guess that the IRQ is not being cleared properly. Martin Husemann has suggested a quick fix which I'll be trying later today. Cheers, David -- Dr David Hedley, Head of Development Intelligent Network Technology Ltd, Bristol, UK http://www.inty.net/ > -----Original Message----- > From: owner-freebsd-isdn@FreeBSD.ORG > [mailto:owner-freebsd-isdn@FreeBSD.ORG]On Behalf Of Hellmuth Michaelis > Sent: 02 May 2001 08:13 > To: David Hedley > Cc: freebsd-isdn@FreeBSD.ORG > Subject: Re: ELSA card hanging.. > > > From the keyboard of David Hedley: > > > We're looking to switch away from using AVM Fritz cards to ELSA > QuickStep > > cards due to the newly released, currently incompatible, AVM > card. However, > > we are experiencing lockups on warm boot when the ISDN cable is > connected to > > the ELSA cards. > > Which card is this, the ISA or the PCI version ? > > hellmuth > -- > Hellmuth Michaelis Tel +49 > 40 55 97 47-70 > HCS Hanseatischer Computerservice GmbH Fax +49 > 40 55 97 47-77 > Oldesloer Strasse 97-99 Mail hm [at] hcs.de > D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message This email has been virus scanned using Sophos Anti-Virus by intY (www.inty.net) This email has been virus scanned using Sophos Anti-Virus by intY (www.inty.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message