From owner-freebsd-isdn Tue Mar 12 0:57:16 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by hub.freebsd.org (Postfix) with ESMTP id EFC2C37B416 for ; Tue, 12 Mar 2002 00:57:09 -0800 (PST) Received: from fwd01.sul.t-online.de by mailout10.sul.t-online.com with smtp id 16ki5l-00009f-02; Tue, 12 Mar 2002 09:57:09 +0100 Received: from peedub.jennejohn.org (520017439985-0001@[217.235.126.237]) by fmrl01.sul.t-online.com with esmtp id 16ki5i-1teBJgC; Tue, 12 Mar 2002 09:57:06 +0100 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.2/8.11.6) with ESMTP id g2C8vu9t053510; Tue, 12 Mar 2002 09:57:57 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200203120857.g2C8vu9t053510@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: linuxdummybudy@yahoo.es Cc: freebsd-isdn@freebsd.org Subject: Re: danger will robinson (probably not the first one) Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 12 Mar 2002 00:41:28 +0100." <20020311234128.7492.qmail@web14310.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Mar 2002 09:57:56 +0100 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Domingo Fiesta Segura writes: > Hello, > > I'm running FreeBSD 4.5-RELEASE and I've got a Winbond > card. > > I have some problems with the conection. The warning > message is this: > > isp0: lcp: ignoring RXJ (proto-rej) for proto 0xcf, > danger will robinson. > > Searching through internet I found some other people > with the same problem (but better explained than I > do), like here: > > http://www.geocrawler.com/lists/3/FreeBSD/161/25/7459344/ > > Cassualy addressed to this list. As I can't find any > sort of replies to those mails (I found another three > similar posts) I wonder if there's any solution to it, > and if there is I'd like to know where to read to > solve it. > Here's a fragment of the code which results in this output (from if_spppsubr.c): case CODE_REJ: /* XXX catastrophic rejects (RXJ-) aren't handled yet. */ log(LOG_INFO, SPP_FMT "%s: ignoring RXJ (%s) for proto 0x%x, " "danger will robinson\n", SPP_ARGS(ifp), cp->name, sppp_cp_type_name(h->type), ntohs(*((u_short *)p))); Note the comment - basically it's saying that this type of error may very well not be handled correctly so watch out ! The only way to fix this is to implement the missing code. Good luck. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message