Date: Thu, 15 Nov 2001 09:02:53 +0100 From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> To: freebsd-isdn@freebsd.org Subject: Re: isic is gone to heaven after updating from FBSD 4.3 to 4.4 Message-ID: <gv1yj031hu.fsf@mail.cs.uni-magdeburg.de> In-Reply-To: <200111092045.fA9KjTP01223@peedub.muc.de> (Gary Jennejohn's message of "Fri, 9 Nov 2001 21:45:13 %2B0100") References: <20011109200946.A4007@herzog.cs.uni-magdeburg.de> <200111092045.fA9KjTP01223@peedub.muc.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gv1yj031hu.fsf>