From owner-freebsd-isdn Sun Jan 23 3: 7: 5 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 1AB4A14F3F for ; Sun, 23 Jan 2000 03:07:01 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id MAA13565 for ; Sun, 23 Jan 2000 12:06:32 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id MAA03790; Sun, 23 Jan 2000 12:06:01 +0100 (MET) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: freebsd-isdn@freebsd.org Subject: leafnode+, DNS, and a dialup connection using i4b From: Roland Jesse Date: 23 Jan 2000 12:06:00 +0100 Message-ID: <0vu2k51207.fsf@cs.uni-magdeburg.de> Lines: 69 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Posted this to -questions before but to no avail. Does not look like there are active i4b users over there.] Ok, thanks to i4b, my isdn connection is more or less up and running and I do my best to ignore the "File exists" error by ifconfig. But I still don't get the whole dilup setup done correctly. The world was just so much easier with a steady internet connection. :-> How does one setup a DNS lookup? I am planning to use leafnode+ to fetch news for me. Leafnode+ is started via inetd with the following entry in /etc/inetd.conf: ------- cut ------- nntp stream tcp nowait news /usr/local/sbin/leafnode leafnode ------- cut ------- Nothing special, I would say. Whenever I do a 'telnet localhost nntp', I get the following syslog message: ------- cut ------- Jan 20 20:55:07 arthur leafnode[671]: unable to parse server (server news.cs.uni-magdeburg.de has no =) ------- cut ------- Ok, so I put the ip address of this news.cs machine in /etc/hosts: ------- cut ------- 141.44.21.70 loriot loriot.cs.uni-magdeburg.de news news.cs.uni-magdeburg.de ------- cut ------- /etc/host.conf is of course ------- cut ------- hosts bind ------- cut ------- The above error message stays the same. That's why I thought having a little own named would be a nice idea. That's the try for /etc/resolv.conf: ------- cut ------- nameserver 127.0.0.1 nameserver 141.44.1.2 nameserver 141.44.1.1 domain uni-magdeburg.de ------- cut ------- with the following in /etc/rc.conf: ------- cut ------- named_enable="YES" # Run named, the DNS server (or NO). named_program="named" # path to named, if you want a different one. named_flags="-u bind -g bind" # Flags for named ------- cut ------- That was bad as the machine was opening a new connection every ten minutes (for exactly 145 seconds as /var/log/isdnd.acct is telling me). Even though this can be addressed using 'ifconfig ... lik0' instead of 'ifconfig ... link1' and is therefore not so much of a problem, it doesn't help: named is telling me via syslog that it is "Ready to answer queries." the above error message by leafnode+ stays the same. I am more or less out of ideas and would very much appreciate any pointers to possible errors in my setup, things I missed, and manpages I should consult to proceed. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 23 4:46: 6 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from awfulhak.org (dynamic-85.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.213]) by hub.freebsd.org (Postfix) with ESMTP id 2791314C1D for ; Sun, 23 Jan 2000 04:46:02 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA23724; Sun, 23 Jan 2000 12:19:09 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA00978; Sun, 23 Jan 2000 12:19:07 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200001231219.MAA00978@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Roland Jesse Cc: freebsd-isdn@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: leafnode+, DNS, and a dialup connection using i4b In-Reply-To: Message from Roland Jesse of "23 Jan 2000 12:06:00 +0100." <0vu2k51207.fsf@cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 23 Jan 2000 12:19:07 +0000 From: Brian Somers Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > [Posted this to -questions before but to no avail. Does not look like > there are active i4b users over there.] I think a lot of people have run away from -questions due to the signal:noise ratio. > Ok, thanks to i4b, my isdn connection is more or less up and running > and I do my best to ignore the "File exists" error by ifconfig. But I > still don't get the whole dilup setup done correctly. The world was > just so much easier with a steady internet connection. :-> ppp(8) won't produce ``file exists'' message :*] > How does one setup a DNS lookup? I am planning to use leafnode+ to > fetch news for me. Leafnode+ is started via inetd with the following > entry in /etc/inetd.conf: > > ------- cut ------- > nntp stream tcp nowait news /usr/local/sbin/leafnode leafnode > ------- cut ------- > > Nothing special, I would say. Whenever I do a 'telnet localhost nntp', > I get the following syslog message: > > ------- cut ------- > Jan 20 20:55:07 arthur leafnode[671]: unable to parse server (server news.cs.uni-magdeburg.de has no =) > ------- cut ------- I don't know how much like leafnode leafnode+ is, but with leafnode you need ``server = news.whatever''. It sounds like you left out the ``=''. > Ok, so I put the ip address of this news.cs machine in /etc/hosts: > > ------- cut ------- > 141.44.21.70 loriot loriot.cs.uni-magdeburg.de news news.cs.uni-magdeburg.de > ------- cut ------- > > /etc/host.conf is of course > > ------- cut ------- > hosts > bind > ------- cut ------- > > The above error message stays the same. That's why I thought having a > little own named would be a nice idea. > > That's the try for /etc/resolv.conf: > > ------- cut ------- > nameserver 127.0.0.1 > nameserver 141.44.1.2 > nameserver 141.44.1.1 > domain uni-magdeburg.de > ------- cut ------- I wouldn't tend to mix 127.0.0.1 and other nameservers here. Use forwarders in your named.conf instead. [.....] > Roland -- 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 Sun Jan 23 5:47:35 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [62.104.201.3]) by hub.freebsd.org (Postfix) with ESMTP id 3867A14E1F for ; Sun, 23 Jan 2000 05:47:31 -0800 (PST) (envelope-from netchild@leidinger.net) Received: from [62.104.201.6] (helo=mx0.01019freenet.de) by mout1.freenet.de with esmtp (Exim 3.13 #1) id 12CNMP-0001Sf-00; Sun, 23 Jan 2000 14:47:21 +0100 Received: from [213.6.172.116] (helo=Magelan.Leidinger.net) by mx0.01019freenet.de with esmtp (Exim 3.13 #1) id 12CNMN-0001sc-00; Sun, 23 Jan 2000 14:47:19 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id OAA09593; Sun, 23 Jan 2000 14:23:57 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200001231323.OAA09593@Magelan.Leidinger.net> Date: Sun, 23 Jan 2000 14:23:56 +0100 (CET) From: Alexander Leidinger Subject: Re: leafnode+, DNS, and a dialup connection using i4b To: jesse@prinz-atm.CS.Uni-Magdeburg.De Cc: freebsd-isdn@FreeBSD.ORG In-Reply-To: <0vu2k51207.fsf@cs.uni-magdeburg.de> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23 Jan, Roland Jesse wrote: > Nothing special, I would say. Whenever I do a 'telnet localhost nntp', > I get the following syslog message: > > ------- cut ------- > Jan 20 20:55:07 arthur leafnode[671]: unable to parse server (server news.cs.uni-magdeburg.de has no =) > ------- cut ------- I think you have a line with "server news.cs.uni-magdeburg.de" in your leafnode-config, but leafnode wants "server = news.cs.uni-magdeburg.de". No need for named. Bye, Alexander. -- Back off! You're standing in my aura. http://www.Leidinger.net Alexander+Home @ Leidinger.net Key fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jan 23 16:31: 3 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 870A514A14 for ; Sun, 23 Jan 2000 16:30:56 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id BAA26732 for ; Mon, 24 Jan 2000 01:30:54 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id BAA13939 for freebsd-isdn@FreeBSD.ORG; Mon, 24 Jan 2000 01:30:18 +0100 (MET) Date: Mon, 24 Jan 2000 01:30:18 +0100 From: Roland Jesse To: freebsd-isdn@FreeBSD.ORG Subject: Re: leafnode+, DNS, and a dialup connection using i4b Message-ID: <20000124013018.A13935@knecht.cs.uni-magdeburg.de> References: <0vu2k51207.fsf@cs.uni-magdeburg.de> <200001231323.OAA09593@Magelan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <200001231323.OAA09593@Magelan.Leidinger.net> Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexander Leidinger wrote: > On 23 Jan, Roland Jesse wrote: > > ------- cut ------- > > Jan 20 20:55:07 arthur leafnode[671]: unable to parse server (server news.cs.uni-magdeburg.de has no =) > > ------- cut ------- > > I think you have a line with "server news.cs.uni-magdeburg.de" in your > leafnode-config, but leafnode wants "server = news.cs.uni-magdeburg.de". Ooops. For whatever reason I was reading the above "no" as "number" and therefore looking for the problem in a non working DNS lookup. Leafnode is currently fetching the active file in the background so I would say that it might be working now. Thanks for the pointer. That was some kind of a stupid typo I had in there. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 24 8:30:35 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 641CC14A14 for ; Mon, 24 Jan 2000 08:29:51 -0800 (PST) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (pppA136.francenet.fr [193.149.100.46]) by logatome.francenet.fr (8.9.3/8.9.3) with ESMTP id RAA16480; Mon, 24 Jan 2000 17:29:34 +0100 (CET) Message-ID: <388C7E15.7056676D@kisoft-services.com> Date: Mon, 24 Jan 2000 17:30:13 +0100 From: Eric Masson Organization: Kisoft Services X-Mailer: Mozilla 4.6 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: hm@hcs.de, freebsd-isdn@FreeBSD.ORG Subject: Re: ELSA Microlink ISDN References: <20000108131142.B1F593927@hcswork.hcs.de> <3889B902.B5DB4F83@kisoft-services.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Follow up to my previous post : I've upgraded to 0.90beta. The patch applies perfectly but I still have the compilation error. Jean Pierre Albinet wrote : >Hi Eric and everybody... > I'm a bit surprised by your mail because, I've not the same error > message, my configuration is : >FreeBSD 3.4 + isdn upgrade (0.90)+ Hellmuth's patch + the modif I've > done on the pci file : i4b_isic_pci.c >(regarding to Hellmuth's pach for isa ELSA ISDN card). I need to modify i4b_isic_pci.c in the same way the path does on i4b_isic_isa.c. (Homework for tonight :). Does anybody know whether the support of Elsa Microlink ISDN Pci will be merged in -STABLE ? Regards. Eric Masson -- Any opinions expressed above | Murphy's Law Corollary : are my own, not Kisoft's | Murphy was an optimist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 24 10: 9:17 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 68B3714C96 for ; Mon, 24 Jan 2000 10:09:13 -0800 (PST) (envelope-from Jean-Pierre.Albinet@space.alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id TAA09500 for ; Mon, 24 Jan 2000 19:02:13 +0100 From: Jean-Pierre.Albinet@space.alcatel.fr Received: from vzmta01.netfr.alcatel.fr (vzmta01.netfr.alcatel.fr [155.132.210.38]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id TAA26833 for ; Mon, 24 Jan 2000 19:04:19 +0100 (MET) Received: by vzmta01.netfr.alcatel.fr(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id C1256870.006385F3 ; Mon, 24 Jan 2000 19:07:03 +0100 X-Lotus-FromDomain: ALCATEL-SPACE To: freebsd-isdn@FreeBSD.ORG Message-ID: Date: Mon, 24 Jan 2000 19:06:57 +0100 Subject: ppp server and ISDN Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anybody have experience with ppp server and isdn ? I've no problems to connect (isdn com is OK) the client and the server but I don't know how to link the isdn connection with the ppp user password negociation (I have launched ppp , and have allowed pap and chap in the ppp.conf file but nothing .....) Regards Jean-Pierre ALCATEL SPACE INDUSTRIES Multimedia Department Tel : +33 (0)4 92 92 69 58 / Fax : +33 (0)4 92 92 76 10 E-Mail : jean-pierre.albinet@space.alcatel.fr Intranet : http://pc71077.aes.alcatel.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 24 11:45:32 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 18849157BD for ; Mon, 24 Jan 2000 11:45:14 -0800 (PST) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Rennes1.francenet.net [193.149.110.129]) by logatome.francenet.fr (8.9.3/8.9.3) with ESMTP id UAA79248; Mon, 24 Jan 2000 20:45:06 +0100 (CET) Message-ID: <388CABD6.8F027A63@kisoft-services.com> Date: Mon, 24 Jan 2000 20:45:26 +0100 From: Eric Masson Organization: Kisoft Services X-Mailer: Mozilla 4.6 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: hm@hcs.de, freebsd-isdn@FreeBSD.ORG Subject: Re: ELSA Microlink ISDN References: <20000108131142.B1F593927@hcswork.hcs.de> <3889B902.B5DB4F83@kisoft-services.com> <388C7E15.7056676D@kisoft-services.com> Content-Type: multipart/mixed; boundary="------------A4EEA508662FFC3EE51BBF86" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Il s'agit d'un message multivolet au format MIME. --------------A4EEA508662FFC3EE51BBF86 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Follow up to my previous posts : > I need to modify i4b_isic_pci.c in the same way the path does on > i4b_isic_isa.c. (Homework for tonight :). Homework done. Compilation still fails. Log is included. Regards Eric Masson -- Any opinions expressed above | Murphy's Law Corollary : are my own, not Kisoft's | Murphy was an optimist. --------------A4EEA508662FFC3EE51BBF86 Content-Type: text/plain; charset=us-ascii; name="typescript" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="typescript" Script started on Mon Jan 24 20:32:22 2000 # make cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i4b/layer1/i4b_isic_isa.c ../../i4b/layer1/i4b_isic_isa.c: In function `isic_realattach': ../../i4b/layer1/i4b_isic_isa.c:361: warning: unused variable `HSCXversion' ../../i4b/layer1/i4b_isic_isa.c:353: warning: unused variable `ISACversion' ../../i4b/layer1/i4b_isic_isa.c:329: warning: unused variable `drvid' ../../i4b/layer1/i4b_isic_isa.c:570: warning: control reaches end of non-void function ../../i4b/layer1/i4b_isic_isa.c: At top level: ../../i4b/layer1/i4b_isic_isa.c:574: warning: parameter names (without types) in function declaration ../../i4b/layer1/i4b_isic_isa.c:574: warning: redundant redeclaration of `isic_isac_init' in same scope ../../i4b/layer1/i4b_l1.h:408: warning: previous declaration of `isic_isac_init' ../../i4b/layer1/i4b_isic_isa.c:574: warning: data definition has no type or storage class ../../i4b/layer1/i4b_isic_isa.c:578: parse error before `->' ../../i4b/layer1/i4b_isic_isa.c:578: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:578: conflicting types for `isic_bchannel_setup' ../../i4b/layer1/i4b_l1.h:400: previous declaration of `isic_bchannel_setup' ../../i4b/layer1/i4b_isic_isa.c:578: warning: redundant redeclaration of `isic_bchannel_setup' in same scope ../../i4b/layer1/i4b_l1.h:400: warning: previous declaration of `isic_bchannel_setup' ../../i4b/layer1/i4b_isic_isa.c:578: warning: data definition has no type or storage class ../../i4b/layer1/i4b_isic_isa.c:580: parse error before `->' ../../i4b/layer1/i4b_isic_isa.c:580: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:580: warning: redundant redeclaration of `isic_bchannel_setup' in same scope ../../i4b/layer1/i4b_isic_isa.c:578: warning: previous declaration of `isic_bchannel_setup' ../../i4b/layer1/i4b_isic_isa.c:580: warning: data definition has no type or storage class ../../i4b/layer1/i4b_isic_isa.c:584: warning: parameter names (without types) in function declaration ../../i4b/layer1/i4b_isic_isa.c:584: conflicting types for `isic_init_linktab' ../../i4b/layer1/i4b_l1.h:407: previous declaration of `isic_init_linktab' ../../i4b/layer1/i4b_isic_isa.c:584: warning: redundant redeclaration of `isic_init_linktab' in same scope ../../i4b/layer1/i4b_l1.h:407: warning: previous declaration of `isic_init_linktab' ../../i4b/layer1/i4b_isic_isa.c:584: warning: data definition has no type or storage class ../../i4b/layer1/i4b_isic_isa.c:588: parse error before `->' ../../i4b/layer1/i4b_isic_isa.c:605: parse error before `&' ../../i4b/layer1/i4b_isic_isa.c:605: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:605: conflicting types for `callout_handle_init' ../../sys/systm.h:198: previous declaration of `callout_handle_init' ../../i4b/layer1/i4b_isic_isa.c:605: warning: redundant redeclaration of `callout_handle_init' in same scope ../../sys/systm.h:198: warning: previous declaration of `callout_handle_init' ../../i4b/layer1/i4b_isic_isa.c:605: warning: data definition has no type or storage class ../../i4b/layer1/i4b_isic_isa.c:606: parse error before `&' ../../i4b/layer1/i4b_isic_isa.c:606: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:606: warning: redundant redeclaration of `callout_handle_init' in same scope ../../i4b/layer1/i4b_isic_isa.c:605: warning: previous declaration of `callout_handle_init' ../../i4b/layer1/i4b_isic_isa.c:606: warning: data definition has no type or storage class ../../i4b/layer1/i4b_isic_isa.c:611: parse error before `.' ../../i4b/layer1/i4b_isic_isa.c:723: parse error before string constant ../../i4b/layer1/i4b_isic_isa.c:723: parse error before `->' ../../i4b/layer1/i4b_isic_isa.c:741: parse error before string constant ../../i4b/layer1/i4b_isic_isa.c:741: parse error before `->' ../../i4b/layer1/i4b_isic_isa.c:741: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:741: `printf' declared as function returning a function ../../i4b/layer1/i4b_isic_isa.c:741: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:741: warning: redundant redeclaration of `printf' in same scope ../../sys/systm.h:115: warning: previous declaration of `printf' ../../i4b/layer1/i4b_isic_isa.c:741: parse error before `->' ../../i4b/layer1/i4b_isic_isa.c:741: warning: function declaration isn't a prototype ../../i4b/layer1/i4b_isic_isa.c:741: `u_long' redeclared as different kind of symbol ../../sys/types.h:55: previous declaration of `u_long' *** Error code 1 Stop. # ^Dexit Script done on Mon Jan 24 20:32:29 2000 --------------A4EEA508662FFC3EE51BBF86-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 24 16:41:22 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by hub.freebsd.org (Postfix) with ESMTP id B6E4D1566E for ; Mon, 24 Jan 2000 16:41:18 -0800 (PST) (envelope-from dave@turbocat.de) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id BAA29756 for ; Tue, 25 Jan 2000 01:41:13 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id BAA07107 for freebsd-isdn@FreeBSD.ORG; Tue, 25 Jan 2000 01:41:05 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id BAA02523 for ; Tue, 25 Jan 2000 01:24:03 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id BAA00316 for freebsd-isdn@FreeBSD.ORG; Tue, 25 Jan 2000 01:24:04 +0100 (MET) Message-Id: <200001250024.BAA00316@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Tue, 25 Jan 2000 01:24:03 +0100 To: ISDN-List Subject: workaround for v90-dailin-problems. Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I had problems dailing into an i4b V0.90 based NetBSD box if someone was already loged in after reboot. I noticed after 3 hours of ifconfiguring/rebooting that the interface on "Orange" -- the box I dail in was down each time someone "left" the system. Dail-in attempts failed during the sppp handshake. If I call "ifconfig isp0 up" all 2 secs it just works... Orange runs a normal and non-patched i4b. Has someone a better idea to fix this? Please excuse my bad english the matches in my eyes are just braking into pieces.... --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jan 24 17: 2:36 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from awfulhak.org (dynamic-81.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.209]) by hub.freebsd.org (Postfix) with ESMTP id 567BB14F10 for ; Mon, 24 Jan 2000 17:02:32 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA21093; Mon, 24 Jan 2000 23:05:19 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA09323; Mon, 24 Jan 2000 23:05:20 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200001242305.XAA09323@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Jean-Pierre.Albinet@space.alcatel.fr Cc: freebsd-isdn@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: ppp server and ISDN In-Reply-To: Message from Jean-Pierre.Albinet@space.alcatel.fr of "Mon, 24 Jan 2000 19:06:57 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Jan 2000 23:05:18 +0000 From: Brian Somers Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Does anybody have experience with ppp server and isdn ? > > I've no problems to connect (isdn com is OK) the client and the server but > I don't know how to link the isdn connection with the ppp user password > negociation > (I have launched ppp , and have allowed pap and chap in the ppp.conf file > but nothing .....) If you want the peer to authenticate themselves, you need to ``enable'' pap or chap (or both - and/or mschap/lanman) and to either have an entry in ppp.secret for them or have ``enable passwdauth'', ``enable pap'' and an entry in your passwd file. > Regards > > Jean-Pierre > > > ALCATEL SPACE INDUSTRIES > Multimedia Department > Tel : +33 (0)4 92 92 69 58 / Fax : +33 (0)4 92 92 76 10 > E-Mail : jean-pierre.albinet@space.alcatel.fr > Intranet : http://pc71077.aes.alcatel.fr -- 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 Tue Jan 25 8:12:13 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 0A20C15503 for ; Tue, 25 Jan 2000 08:11:31 -0800 (PST) (envelope-from e-masson@kisoft-services.com) Received: from kisoft-services.com (Nantes7.francenet.net [193.149.110.71]) by logatome.francenet.fr (8.9.3/8.9.3) with ESMTP id RAA49570; Tue, 25 Jan 2000 17:10:57 +0100 (CET) Message-ID: <388DCB84.58BAEED4@kisoft-services.com> Date: Tue, 25 Jan 2000 17:12:52 +0100 From: Eric Masson Organization: Kisoft Services X-Mailer: Mozilla 4.6 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: hm@hcs.de, freebsd-isdn@FreeBSD.ORG Subject: Re: ELSA Microlink ISDN References: <20000108131142.B1F593927@hcswork.hcs.de> <3889B902.B5DB4F83@kisoft-services.com> <388C7E15.7056676D@kisoft-services.com> <388CABD6.8F027A63@kisoft-services.com> Content-Type: multipart/mixed; boundary="------------C13DFADF24DC44E5C079C279" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Il s'agit d'un message multivolet au format MIME. --------------C13DFADF24DC44E5C079C279 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Follow up to my previous posts : I slighty modified Helmuth's patch and it does work now. Excuse my poor C style. Regards Eric Masson -- Any opinions expressed above | Murphy's Law Corollary : are my own, not Kisoft's | Murphy was an optimist. --------------C13DFADF24DC44E5C079C279 Content-Type: application/x-gzip; name="i4b.microlink.diff.gz" Content-Transfer-Encoding: x-uuencode Content-Disposition: inline; filename="i4b.microlink.diff.gz" begin 644 i4b.microlink.diff.gz M'XL("'R_C3@ VDT8BYM:6-R;VQI;FLN9&EF9@"]5FMOVC 4_6Q^Q6VG2C2$ M$)ND@52=Q&B[95H[5*IJ'R:A$)QAE064A+53M?\^/PBE)0_:/:+(BJ_ON=>^ MQS[QA(4A-(/X$I@U-CY?>>^]R]ZGULS_26/DCTUN.;A.071%1=-O MOYHU@)8&P90MX >-$S:/0&MQ(W_?3&C((HJ\0:\_NL$8F?^$6R5<3U23M#:+8%$5F1T==8[K9WT9Y(LT*BC6PZB(4< MRV*K*G6R'?S:*J$-T"B;R8G((X8K:Y@=C']1Q\;S+,15MEVSD)PLC=S#1'=QYE",'.[K#%2^CLX#2!S%G !9"/9>XDS4CBJO52KRAUQ^=7US# M?BDATFW0N[I0A0*@LX3*DNT:AVS%X;/X)1H92JY@1\5:!*Q L>1(M6))MY!8_-O7_!Z+:T[&=;3\/J:QN,AX0UY,>=E9HZ9)<%^!^C#L?U$WJL=< HB^I<@RS79CK/:IM)ZJ=4HCR#=T'VX;P-!G_@O+-"_09*YW+6Y H end --------------C13DFADF24DC44E5C079C279-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 25 9:59:17 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from spree.nando.de (spree.nando.de [212.41.160.42]) by hub.freebsd.org (Postfix) with ESMTP id BCDC014EA7 for ; Tue, 25 Jan 2000 09:59:04 -0800 (PST) (envelope-from dave@turbocat.de) Received: from harvey.aball.de (root@harvey.aball.de [212.41.160.46]) by spree.nando.de (8.8.8/990525/wpv/CA-3) with ESMTP id SAA06488 for ; Tue, 25 Jan 2000 18:59:01 +0100 (MET) Received: from turbocat.de (uucp@localhost) by harvey.aball.de (8.9.3/8.9.3) with UUCP id SAA31761 for freebsd-isdn@FreeBSD.ORG; Tue, 25 Jan 2000 18:58:56 +0100 Received: from cat.turbocat.de (cat [212.41.163.194]) by alice.turbocat.de (8.8.8/8.8.8) with ESMTP id SAA00571 for ; Tue, 25 Jan 2000 18:56:06 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id SAA00238 for freebsd-isdn@FreeBSD.ORG; Tue, 25 Jan 2000 18:56:05 +0100 (MET) Message-Id: <200001251756.SAA00238@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Tue, 25 Jan 2000 18:56:04 +0100 To: ISDN-List Subject: kernel panic Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I just installed the IPC 60 Km away and tried to connect. It worked. I started a web browser... all fine.. But then, I got no reaction from the other side and NFS timeouts from my server. Alice was death. Her last words where: i4b_getbuf: error - MCLGET failed, len(2048) panic: L1avma1pp_hscx_intr: RPF, cannot allocate new mbuf! This is on the (Jan/Marc) patched side. The other (remote) side survived :-) I cannot believe that alice was out of mem. The Box has 128 MB and 200 MB Swap which is not used. NetBSD alice.turbocat.de 1.4.1 NetBSD 1.4.1 (ALICE) #10: Mon Jan 24 22:52:15 MET 2000 root@alice.turbocat.de:/raid/usr/src/sys/arch/i386/compile/ALICE i386 --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jan 25 13:57: 6 2000 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 18763153C9 for ; Tue, 25 Jan 2000 13:56:32 -0800 (PST) (envelope-from is@jocelyn.rhein.de) Received: from jocelyn.rhein.de (unknown [193.175.27.210]) by prefix.rhein.de (Postfix) with ESMTP id B5C323B752; Tue, 25 Jan 2000 21:56:24 +0000 (MET) Received: by jocelyn.rhein.de (Postfix, from userid 1501) id 11AA237; Tue, 25 Jan 2000 22:54:03 +0100 (MET) Date: Tue, 25 Jan 2000 22:54:03 +0100 From: Ignatios Souvatzis To: Fritz Tobias Weihmann Cc: Martin Husemann , freebsd-isdn@FreeBSD.ORG Subject: Re: i4b-00.90.00-beta-111299 NetBSD patch failes Message-ID: <20000125225403.C392@jocelyn.rhein.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Fritz Tobias Weihmann on Sat, Dec 18, 1999 at 08:56:13PM +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Dec 18, 1999 at 08:56:13PM +0100, Fritz Tobias Weihmann wrote: > > On 18-Dec-1999 Martin Husemann wrote: > >> Patching file files using Plan A... > >> Hunk #1 failed at 725. > > > > You are probably using the wrong version of the patches. The ones for NetBSD > > 1.4.1 are in the NetBSD/rel-1.4.x directory. You can't use the > > NetBSD-current ones in the NetBSD directory! > > Thank you, now it's fine. In this case the documentation has to be updated > as well. It says: > > This installation assumes you are running NetBSD 1.4 or newer -current. > The old stuff for 1.3.x is still there, look in the rel-1.3 subdirectory > for replacement files and use these instead of the ones in this directory! There's another problem: we need a NetBSD/1.4.x/files.i4b copy with "defpseudo" sed'd back to "pseudo-device". Klaus Gillarek was hit by this, and was able to get his system running with this 1.4.x-ed files.i4b. Regards, Ignatios To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 26 4:46:16 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 6B21314D29 for ; Wed, 26 Jan 2000 04:46:14 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1421 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 26 Jan 2000 13:46:13 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 73AAE39F9; Wed, 26 Jan 2000 13:46:11 +0100 (MET) Subject: Re: kernel panic In-Reply-To: <200001251756.SAA00238@cat.turbocat.de> from David Wetzel at "Jan 25, 0 06:56:04 pm" To: dave@turbocat.de (David Wetzel) Date: Wed, 26 Jan 2000 13:46:11 +0100 (MET) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 591 Message-Id: <20000126124611.73AAE39F9@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of David Wetzel: > i4b_getbuf: error - MCLGET failed, len(2048) > panic: L1avma1pp_hscx_intr: RPF, cannot allocate new mbuf! Seems like you are using an older version, there was a bug in the tel driver which ate mbufs and caused this type of panics. 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 Jan 26 11:18:12 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by hub.freebsd.org (Postfix) with SMTP id 1399915286 for ; Wed, 26 Jan 2000 11:18:02 -0800 (PST) (envelope-from luiz@nlink.com.br) Received: (qmail 25377 invoked from network); 26 Jan 2000 19:17:56 -0000 Received: from mirage.nlink.com.br (200.249.195.3) by mirage.nlink.com.br with SMTP; 26 Jan 2000 19:17:56 -0000 Date: Wed, 26 Jan 2000 17:17:56 -0200 (EDT) From: Luiz de Barros To: isdn@freebsd.org Subject: AsusCom ISDNlink 128 PNP And Eicon Diva 2.01. 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 Dear All, Are these cards supported by FreeBSD? Any plans for supporting them on FreeBSD? Please reply to my mailbox, as i am not member of the list. Luiz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 26 13:55:55 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id F230515483 for ; Wed, 26 Jan 2000 13:55:20 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA08013 for ; Wed, 26 Jan 2000 22:30:55 +0100 (CET) Message-Id: <200001262130.WAA08013@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: freebsd-isdn@FreeBSD.ORG Subject: Re: kernel panic Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 26 Jan 2000 13:46:11 +0100." <20000126124611.73AAE39F9@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Jan 2000 22:30:55 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis writes: >>From the keyboard of David Wetzel: > >> i4b_getbuf: error - MCLGET failed, len(2048) >> panic: L1avma1pp_hscx_intr: RPF, cannot allocate new mbuf! > >Seems like you are using an older version, there was a bug in the tel >driver which ate mbufs and caused this type of panics. > there was also a bug in the Fritz PCI driver which caused an error like this when it was used with telephony. The bug was fixed months ago. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed Jan 26 15:42:34 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.europe.de (mail.nce.de [212.114.175.5]) by hub.freebsd.org (Postfix) with ESMTP id 36C19153FC for ; Wed, 26 Jan 2000 15:42:25 -0800 (PST) (envelope-from Andi@europe.de) Received: from europe.de (dialup38.nefonline.de [212.114.145.38]) by mail.europe.de (Post.Office MTA v3.1.2 release (PO205-101c) ID# LEGENDS-1997LS) with ESMTP id AAA397 for ; Thu, 27 Jan 2000 00:42:16 +0100 Message-ID: <388F886C.38C2AE4E@europe.de> Date: Thu, 27 Jan 2000 00:51:08 +0100 From: Andi@europe.de (Richter Andreas) X-Mailer: Mozilla 4.05 [de]C-NECCK (Win95; I) MIME-Version: 1.0 To: freebsd-isdn@FreeBSD.org Subject: Isdn don`t work under 4.0-20000118-CURRENT! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, on sunday i have upgrade my system to 4.0-20000118-CURRENT! Now the isdn don't work! Before i have installed FreeBSD 3.4 stable and isdn works very well! Here is the logfile for the connection! Jan 26 23:51:27 cool /kernel: isp0: lcp close(initial) Jan 26 23:51:34 cool /kernel: isp0: lcp open(initial) Jan 26 23:51:34 cool /kernel: isp0: phase establish Jan 26 23:51:34 cool /kernel: i4b: unit 0, assigned TEI = 93 = 0x5d Jan 26 23:51:37 cool /kernel: isp0: Up event Jan 26 23:51:37 cool /kernel: isp0: lcp up(starting) Jan 26 23:51:37 cool /kernel: isp0: lcp output Jan 26 23:51:38 cool /kernel: isp0: lcp input(req-sent): Jan 26 23:51:38 cool /kernel: isp0: lcp parse opts: auth-proto magic Jan 26 23:51:38 cool /kernel: isp0: lcp parse opt values: auth-proto [mine proto/0x0 != his chap] magic 0xddd92094 send conf-nak Jan 26 23:51:38 cool /kernel: isp0: lcp output Jan 26 23:51:38 cool /kernel: isp0: lcp input(req-sent): 03-04-c0-23-05-06-dd-d9-20-94> Jan 26 23:51:56 cool /kernel: isp0: lcp parse opts: auth-proto magic Jan 26 23:51:56 cool /kernel: isp0: lcp parse opt values: auth-proto magic 0xddd92094 send conf-ack Jan 26 23:51:56 cool /kernel: isp0: lcp output Jan 26 23:51:57 cool /kernel: isp0: lcp close(ack-sent) Jan 26 23:51:57 cool /kernel: isp0: lcp output Jan 26 23:51:57 cool /kernel: isp0: lcp input(closing): Jan 26 23:51:57 cool /kernel: isp0: phase dead Jan 26 23:51:57 cool /kernel: isp0: lcp down(closed) Jan 26 23:51:57 cool /kernel: isp0: Down event (carrier loss) You can see that i could connect with my provider but the authorization fails, because the authorization protocol wouldn't detect ! I have seen in the FAQ a example of isdn connect and i have compared with my isdn connect! The differences between my isdn connect and the isdn connect in the example is, that the (req-sent) input is double so big! Then i have seen that the first 8 byte are missed! This first 8 byte are necessary to detect the authorization protocol! I don't know why this 8 byte are missed! my ISDN-Hardware: I have a isdn Fritz!Card A1! my kernel options for isdn: options "AVM_A1" device isic0 at isa? port 0x300 irq 5 flags 4 # ISDN Protocol Stack # ------------------- # # Q.921 / layer 2 - i4b passive cards D channel handling pseudo-device "i4bq921" # # Q.931 / layer 3 - i4b passive cards D channel handling pseudo-device "i4bq931" # # layer 4 - i4b common passive and active card handling pseudo-device "i4b" # # ISDN devices # ------------ # # userland driver to do ISDN tracing (for passive cards only) pseudo-device "i4btrc" 4 # # userland driver to control the whole thing pseudo-device "i4bctl" # # userland driver for access to raw B channel pseudo-device "i4brbch" 4 # # userland driver for telephony pseudo-device "i4btel" 2 # # network driver for IP over raw HDLC ISDN pseudo-device "i4bipr" 4 # enable VJ header compression detection for ipr i/f ## enable VJ header compression detection for ipr i/f options IPR_VJ # # network driver for sync PPP over ISDN pseudo-device "i4bisppp" 4 pseudo-device sppp 1 #Generic Synchronous PPP I don't know what is wrong! I don't want downgrade my system to 3.4! Please help! Thanks in advance Andreas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 27 1:41: 0 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail-in-01.piro.net (mail-out-02.piro.net [194.64.31.10]) by hub.freebsd.org (Postfix) with ESMTP id 79CC01559A for ; Thu, 27 Jan 2000 01:40:56 -0800 (PST) (envelope-from pherman@piro.net) Received: from pums01.piro.net (pums01.piro.net [194.64.31.19]) by mail-in-01.piro.net (8.9.3/8.9.3/PN-991208) with ESMTP id KAA25721 for ; Thu, 27 Jan 2000 10:40:49 +0100 Received: from xhost.piro.net ([195.135.190.64]) by pums01.piro.net (Netscape Messaging Server 3.6) with ESMTP id AAA3304; Thu, 27 Jan 2000 10:40:47 +0100 Date: Thu, 27 Jan 2000 10:40:47 +0100 (CET) From: Paul Herman To: Richter Andreas Cc: freebsd-isdn@FreeBSD.org Subject: Re: Isdn don`t work under 4.0-20000118-CURRENT! In-Reply-To: <388F886C.38C2AE4E@europe.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 Andreas, On Thu, 27 Jan 2000, Richter Andreas wrote: > on sunday i have upgrade my system to 4.0-20000118-CURRENT! Now the isdn > don't work! > Before i have installed FreeBSD 3.4 stable and isdn works very well! > > Here is the logfile for the connection! > > [...LCP Phase loops...] > Looks like you've got the Loop bug. You are in luck. This was fixed a few weeks ago by Jan Sparud and will soon be integrated into i4b. -CURRENT is frozen, so don't know if it made it under the wire, but if you need a quick patch edit the file "if_spppsubr.c" and in the function "sppp_lcp_init" change (search & replace) sp->lcp.timeout = 3 * hz; - to - sp->lcp.timeout = 1 * hz; and recompile your kernel. (I think this if_spppsubr.c is either in /usr/src/sys/netinet/ or in the sppp/ directory if you are working with the i4b dist.) Gook Luck, -Paul. ---------------------------------------------------- PIRONET AG Paul Herman - Consultant - SBU Providing Im Mediapark 5 - 50670 Cologne - Germany Tel.: +49 (0)221 454 3832 - Fax: +49 (0)221 454 3810 mailto:pherman@piro.net - http://www.piro.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 27 9:13:35 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id B0E38158D7 for ; Thu, 27 Jan 2000 09:13:05 -0800 (PST) (envelope-from jhs@jhs.muc.de) Received: (qmail 19294 invoked from network); 27 Jan 2000 17:18:32 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 27 Jan 2000 17:18:32 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id NAA08231; Thu, 27 Jan 2000 13:47:43 GMT (envelope-from jhs) Date: Thu, 27 Jan 2000 13:47:43 GMT Message-Id: <200001271347.NAA08231@jhs.muc.de> To: null@jhs.muc.de Subject: 20 ISDN programmers jobs in Dortmund From: "Julian Stacey" Reply-To: null@jhs.muc.de Organization: Vector Systems Ltd - Unix & Internet consultancy X-Net: jhs@muc.de www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org An agent is looking for 20 ISDN software developers for Dortmund, to customise ISDN software for pre existing USA hardware, to German/European specification. He'll take anyone with t.com s/w devel. skills, not just ISDN. I don't know him, & am not involved, just passing on the tip, ask him, not me: Rick Folwell Mobile phone +49.171.2614084 http://www.exits.de (look under North Rhein Westphalia ) This was sent "bcc: freebsd-isdn@FreeBSD.ORG, mecc@bim.bsn.com" to inhibit cross post reply. Best don't reply at all, just get a job if you need one :-) Julian Stacey www.jhs.muc.de www.freebsd.org/~jhs/ bim.bsn.com/~jhs/ FreeBSD-3.4: Free system software with 2900 free packages, Linux compatible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 27 13:30:49 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 4EC6E15589 for ; Thu, 27 Jan 2000 13:30:46 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA09851; Thu, 27 Jan 2000 22:29:36 +0100 (CET) Message-Id: <200001272129.WAA09851@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Luiz de Barros Cc: isdn@FreeBSD.ORG Subject: Re: AsusCom ISDNlink 128 PNP And Eicon Diva 2.01. Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 26 Jan 2000 17:17:56 -0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Jan 2000 22:29:36 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luiz de Barros writes: >Dear All, > >Are these cards supported by FreeBSD? >Any plans for supporting them on FreeBSD? >Please reply to my mailbox, as i am not member of the list. > The ASUS card is already supported. THe Diva card isn't and I doubt that it ever will be unless someone (hint) comes up with hardware and documentation. Of course, if there's a Linux driver for the Diva then it's more or less just a matter of coming up with the HW. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu Jan 27 18:39:48 2000 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 D73251599D for ; Thu, 27 Jan 2000 18:39:13 -0800 (PST) (envelope-from hm@kts.org) Received: from mailstore.ppp.net (pop3.ppp.net [212.18.80.90]) by mail.ppp.net (8.8.8/8.8.8) with ESMTP id DAA20682; Fri, 28 Jan 2000 03:38:46 +0100 Received: (from uucp@localhost) by mailstore.ppp.net (8.9.3/8.9.3/Debian/GNU) with UUCP id DAA08681; Fri, 28 Jan 2000 03:38:29 +0100 Received: from bert.kts.org (bert.kts.org [194.55.156.2]) by ernie.kts.org (Postfix) with ESMTP id A7E0E52B8D; Fri, 28 Jan 2000 03:08:43 +0100 (CET) Received: by bert.kts.org (Postfix, from userid 100) id 1E1D417D5; Fri, 28 Jan 2000 03:09:30 +0100 (CET) Subject: Re: AsusCom ISDNlink 128 PNP And Eicon Diva 2.01. In-Reply-To: <200001272129.WAA09851@peedub.muc.de> from Gary Jennejohn at "Jan 27, 2000 10:29:36 pm" To: garyj@muc.de Date: Fri, 28 Jan 2000 03:09:30 +0100 (CET) Cc: luiz@nlink.com.br, 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: <20000128020930.1E1D417D5@bert.kts.org> From: hm@kts.org (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gary Jennejohn wrote: > The ASUS card is already supported. THe Diva card isn't and I doubt that it > ever will be unless someone (hint) comes up with hardware and documentation. > Of course, if there's a Linux driver for the Diva then it's more or less > just a matter of coming up with the HW. I have a Diva 2.0, its not a matter of HW but just a matter of time .... 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 Fri Jan 28 11:33: 3 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hgatenl.hobby.nl (hgatenl.hobby.nl [212.19.199.2]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B715CA5 for ; Fri, 28 Jan 2000 11:32:58 -0800 (PST) (envelope-from r.a.arends@kader.hobby.nl) Received: from pentium2 (pm121.hobby.nl [212.19.199.86]) by hgatenl.hobby.nl (8.8.8/8.8.8) with SMTP id UAA18981; Fri, 28 Jan 2000 20:32:46 +0100 (CET) Message-ID: <006301bf69c6$3323f9a0$0200000a@arends.hobby.nl> From: "Richard Arends" To: "Rob Pickering" , References: <23946.200001142103@berkeley.pickering.org> Subject: Re: OpenBSD 2.6 Date: Fri, 28 Jan 2000 20:30:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Rob, > I'll tidy up and generate patches for the above next week, but in the > meantime if anyone is desperate to get i4b working on i386 OpenBSD, > you need to do the following: Did you make the patch ??? Greetings, Richard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jan 28 11:35:42 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by hub.freebsd.org (Postfix) with SMTP id 9C61B14C4A for ; Fri, 28 Jan 2000 11:35:34 -0800 (PST) (envelope-from luiz@nlink.com.br) Received: (qmail 8877 invoked from network); 28 Jan 2000 19:35:29 -0000 Received: from mirage.nlink.com.br (200.249.195.3) by mirage.nlink.com.br with SMTP; 28 Jan 2000 19:35:29 -0000 Date: Fri, 28 Jan 2000 17:35:29 -0200 (EDT) From: Luiz de Barros To: Hellmuth Michaelis Cc: garyj@muc.de, isdn@FreeBSD.ORG Subject: Re: AsusCom ISDNlink 128 PNP And Eicon Diva 2.01. In-Reply-To: <20000128020930.1E1D417D5@bert.kts.org> 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 Dear All, Gary, Hellmuth Thanks for the replyes about Asuscom. It is now working after a little kernel hacking ( Defining options "ASUSCOM_IPAC") in my kernel config file on FreeBSD 3.4 - IT was not commented. Luiz On Fri, 28 Jan 2000, Hellmuth Michaelis wrote: > Gary Jennejohn wrote: > > > The ASUS card is already supported. THe Diva card isn't and I doubt that it > > ever will be unless someone (hint) comes up with hardware and documentation. > > Of course, if there's a Linux driver for the Diva then it's more or less > > just a matter of coming up with the HW. > > I have a Diva 2.0, its not a matter of HW but just a matter of time .... > > 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