From owner-freebsd-isdn Thu Jan 6 5:53:53 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id E9DBC14CC9 for ; Thu, 6 Jan 2000 05:53:49 -0800 (PST) (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 OAA11695; Thu, 6 Jan 2000 14:42:17 +0100 (CET) Message-Id: <200001061342.OAA11695@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Jean-Pierre.Albinet@space.alcatel.fr Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: ELSA Microlink ISDN Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 06 Jan 2000 13:06:21 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Thu, 06 Jan 2000 14:42:17 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jean-Pierre.Albinet@space.alcatel.fr writes: >I've recompiled the Kernel but I've the following message : > >Is the error (second line) message important ? >isic0: rev 0x01 int a irq 10 on= >pci0.10.0 >isic0:error, IPAC version 2 unknown > extremely important. Your card has a newer version of the IPAC and i4b doesn't know how to handle it. You could try applying the following patch, but I can't guarantee that it will work: --- /tmp/i4b_isic.c.orig Thu Jan 6 14:39:33 2000 +++ /tmp/i4b_isic.c Thu Jan 6 14:39:54 2000 @@ -311,6 +311,7 @@ switch(ret) { case 0x01: = + case 0x02: = break; = default: >I've also modified the ppp.conf message, >to set the device : /dev/ibp4 , the phone number, the username >and password .... >And it does not work !!!! > what in the world is /dev/ibp4 ? I've never seen this before and I've been using i4b since before it was released. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message