Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 1999 13:59:45 +0100
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        Bernd =?iso-8859-1?Q?K=F6cke?= <bk@schiele-ct.de>
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: Problem with ELSA Quickstep 3000 
Message-ID:  <199902071259.NAA01363@peedub.muc.de>
In-Reply-To: Your message of "Fri, 05 Feb 1999 10:57:03 %2B0100." <36BAC06F.D6A7644A@schiele-ct.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
Bernd =?iso-8859-1?Q?K=F6cke?= writes:
>Hi,
>
>I've got a little problem with my ELSA Quickstep 3000. My system runs
>with FreeBSD 3.0-Release and i4b 0.7-beta. The Quickstepo 3000 is an
>ISA-PnP-Card with Modem Chipset. I read that there exists a driver for
>Linux and that it is the same as for the Quickstep 1000. So I started to
>compile a new kernel with the Quickstep 1000-Driver from the
>i4b-Package. But when I entered 'make', I got the following
>errormessage:
>
>../../i4b/layer1/i4b_elsa_qs1i.c: In function 'isic_probe_Eqs1pi':
>../../i4b/layer1/i4b_elsa_qs1i.c:404: structure has no member named
>'sc_clearirq'
>
>The problem may be due to the fact that I have a Qickstep 3000 and not a
>1000, but I think the kernel should compile and may show an
>error-message when I reboot the system. But I'm not very familar with
>FreeBSD. I started to work with UNIX and the first thing I need was to
>establish a network connection via ISDN.
>
>If anybody could tell me what I am doing wrong, I would be very
>grateful. 
>Below I attached my kernel-config.
>

this  is a typo in i4b_elsa_qs1i.c, it should just read clearirq.

Hellmuth ?

while I'm here, here'a patch for isdntelctl:

*** main.c.ctm	Sun Feb  7 13:24:45 1999
--- main.c	Sun Feb  7 13:28:36 1999
***************
*** 103,109 ****
  		}
  	}
  
! 	if(opt_get == 0 && opt_U == 0 && opt_A && opt_C == 0)
  	{
  		opt_get = 1;
  	}
--- 103,109 ----
  		}
  	}
  
! 	if(opt_get == 0 && opt_U == 0 && opt_A == 0 && opt_C == 0)
  	{
  		opt_get = 1;
  	}
***************
*** 190,196 ****
  {
  	fprintf(stderr, "\n");
  	fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__);
! 	fprintf(stderr, "usage: isdndebug -e -h -g -l <layer> -m -r -s <value> -u <unit> -z -H\n");
  	fprintf(stderr, "       -g            get current settings\n");
  	fprintf(stderr, "       -u unit       specify unit number\n");	
  	fprintf(stderr, "       -A            set interface to A-Law coding\n");
--- 190,196 ----
  {
  	fprintf(stderr, "\n");
  	fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__);
! 	fprintf(stderr, "usage: isdntelctl -e -h -g -l <layer> -m -r -s <value> -u <unit> -z -H\n");
  	fprintf(stderr, "       -g            get current settings\n");
  	fprintf(stderr, "       -u unit       specify unit number\n");	
  	fprintf(stderr, "       -A            set interface to A-Law coding\n");

---
Gary Jennejohn
Home - garyj@muc.de
Work - garyj@fkr.dec.com



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?199902071259.NAA01363>