From owner-freebsd-isdn Sun Jun 13 4:21:51 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from klingon.netkonect.net (klingon.netkonect.net [194.62.44.61]) by hub.freebsd.org (Postfix) with ESMTP id 540F014E54 for ; Sun, 13 Jun 1999 04:21:47 -0700 (PDT) (envelope-from craig@mikrotek.net) Received: from mikrotek.net (mikrotek1.netkonect.co.uk [194.164.149.113]) by klingon.netkonect.net (8.8.7/8.8.7) with ESMTP id MAA17418 for ; Sun, 13 Jun 1999 12:16:28 +0100 (BST) Message-ID: <376393CF.D3C1A4A9@mikrotek.net> Date: Sun, 13 Jun 1999 12:19:44 +0100 From: Craig Avnit Organization: Mikrotek.net X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: ELSA pro 1000/pci Problems 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 have been trying to compile support for the ELSA pro 1000/pci ISDN card. I am running FreeBSD 3.2 RELEASE. Any pointers would be helpful Here are the errors su-2.03# cd /sys/compile/SEALAND su-2.03# make loading kernel i4b_isac.o: In function `isic_isac_irq': i4b_isac.o(.text+0x152): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x1a9): undefined reference to `i4b_Dgetmbuf' i4b_isac.o(.text+0x28f): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x2c4): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x307): undefined reference to `i4b_Dgetmbuf' i4b_isac.o(.text+0x39c): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x47c): undefined reference to `i4b_Dfreembuf' i4b_hscx.o: In function `isic_hscx_irq': i4b_hscx.o(.text+0xfe): undefined reference to `i4b_Bfreembuf' i4b_hscx.o(.text+0x25d): undefined reference to `i4b_Bgetmbuf' i4b_hscx.o(.text+0x3ba): undefined reference to `i4b_Bfreembuf' i4b_hscx.o(.text+0x3f2): undefined reference to `i4b_Bgetmbuf' i4b_hscx.o(.text+0x54d): undefined reference to `i4b_Bgetmbuf' i4b_hscx.o(.text+0x80e): undefined reference to `i4b_Bfreembuf' i4b_l1.o: In function `ph_data_req': i4b_l1.o(.text+0x150): undefined reference to `i4b_Dfreembuf' i4b_l1.o(.text+0x256): undefined reference to `i4b_Dfreembuf' i4b_l1.o(.data+0x4): undefined reference to `i4b_ph_data_ind' i4b_l1.o(.data+0x8): undefined reference to `i4b_ph_activate_ind' i4b_l1.o(.data+0xc): undefined reference to `i4b_ph_deactivate_ind' i4b_l1.o(.data+0x18): undefined reference to `get_trace_data_from_l1' i4b_l1.o(.data+0x1c): undefined reference to `i4b_mph_status_ind' i4b_l1fsm.o: In function `timer3_expired': i4b_l1fsm.o(.text+0x7f): undefined reference to `i4b_Dfreembuf' i4b_l1fsm.o(.text+0xa0): undefined reference to `i4b_Dfreembuf' i4b_bchan.o: In function `isic_bchannel_setup': i4b_bchan.o(.text+0x9b): undefined reference to `i4b_Bcleanifq' i4b_bchan.o(.text+0xb1): undefined reference to `i4b_Bfreembuf' i4b_bchan.o(.text+0xcf): undefined reference to `i4b_Bcleanifq' i4b_bchan.o(.text+0xe5): undefined reference to `i4b_Bfreembuf' i4b_bchan.o: In function `isic_bchannel_start': i4b_bchan.o(.text+0x360): undefined reference to `i4b_Bfreembuf' i4b_bchan.o: In function `isic_init_linktab': i4b_bchan.o(.text+0x470): undefined reference to `ctrl_types' i4b_bchan.o(.text+0x47a): undefined reference to `ctrl_types' *** Error code 1 Stop. su-2.03# Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jun 13 6:35:10 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from klingon.netkonect.net (klingon.netkonect.net [194.62.44.61]) by hub.freebsd.org (Postfix) with ESMTP id 0508914C4B for ; Sun, 13 Jun 1999 06:35:03 -0700 (PDT) (envelope-from craig@mikrotek.net) Received: from mikrotek.net (mikrotek1.netkonect.co.uk [194.164.149.113]) by klingon.netkonect.net (8.8.7/8.8.7) with ESMTP id OAA25298 for ; Sun, 13 Jun 1999 14:29:44 +0100 (BST) Message-ID: <3763B313.57ACE07C@mikrotek.net> Date: Sun, 13 Jun 1999 14:33:07 +0100 From: Craig Avnit Organization: Mikrotek.net X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isdn@freebsd.org Subject: ELSA pro 1000/pci ISDN Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, ignore the pevious post I have fixed the problem, I left out one of the pseudo-devices, sorry about that Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sun Jun 13 8:27: 3 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 DC42314C98 for ; Sun, 13 Jun 1999 08:26:58 -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 RAA44367 for ; Sun, 13 Jun 1999 17:26:56 +0200 (CEST) (envelope-from ah@alvman.RoBIN.de) Date: Sun, 13 Jun 1999 17:26:56 +0200 (CEST) From: Andreas Haakh To: FreeBSD ISDN Mailinglist 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 Hi, I get the following debug-output when I try to connect to Telekom. Any ideas? Option 0x13 is rejected and causes the server to shut down the connection. 00:29:57 lcp open(initial) 00:29:57 phase establish 00:29:58 Up event 00:29:58 lcp up(starting) 00:29:58 lcp output 00:29:58 lcp input(req-sent): ^^^^ 00:29:58 lcp parse opts: mru auth-proto 0x13 [rej] send conf-rej 00:29:58 lcp output 00:29:58 lcp input(req-sent): 00:29:58 lcp rej opts: auth-proto [access denied] 00:29:59 lcp close(req-sent) 00:29:59 lcp output 00:29:59 lcp input(closing): 00:29:59 lcp input(closing): 00:29:59 phase dead 00:29:59 lcp down(closed) 00:29:59 Down event (carrier loss) 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 Mon Jun 14 2:52: 2 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 0B9E8150EE for ; Mon, 14 Jun 1999 02:51:48 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1733 bytes) by hcsext.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 14 Jun 1999 11:50:41 +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 m10tTNv-0000bHC; Mon, 14 Jun 99 11:50 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: usrobotics sporster internal TA In-Reply-To: <37621FE8.C6170A26@ag2000.it> from Giorgio Bozio at "Jun 12, 99 10:52:56 am" To: giorgio.bozio@ag2000.it Date: Mon, 14 Jun 1999 11:50: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: 910 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm experiencing problems making an internal TA (sporster usrobotics) > work with my freebsd pc; when invoking isdnd I get a error message: > cannot open /dev/i4b: Device not configured > I think freebsd doesn't detect the card. I don't have a clue on how to > configure the card, can you please help me? The i4b distribution has a set of manual pages, resource lists and a FAQ which can be found at /usr/share/examples/isdn in the FreeBSD tree or in the i4b ftp distribution. The latter even has a kind of i4b handbook which describes the installation and operation in great detail. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jun 14 9:26:54 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from geocities.com (mail10.geocities.com [209.1.224.138]) by hub.freebsd.org (Postfix) with ESMTP id 442601505B for ; Mon, 14 Jun 1999 09:26:52 -0700 (PDT) (envelope-from sylvarnes@geocities.com) Received: from hsf2510 ([158.37.10.109]) by geocities.com (8.9.3/8.9.3) with SMTP id JAA12062 for ; Mon, 14 Jun 1999 09:26:51 -0700 (PDT) Message-Id: <3.0.6.32.19990614182648.0079d900@mail.geocities.com> X-Sender: sylvarnes@mail.geocities.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 14 Jun 1999 18:26:48 +0200 To: isdn@freebsd.org From: "Stein B. Sylvarnes" Subject: millenium Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Have anyone heard of an ISDN-card called millenium? It's probably some sort of crap, but the price... I suppose it's some sort of clone, so maybe it's cloning some supported card. This is probably a long shot, but (once again) the price... Regards Stein B. Sylvarnes www.{Free, Net, Open}BSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jun 14 14:44:13 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 2351B14D47 for ; Mon, 14 Jun 1999 14:44: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 XAA46311; Mon, 14 Jun 1999 23:35:08 +0200 (CEST) Message-Id: <199906142135.XAA46311@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: "Stein B. Sylvarnes" Cc: isdn@FreeBSD.ORG Subject: Re: millenium Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 14 Jun 1999 18:26:48 +0200." <3.0.6.32.19990614182648.0079d900@mail.geocities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 Jun 1999 23:35:08 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Stein B. Sylvarnes" writes: >Have anyone heard of an ISDN-card called millenium? >It's probably some sort of crap, but the price... > >I suppose it's some sort of clone, so maybe it's cloning >some supported card. This is probably a long shot, but (once >again) the price... > that's all you knaow ? "millenium" ? Sorry, doesn't ring any bells here. where did you hear about it ? --- 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 Jun 14 14:44:23 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 C8C5C1508F for ; Mon, 14 Jun 1999 14:44: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 XAA46318; Mon, 14 Jun 1999 23:35:58 +0200 (CEST) Message-Id: <199906142135.XAA46318@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Andreas Haakh Cc: freebsd-isdn@FreeBSD.ORG Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 13 Jun 1999 17:26:56 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 14 Jun 1999 23:35:58 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Haakh writes: > >Hi, > >I get the following debug-output when I try to connect to Telekom. >Any ideas? >Option 0x13 is rejected and causes the server to shut down the connectio= n. > > >00:29:57 lcp open(initial) >00:29:57 phase establish >00:29:58 Up event >00:29:58 lcp up(starting) >00:29:58 lcp output >00:29:58 lcp input(req-sent): -03-04-c0-23 > -13-09-03-00-c0-7b-7d-f2-81> > ^^^^ what ?!? AFAICT this is the Endpoint Descriminator Option per RFC1717. It should only be used for MPPP (channel bundling). Why in the world is the Telekom using this ? Since sPPP doesn't work with MPPP this option is correctly being rejected= , IMHO. For some reasom the Telekom thinks that it has to do MPPP and is rejecting our rejection. Very peculiar. Of course, I could be out in left field and this may be some weird M$ typ= e authorization crap. MicroSloth can't even adhere to their _own_ standards= =2E --- 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 Jun 14 14:54:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from geocities.com (mail10.geocities.com [209.1.224.138]) by hub.freebsd.org (Postfix) with ESMTP id 609BE14E4B for ; Mon, 14 Jun 1999 14:54:05 -0700 (PDT) (envelope-from sylvarnes@geocities.com) Received: from hsf2510 ([158.37.10.109]) by geocities.com (8.9.3/8.9.3) with SMTP id OAA17830; Mon, 14 Jun 1999 14:53:54 -0700 (PDT) Message-Id: <3.0.6.32.19990614235348.007a4140@mail.geocities.com> X-Sender: sylvarnes@mail.geocities.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 14 Jun 1999 23:53:48 +0200 To: Gary Jennejohn From: "Stein B. Sylvarnes" Subject: Re: millenium Cc: isdn@FreeBSD.ORG In-Reply-To: <199906142135.XAA46311@peedub.muc.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >that's all you knaow ? "millenium" ? Sorry, doesn't ring any bells here. > >where did you hear about it ? > I heard about it in a newspaper add. When I called the vendor, I got the name of the card. Not much, but what can you expect from one of these computer/fridge/oven dealers. The reason I asked for it, was because they offer an "ISDN-package" with card, phone, subscription etc. for 1/6 the price the local dealer give. I'm sorry I can't give you more details now. I'll continue using the phone until I get some more info (hopefully). Sure there's a reason it's so cheap... Stein B. Sylvarnes www.{Free, Net, Open}BSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon Jun 14 22:25:42 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 89C0C150EC for ; Mon, 14 Jun 1999 22:25:40 -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 HAA07146 for ; Tue, 15 Jun 1999 07:25:39 +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 HAA07656 for ; Tue, 15 Jun 1999 07:25:39 +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 HAA17563 for ; Tue, 15 Jun 1999 07:26:01 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id FAA03017 for isdn@FreeBSD.ORG; Tue, 15 Jun 1999 05:26:01 GMT (envelope-from ust) Date: Tue, 15 Jun 1999 07:26:01 +0200 From: Udo Schweigert To: isdn@FreeBSD.ORG Subject: Re: millenium Message-ID: <19990615072601.A2991@alaska.cert.siemens.de> Mail-Followup-To: isdn@FreeBSD.ORG References: <199906142135.XAA46311@peedub.muc.de> <3.0.6.32.19990614235348.007a4140@mail.geocities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <3.0.6.32.19990614235348.007a4140@mail.geocities.com>; from Stein B. Sylvarnes on Mon, Jun 14, 1999 at 11:53:48PM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 14, 1999 at 11:53:48PM +0200, Stein B. Sylvarnes wrote: > > > >that's all you knaow ? "millenium" ? Sorry, doesn't ring any bells here. > > > >where did you hear about it ? > > > I heard about it in a newspaper add. When I called the vendor, I got > the name of the card. Not much, but what can you expect from one of > these computer/fridge/oven dealers. The reason I asked for it, was because > they offer an "ISDN-package" with card, phone, subscription etc. for 1/6 the > price the local dealer give. > I only read about ISDN-phones called "millenium", not a card. Maybe there's no such card ans they use a "real" one. 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 Jun 15 5:12:17 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from thor.oss.uswest.net (thor.oss.uswest.net [204.147.85.85]) by hub.freebsd.org (Postfix) with ESMTP id ED462154CB for ; Tue, 15 Jun 1999 05:12:12 -0700 (PDT) (envelope-from bryana@thor.oss.uswest.net) Received: (from bryana@localhost) by thor.oss.uswest.net (8.9.3/8.8.8) id HAA82589 for freebsd-isdn@FreeBSD.ORG; Tue, 15 Jun 1999 07:12:20 -0500 (CDT) (envelope-from bryana) Date: Tue, 15 Jun 1999 07:12:20 -0500 From: Bryan Albright To: freebsd-isdn@FreeBSD.ORG Subject: Bitsurfr Pro EZ configuration Message-ID: <19990615071220.C82414@thor.oss.uswest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5us Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks-- Here's my situation. I have a Motorola BitSURFR Pro EZ modem connected to a FreeBSD 3.2 box. I cannot connect to my ISP (who uses PAP) I have my ppp.conf file set up like this(it works just fine for a 56k modem): How do I modify the ppp.conf file to actually connect with PAP? (Could it possibly be that I am setting the speed too high for the one number I am dialing? Should I set the phone number to ########&######## (or even #######a&a?(where a is the last number of the telephone number))?) Or is it, as shown in the log, that I am not sending the information with the correct protocol? (deflink: his=PAP, mine=none) Thanks tons! (and then some) Bryan Albright P.S. any inconsistencies in the log file below are more than likely either typoes or the fact that I have problems decoding my wife's writing. Thanks. ######################### ### /etc/ppp/ppp.conf ### ######################### default: set log Phase Chat Connect Carrier IPCP CCP tun command set device /dev/cuaa0 set speed 115200 deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\ dATDT\\T TIMEOUT 40 CONNECT" uswest.secure: set phone ######## set login set authname ######## set authkey ######## set timeout 600 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL add 0 0 HISADDR uswest.mpls: set phone 672-0101 set login set authname cuy set authkey [insert password here] set timeout 600 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL add 0 0 HISADDR ############################################## ### /var/logl/ppp.log (all typed by hand) ### ############################################## June 15 02:50:18 baldur ppp[268]: tun0: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" June 15 02:50:18 baldur ppp[268]: tun0: set phone ######## June 15 02:50:18 baldur ppp[268]: tun0: set login June 15 02:50:18 baldur ppp[268]: tun0: set authname ######## June 15 02:50:18 baldur ppp[268]: tun0: set authkey ******** June 15 02:50:18 baldur ppp[268]: tun0: set timeout 120 June 15 02:50:18 baldur ppp[268]: tun0: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 June 15 02:50:18 baldur ppp[268]: tun0: delete ALL June 15 02:50:18 baldur ppp[268]: tun0: add 0 0 HISADDR June 15 02:50:18 baldur ppp[268]: tun0: Phase: PPP started (automode) June 15 02:50:18 baldur ppp[268]: tun0: bundle: establish June 15 02:50:18 baldur ppp[268]: tun0: deflink: closed -> opening June 15 02:50:18 baldur ppp[268]: tun0: deflink: connected! June 15 02:50:18 baldur ppp[268]: tun0: deflink: opening -> dial June 15 02:50:18 baldur ppp[268]: tun0: phase: phone: 317-4795 June 15 02:50:18 baldur ppp[268]: tun0: chat: deflink Dial attempt 1 of 1 June 15 02:50:18 baldur ppp[268]: tun0: chat: send ATZ^M June 15 02:50:18 baldur ppp[268]: tun0: chat: Expect(14) OK June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: ATZ^M^M June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: OK^M June 15 02:50:18 baldur ppp[268]: tun0: chat: Expect(60): CONNECT June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: ATDT ########^M^M June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: CONNECT 115200^M June 15 02:50:18 baldur ppp[268]: tun0: Phase: deflink: dial -> login June 15 02:50:19 baldur ppp[268]: tun0: Phase: deflink: login -> lcp June 15 02:50:19 baldur ppp[268]: tun0: Phase: Bundle: Authenticate June 15 02:50:23 baldur ppp[268]: tun0: Phase: deflink: his=PAP, mine=none June 15 02:50:23 baldur ppp[268]: tun0: Phase: pap output: ######## ******** June 15 02:50:25 baldur ppp[268]: tun0: Phase: deflink: his=PAP, mine=none June 15 02:50:25 baldur ppp[268]: tun0: Phase: pap output: ######## ******** June 15 02:50:28 baldur ppp[268]: tun0: Phase: deflink: his=PAP, mine=none June 15 02:50:28 baldur ppp[268]: tun0: Phase: pap output: ######## ******** -- +------------------------+------------------------+ | Bryan Albright | bryana@uswest.net | +------------------------+------------------------+ | Man who live in glass house, dress in basement. | +-------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jun 15 11:12:28 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 4BBBC156FA for ; Tue, 15 Jun 1999 11:11:14 -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 UAA46444; Tue, 15 Jun 1999 20:10:51 +0200 (CEST) (envelope-from ah@alvman.RoBIN.de) Date: Tue, 15 Jun 1999 20:10:44 +0200 (CEST) From: Andreas Haakh To: Gary Jennejohn Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199906142135.XAA46318@peedub.muc.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 Mon, 14 Jun 1999, Gary Jennejohn wrote: > Andreas Haakh writes: > > > >Hi, > > > >I get the following debug-output when I try to connect to Telekom. > >Any ideas? > >Option 0x13 is rejected and causes the server to shut down the connection. > > > > > >00:29:57 lcp open(initial) > >00:29:57 phase establish > >00:29:58 Up event > >00:29:58 lcp up(starting) > >00:29:58 lcp output > >00:29:58 lcp input(req-sent): > -03-04-c0-23 > > -13-09-03-00-c0-7b-7d-f2-81> > > ^^^^ > > what ?!? AFAICT this is the Endpoint Descriminator Option per RFC1717. > It should only be used for MPPP (channel bundling). Why in the world > is the Telekom using this ? > > Since sPPP doesn't work with MPPP this option is correctly being rejected, > IMHO. For some reasom the Telekom thinks that it has to do MPPP and is > rejecting our rejection. Very peculiar. > > Of course, I could be out in left field and this may be some weird M$ type > authorization crap. MicroSloth can't even adhere to their _own_ standards. You are right and my asumption, that Option 13 causes the rejection, was wrong! They did not like the configuration-request regarding the authorisation protocol. If I ommit <03-04-c0-23> then at least lcp phase finishes without any error. But now a new problem arises: It semms, that the setting of the "pap TO" occurs right _after_ the receipt of pap-success and I think this is a bug in if_spppsubr.c. 13:16:30 lcp close(initial) 13:16:44 lcp open(initial) 13:16:44 phase establish 13:16:45 Up event 13:16:45 lcp up(starting) 13:16:45 lcp output 13:16:45 lcp input(req-sent): 13:16:45 lcp parse opts: mru auth-proto 0x13 [rej] send conf-rej 13:16:45 lcp output 13:16:45 lcp input(req-sent): 13:16:45 lcp input(ack-rcvd): 13:16:45 lcp parse opts: mru auth-proto 13:16:45 lcp parse opt values: mru 1524 auth-proto send conf-ack 13:16:45 lcp output 13:16:45 lcp tlu 13:16:45 phase authenticate 13:16:45 pap output 13:16:45 pap success 13:16:46 pap TO(req-sent) rst_counter = 10 13:16:47 pap TO(req-sent) rst_counter = 9 13:16:48 pap TO(req-sent) rst_counter = 8 13:16:49 pap TO(req-sent) rst_counter = 7 13:16:50 pap TO(req-sent) rst_counter = 6 13:16:51 pap TO(req-sent) rst_counter = 5 13:16:52 pap TO(req-sent) rst_counter = 4 13:16:53 pap TO(req-sent) rst_counter = 3 13:16:54 pap TO(req-sent) rst_counter = 2 13:16:55 pap TO(req-sent) rst_counter = 1 Jun 14 13:16:56 alvman /kernel: isp1: pap TO(req-sent) rst_counter = 0 Jun 14 13:16:56 alvman /kernel: isp1: pap tld Jun 14 13:16:56 alvman /kernel: isp1: lcp close(opened) Jun 14 13:16:56 alvman /kernel: isp1: phase terminate Jun 14 13:16:56 alvman /kernel: isp1: lcp output Jun 14 13:16:56 alvman /kernel: isp1: lcp input(closing): Jun 14 13:16:56 alvman /kernel: isp1: phase dead Jun 14 13:16:56 alvman /kernel: isp1: lcp down(closed) Jun 14 13:16:56 alvman /kernel: isp1: Down event (carrier loss) 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 Tue Jun 15 13:35:10 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 2646414CE7 for ; Tue, 15 Jun 1999 13:35:04 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id NAA54048; Tue, 15 Jun 1999 13:33:57 -0700 (PDT) From: Archie Cobbs Message-Id: <199906152033.NAA54048@bubba.whistle.com> Subject: Re: your mail In-Reply-To: <199906142135.XAA46318@peedub.muc.de> from Gary Jennejohn at "Jun 14, 99 11:35:58 pm" To: garyj@muc.de Date: Tue, 15 Jun 1999 13:33:57 -0700 (PDT) Cc: ah@alvman.RoBIN.de, freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gary Jennejohn writes: > Andreas Haakh writes: > >I get the following debug-output when I try to connect to Telekom. > >Any ideas? > >Option 0x13 is rejected and causes the server to shut down the connection. > > > > > >00:29:57 lcp open(initial) > >00:29:57 phase establish > >00:29:58 Up event > >00:29:58 lcp up(starting) > >00:29:58 lcp output > >00:29:58 lcp input(req-sent): > -03-04-c0-23 > > -13-09-03-00-c0-7b-7d-f2-81> > > ^^^^ > > what ?!? AFAICT this is the Endpoint Descriminator Option per RFC1717. > It should only be used for MPPP (channel bundling). Why in the world > is the Telekom using this ? > > Since sPPP doesn't work with MPPP this option is correctly being rejected, > IMHO. For some reasom the Telekom thinks that it has to do MPPP and is > rejecting our rejection. Very peculiar. There is never anything wrong with sending a config-request containing an endpoint identifier; it doesn't matter whether you're doing MPP or not. The only requirement is that IF you are doing MPP THEN and endpoing discriminator is required. PPP implementations should never reject an endpoing discriminator, though they are free to (accept and) ignore them if not doing MPP. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue Jun 15 16:20:16 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id EF2CD14C32 for ; Tue, 15 Jun 1999 16:20:08 -0700 (PDT) (envelope-from marc@bowtie.nl) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id BAA26581 for isdn@freebsd.org; Wed, 16 Jun 1999 01:20:05 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by bowtie.nl (8.8.8/8.8.8) with ESMTP id BAA12007 for ; Wed, 16 Jun 1999 01:16:40 +0200 (CEST) (envelope-from marc@bowtie.nl) Message-Id: <199906152316.BAA12007@bowtie.nl> To: isdn@freebsd.org Subject: problems with Teles SO/16.3 and Chaintech 6BTM Reply-To: marc@bowtie.nl Date: Wed, 16 Jun 1999 01:16:40 +0200 From: Marc van Kempen Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have been using i4b for quite a while now, and without much problems I might add, however, I upgraded my motherboard and CPU over the weekend and now FreeBSD won't recognise my ISDN card anymore, and neither will Win98. I have taken the card to work to try it out in another machine (different motherboard) and there it is recognised fine. The new motherboard is a Chaintech 6BTM, I have irq 9 and irq 10 assigned to legacy ISA in the PNP section of the BIOS setup. I also tried with one of the other io ports (0xe80 0xf80), but then it stops with a message like: isic0: Error, signature 1 0xff != 0x51 for Teles S0/16.3!isic0 not found at 0xe80 Someone suggested that it might be because the motherboard itself reserves some ports for the diagnostics sensors (heat, ventilator) I was wondering if anyone here ever experienced the same. Here is the relevant part from my logfile: Jun 11 22:54:32 bowtie /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Jun 11 22:54:32 bowtie /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Jun 11 22:54:32 bowtie /kernel: The Regents of the University of California. All rights reserved. Jun 11 22:54:32 bowtie /kernel: FreeBSD 3.1-19990412-STABLE #10: Sun Jun 6 13:2 1:03 CEST 1999 Jun 11 22:54:32 bowtie /kernel: marc@bowtie.iae.nl:/usr/src/sys/compile/SCHOPENH AUER Jun 11 22:54:32 bowtie /kernel: Timecounter "i8254" frequency 1193182 Hz Jun 11 22:54:32 bowtie /kernel: CPU: Celeron (412.50-MHz 686-class CPU) Jun 11 22:54:32 bowtie /kernel: Origin = "GenuineIntel" Id = 0x665 Stepping=5 Jun 11 22:54:32 bowtie /kernel: Features=0x183f9ff> Jun 11 22:54:32 bowtie /kernel: real memory = 67108864 (65536K bytes) Jun 11 22:54:32 bowtie /kernel: config> q Jun 11 22:54:32 bowtie /kernel: avail memory = 62472192 (61008K bytes) Jun 11 22:54:32 bowtie /kernel: Preloaded elf kernel "kernel" at 0xf02ac000. Jun 11 22:54:32 bowtie /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xf02ac09c. Jun 11 22:54:32 bowtie /kernel: Probing for devices on PCI bus 0: Jun 11 22:54:32 bowtie /kernel: chip0: rev 0x 03 on pci0.0.0 Jun 11 22:54:32 bowtie /kernel: chip1: rev 0x 03 on pci0.1.0 Jun 11 22:54:32 bowtie /kernel: chip2: rev 0x0 2 on pci0.2.0 Jun 11 22:54:32 bowtie /kernel: ide_pci0: rev 0x01 on pci0.2.1 Jun 11 22:54:32 bowtie /kernel: chip3: rev 0x02 on pci0.2.3 Jun 11 22:54:32 bowtie /kernel: ncr0: rev 0x03 int a irq 10 on pci0.13.0 Jun 11 22:54:32 bowtie /kernel: ed1: rev 0x00 int a irq 9 on pci0.15.0 Jun 11 22:54:32 bowtie /kernel: Committed gross hack ;-) Jun 11 22:54:32 bowtie /kernel: ed1: address 00:10:4b:58:ab:a7, type NE2000 (16 bit) Jun 11 22:54:32 bowtie /kernel: vga0: r ev 0x70 int a irq 11 on pci0.16.0 Jun 11 22:54:32 bowtie /kernel: Probing for devices on PCI bus 1: Jun 11 22:54:32 bowtie /kernel: Probing for PnP devices: Jun 11 22:54:32 bowtie /kernel: Probing for devices on the ISA bus: Jun 11 22:54:32 bowtie /kernel: sc0 on isa Jun 11 22:54:33 bowtie /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Jun 11 22:54:33 bowtie /kernel: ed0 not found at 0x280 Jun 11 22:54:33 bowtie /kernel: atkbdc0 at 0x60-0x6f on motherboard Jun 11 22:54:33 bowtie /kernel: atkbd0 irq 1 on isa Jun 11 22:54:33 bowtie /kernel: psm0 irq 12 on isa Jun 11 22:54:33 bowtie /kernel: psm0: model Generic PS/2 mouse, device ID 0 Jun 11 22:54:33 bowtie /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Jun 11 22:54:33 bowtie /kernel: sio0: type 16550A Jun 11 22:54:33 bowtie /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Jun 11 22:54:33 bowtie /kernel: sio1: type 16550A Jun 11 22:54:33 bowtie /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Jun 11 22:54:33 bowtie /kernel: fdc0: FIFO enabled, 8 bytes threshold Jun 11 22:54:33 bowtie /kernel: fd0: 1.44MB 3.5in Jun 11 22:54:33 bowtie /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Jun 11 22:54:33 bowtie /kernel: wdc0: unit 0 (wd0): Jun 11 22:54:33 bowtie /kernel: wd0: 1536MB (3145968 sectors), 3121 cyls, 16 hea ds, 63 S/T, 512 B/S Jun 11 22:54:33 bowtie /kernel: wdc0: unit 1 (atapi): , removable, intr, dma, iordis Jun 11 22:54:33 bowtie /kernel: acd0: drive speed 0 - 6187KB/sec, 128KB cache Jun 11 22:54:33 bowtie /kernel: acd0: supported read types: CD-R, CD-RW, CD-DA, packet track Jun 11 22:54:33 bowtie /kernel: acd0: Audio: play, 255 volume levels Jun 11 22:54:33 bowtie /kernel: acd0: Mechanism: ejectable tray Jun 11 22:54:33 bowtie /kernel: acd0: Medium: CD-ROM 120mm data disc loaded, unl ocked Jun 11 22:54:33 bowtie /kernel: ppc0 at 0x378 irq 7 on isa Jun 11 22:54:33 bowtie /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBL E mode Jun 11 22:54:33 bowtie /kernel: nlpt0: on ppbus 0 Jun 11 22:54:33 bowtie /kernel: nlpt0: Interrupt-driven port Jun 11 22:54:33 bowtie /kernel: ppi0: on ppbus 0 Jun 11 22:54:33 bowtie /kernel: plip0: on ppbus 0 Jun 11 22:54:33 bowtie /kernel: isic0: HSCX VSTR test failed for Teles S0/16.3 Jun 11 22:54:33 bowtie /kernel: isic0: HSC0: VSTR: 0xff Jun 11 22:54:33 bowtie /kernel: isic0: HSC1: VSTR: 0xff Jun 11 22:54:33 bowtie /kernel: isic0 not found at 0xd80 Jun 11 22:54:33 bowtie /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 o n isa Jun 11 22:54:33 bowtie /kernel: npx0 on motherboard Jun 11 22:54:33 bowtie /kernel: npx0: INT 16 interface Jun 11 22:54:33 bowtie /kernel: IP packet filtering initialized, divert enabled, rule-based forwarding disabled, unlimited logging Jun 11 22:54:33 bowtie /kernel: i4b: ISDN call control device attached Jun 11 22:54:33 bowtie /kernel: i4bisppp: 4 ISDN SyncPPP device(s) attached Jun 11 22:54:33 bowtie /kernel: i4bctl: ISDN system control port attached Jun 11 22:54:33 bowtie /kernel: i4bipr: 4 IP over raw HDLC ISDN device(s) attach ed (VJ header compression) Jun 11 22:54:33 bowtie /kernel: i4b Jun 11 22:54:33 bowtie /kernel: tel: 2 ISDN telephony interface device(s) attach ed Jun 11 22:54:33 bowtie /kernel: i4brbch: 4 raw B channel access device(s) attach ed Jun 11 22:54:33 bowtie /kernel: i4btrc: 4 ISDN trace device(s) attached Jun 11 22:54:34 bowtie /kernel: Waiting 3 seconds for SCSI devices to settle Jun 11 22:54:34 bowtie /kernel: sa0 at ncr0 bus 0 target 5 lun 0 Jun 11 22:54:34 bowtie /kernel: sa0: Removable Se quential Access SCSI-CCS device Jun 11 22:54:34 bowtie /kernel: sa0: 3.300MB/s transfers Jun 11 22:54:34 bowtie /kernel: da0 at ncr0 bus 0 target 0 lun 0 Jun 11 22:54:34 bowtie /kernel: da0: Fixed Direct Access SCSI-2 device Jun 11 22:54:34 bowtie /kernel: da0: 20.000MB/s transfers (10.000MHz, offset 15, 16bit), Tagged Queueing Enabled Jun 11 22:54:34 bowtie /kernel: da0: 4101MB (8399520 512 byte sectors: 255H 63S/ T 522C) Thanks, Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jun 18 3:59:31 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from orion.science-computing.de (orion.science-computing.de [193.197.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 44E3314F19 for ; Fri, 18 Jun 1999 03:58:48 -0700 (PDT) (envelope-from C.Herrmann@science-computing.de) Received: from verleihnix.m.science-computing.de (verleihnix.m.science-computing.de [10.148.25.5]) by orion.science-computing.de (8.8.8/8.8.8) with SMTP id MAA30159 for <@orion.science-computing.de:isdn@FreeBSD.ORG>; Fri, 18 Jun 1999 12:55:32 +0200 Received: from maestria.m.science-computing.de (maestria.m.science-computing.de [10.148.25.16]) by verleihnix.m.science-computing.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id MAA25295 for ; Fri, 18 Jun 1999 12:58:33 +0200 Received: from localhost (chris@localhost) by maestria.m.science-computing.de (8.6.10/8.6.9) with SMTP id MAA00199 for ; Fri, 18 Jun 1999 12:58:23 +0200 X-Authentication-Warning: maestria.m.science-computing.de: chris owned process doing -bs Date: Fri, 18 Jun 1999 12:58:23 +0200 (MEST) From: Christoph Herrmann To: isdn@FreeBSD.ORG Subject: i4b on Notebooks 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, After lots of problems with i4b on FreeBSD 2.2.8 on my Notebook, I installed FreeBSD 3.2 on my Notebook. It was no Problem to compile a kernel and setting up all things needed. When I put the ISDN Card (a PCMCIA Fritz!Card) in my my Notebook it detects the right card, allocate driver and resources (isic0, iobase 0x140, irq3) and everything seems to be fine. But when I start the isdnd I get an errormessage : isdnd [PID]: No ISDN-Controller found First I tried it whithout PAO, then I installed PAO, but with the same result. My Ethernet Card works fine in the same slot. Are there any ideas? Ciao Chris ---------------------------------------------------------------------- Christoph Herrmann science+computing GmbH Beratung und Betreuung Geschaeftsstelle Muenchen Vernetzte Systeme Ingolstaedter Str. 22 80807 Muenchen Tel: 089 356386-20 Fax: (-37) E-Mail: C.Herrmann@science-computing.de ---------------------------------------------------------------------- "...Winizgweich-Systeme haben die Eigenart, oefter mal einen Krach zu verursachen. Dann muessen sie neu gestiefelt werden..." -- unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Fri Jun 18 5:17:47 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 D041314F6F for ; Fri, 18 Jun 1999 05:17:43 -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 OAA19709 for ; Fri, 18 Jun 1999 14:17:43 +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 OAA04313 for ; Fri, 18 Jun 1999 14:17:42 +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 OAA58635 for ; Fri, 18 Jun 1999 14:18:44 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id MAA05216 for isdn@FreeBSD.ORG; Fri, 18 Jun 1999 12:18:44 GMT (envelope-from ust) Date: Fri, 18 Jun 1999 14:18:44 +0200 From: Udo Schweigert To: isdn@FreeBSD.ORG Subject: Re: i4b on Notebooks Message-ID: <19990618141844.A5144@alaska.cert.siemens.de> Mail-Followup-To: isdn@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from Christoph Herrmann on Fri, Jun 18, 1999 at 12:58:23PM +0200 X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 18, 1999 at 12:58:23PM +0200, Christoph Herrmann wrote: > Hi, > > After lots of problems with i4b on FreeBSD 2.2.8 on my Notebook, I For me 4ib-00.81 also works with 2.2.8. > installed FreeBSD 3.2 on my Notebook. It was no Problem to compile a > kernel and setting up all things needed. When I put the ISDN Card > (a PCMCIA Fritz!Card) in my my Notebook it detects the right card, > allocate driver and resources (isic0, iobase 0x140, irq3) and everything > seems to be fine. But when I start the isdnd I get an errormessage : > > isdnd [PID]: No ISDN-Controller found > What's with the output from pccardd? Have you defined both AVM_A1 and AVM_A1_PCMCIA in your kernel config? When booting you should see: isic0 not found at 0x140 ...... pcic: controller irq 3 Initializing PC-card drivers: ep xe sio isic ...... Card inserted, slot 0 isic0: PCMCIA init, irqmask = 0x800 (11), iobase = 0x140 isic0: successfully detect AVM PCMCIA cardinfo = 0x201 isic0: AVM PCMCIA Fritz!Card isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x20) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0xa0, AddrB=0xe0) For this I have in /etc/pccard.conf: # AVM Fritz!Card (ISDN) card "AVM" "ISDN A" config 0x1 "isic0" 11 insert echo AVM Fritz!Card inserted remove echo AVM Fritz!Card removed 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