From owner-freebsd-isdn Sun Feb 7 05:02:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25309 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 05:02:51 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25303 for ; Sun, 7 Feb 1999 05:02:48 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.2/8.6.9) with ESMTP id NAA01363; Sun, 7 Feb 1999 13:59:45 +0100 (CET) Message-Id: <199902071259.NAA01363@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Bernd =?iso-8859-1?Q?K=F6cke?= cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Problem with ELSA Quickstep 3000 Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 05 Feb 1999 10:57:03 +0100." <36BAC06F.D6A7644A@schiele-ct.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Feb 1999 13:59:45 +0100 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 -m -r -s -u -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 -m -r -s -u -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