From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 03:44:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83E516A4CE for ; Thu, 30 Dec 2004 03:44:39 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417B543D41 for ; Thu, 30 Dec 2004 03:44:39 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iBU3iaKj007220 for ; Wed, 29 Dec 2004 22:44:36 -0500 (EST) Date: Thu, 30 Dec 2004 03:49:01 +0000 From: jason henson To: freebsd-questions@freebsd.org References: <20041229133306.GA12698@knightowls.dyndns.org> In-Reply-To: <20041229133306.GA12698@knightowls.dyndns.org> (from ticket@knightowls.dyndns.org on Wed Dec 29 08:33:06 2004) X-Mailer: Balsa 2.2.6 Message-Id: <1104378541l.2101l.1l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: ndiscvt question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 03:44:40 -0000 On 12/29/04 08:33:06, ticket@knightowls.dyndns.org wrote: > I am new to freebsd. I have loaded 5.3 on an old IBM thinkpad type > 2611-410 with 32mb of ram. Runs just fine. I am trying to bring up an > cisco pcm352 wireless interface, but the system doesn't recognize it. > I > get "pccard0 init failed" on insertion. I am trying to use ndiscvt to > create a loadable module for it. I obtained the .sys and .inf files > for > the cisco card. >=20 > I run: > ndiscvt -i netX500.inf -s pcx500.sys -o ndis_driver_data.h >=20 > I get the following error: > ndiscvt: line 456: 100-3FF: syntax error. >=20 > this is line 456 from the inf file: > IOConfig=3D40@100-3FF(3FF::) >=20 > has anyone encountered this? > Can someone that has done this successfully post the IOConfig line > from > your .inf file so I can see the correct syntax. >=20 > I am new to freebsd, I have a background of solaris and sunos way =20 > back > when..... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-=20 > unsubscribe@freebsd.org" >=20 >=20 >=20 > Send this to the moble or net lists. BTW I used ndiscvt without =20 problem on newer stuff.