Date: Thu, 15 Nov 2001 09:23:37 +0100 (CET) From: =?iso-8859-1?q?Thomas=20Niedermeier?= <thomas_niedermeier@yahoo.de> To: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> Cc: freebsd-isdn@freebsd.org Subject: Re: isic is gone to heaven after updating from FBSD 4.3 to 4.4 Message-ID: <20011115082337.442.qmail@web10407.mail.yahoo.com> In-Reply-To: <gv1yj031hu.fsf@mail.cs.uni-magdeburg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Roland, try to add # ispppcontrol isp0 hisauthproto=none callin norechallenge to your startscript, at least that's what worked for me... (btw: aren't you supposed to have all these ispppcontrol-options in one single line....?) Thomas --- Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> schrieb: > Gary Jennejohn <garyj@jennejohn.org> writes: > > >> device isic0 at isa? port 0x340 irq 9 flags 4 > >> > >> instead of (the former working) > >> > >> device isic0 > > That was just *so* wrong. :) The card is an PCI Fritz Card. I now > changed > > options AVM_A1_PCI > device isic0 > > to > > device ifpi0 > > as suggested by /usr/share/examples/isdn/KERNEL and it seems to work > in principle. However, whenever I try to open a connection, it is > immediately closed again. From my isdnd.log: > > -------------------------------------------------------------------- > 14.11.2001 20:29:22 DBG msg_dialout: dial req from isp, unit 0 > 14.11.2001 20:29:22 DBG setup_dialout: entry I4BPPP ok! > 14.11.2001 20:29:22 DBG find_by_device_for_dialout: found entry 0! > 14.11.2001 20:29:22 DBG FSM event [msg-dialout]: [idle => dialing] > 14.11.2001 20:29:22 DBG F_DIAL: local dial out request > 14.11.2001 20:29:22 DBG select_first_dialno: only one no, no = yyyyy > 14.11.2001 20:29:22 CHD 00003 I4BPPP rate 150 sec/unit (rate) > 14.11.2001 20:29:22 DBG sendm_connect_req: ctrl = 0, chan = -1 > 14.11.2001 20:29:22 DBG decr_free_channels: ctrl 0, now 1 chan free > 14.11.2001 20:29:22 CHD 00003 I4BPPP dialing out from xxxxx to yyyyy > 14.11.2001 20:29:23 DBG set_channel_busy: controller [0] channel B1 > set to BUSY! > 14.11.2001 20:29:23 CHD 00003 I4BPPP outgoing call proceeding (ctl 0, > ch 0) > 14.11.2001 20:29:23 DBG set_channel_busy: controller [0] channel B1 > already busy! > 14.11.2001 20:29:23 CHD 00003 I4BPPP outgoing call active (ctl 0, ch > 0, isp0) > 14.11.2001 20:29:23 DMN date/time from exchange = 0111142029 > 14.11.2001 20:29:23 DBG FSM event [msg-con-act-ind]: [dialing => > connected] > 14.11.2001 20:29:23 DBG F_DOK: dial out ok > 14.11.2001 20:29:23 DBG select_this_dialno: index = 0, no = yyyyy > 14.11.2001 20:29:23 DBG msg_drvrdisc_req: req from isp, unit 0 > 14.11.2001 20:29:23 DBG get_cep_by_driver: found entry 0! > 14.11.2001 20:29:23 DBG FSM event [disconnect-req]: [connected => > waitdisconnect] > 14.11.2001 20:29:23 DBG F_DRQ: local disconnect request > 14.11.2001 20:29:23 DBG sendm_disconnect_req: sent DISCONNECT_REQ > 14.11.2001 20:29:23 CHD 00003 I4BPPP outgoing call disconnected > (local) > 14.11.2001 20:29:23 CHD 00003 I4BPPP cause 0: normal call clearing > (I4B) > 14.11.2001 20:29:23 CHD 00003 I4BPPP charging: 0 units, 0 seconds > 14.11.2001 20:29:23 CHD 00003 I4BPPP accounting: in 72, out 52 (in 0, > out 0) > 14.11.2001 20:29:23 DBG set_channel_idle: controller [0] channel B1 > set to IDLE! > 14.11.2001 20:29:23 DBG incr_free_channels: ctrl 0, now 2 chan free > 14.11.2001 20:29:23 DBG FSM event [msg-disc-ind]: [waitdisconnect => > idle] > 14.11.2001 20:29:23 DBG F_MDI: disconnect indication, local > disconnected > -------------------------------------------------------------------- > > That does not tell me much besides the fact that after a successfull > dialout ("F_DOK: dial out ok"), the connection is somehow immediately > closed again. > > As I already said: I did not change anything else compared to the > working setup used for FBSD 4.3 (i4b 0.9something). The connection is > established by this small script: > > /sbin/ifconfig isp0 up > /sbin/route add default -interface isp0 > /sbin/ping -c 2 141.44.1.1 # tell isdnd to dial out > > My /etc/start_if.isp0 is: > > ifconfig isp0 delete -link1 down > ispppcontrol isp0 authproto=chap > ispppcontrol isp0 myauthname=... > ispppcontrol isp0 myauthsecret=... > ifconfig isp0 0.0.0.0 0.0.0.1 netmask 0xffffffff link1 > ifconfig isp0 down > ifconfig isp0 up > ifconfig isp0 down > > Any more hints would be great. > > Best, > Roland > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message ===== --- Argumente sollten vermieden werden, sie sind immer vulgär und oft überzeugend. Oscar Wilde __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Ihre E-Mail noch individueller? - http://domains.yahoo.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011115082337.442.qmail>