Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 10:40:47 +0100 (CET)
From:      Paul Herman <pherman@piro.net>
To:        Richter Andreas <Andi@europe.de>
Cc:        freebsd-isdn@FreeBSD.org
Subject:   Re: Isdn don`t work under 4.0-20000118-CURRENT!
Message-ID:  <Pine.LNX.4.21.0001271031360.11032-100000@xhost.piro.net>
In-Reply-To: <388F886C.38C2AE4E@europe.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0001271031360.11032-100000>