Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jan 2000 14:42:17 +0100
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        Jean-Pierre.Albinet@space.alcatel.fr
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: ELSA Microlink ISDN 
Message-ID:  <200001061342.OAA11695@peedub.muc.de>
In-Reply-To: Your message of "Thu, 06 Jan 2000 13:06:21 %2B0100." <C125685E.00421600.00@vzmta01.netfr.alcatel.fr> 

next in thread | previous in thread | raw e-mail | index | archive | help
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:<ELSA QuickStep 1000pro PCI ISDN adaptor> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001061342.OAA11695>