From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 13:37:12 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 3906716A4CE for ; Wed, 29 Dec 2004 13:37:12 +0000 (GMT) Received: from knightowls.dyndns.org (c-24-1-227-51.client.comcast.net [24.1.227.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B075443D1D for ; Wed, 29 Dec 2004 13:37:11 +0000 (GMT) (envelope-from ticket@knightowls.dyndns.org) Received: from knightowls.dyndns.org (localhost [127.0.0.1]) by knightowls.dyndns.org (8.13.1/8.13.1) with ESMTP id iBTDX6Bh012707 for ; Wed, 29 Dec 2004 08:33:06 -0500 Received: (from ticket@localhost) by knightowls.dyndns.org (8.13.1/8.13.1/Submit) id iBTDX6ex012706 for freebsd-questions@freebsd.org; Wed, 29 Dec 2004 07:33:06 -0600 Date: Wed, 29 Dec 2004 07:33:06 -0600 From: ticket@knightowls.dyndns.org To: freebsd-questions@freebsd.org Message-ID: <20041229133306.GA12698@knightowls.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: 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: Wed, 29 Dec 2004 13:37:12 -0000 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. I run: ndiscvt -i netX500.inf -s pcx500.sys -o ndis_driver_data.h I get the following error: ndiscvt: line 456: 100-3FF: syntax error. this is line 456 from the inf file: IOConfig=40@100-3FF(3FF::) 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. I am new to freebsd, I have a background of solaris and sunos way back when.....