From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 19:35:48 2005 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 CF4F116A4CE for ; Tue, 15 Feb 2005 19:35:48 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4B643D46 for ; Tue, 15 Feb 2005 19:35:48 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1D18U7-00077w-Fj; Tue, 15 Feb 2005 14:35:47 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 15 Feb 2005 13:36:21 -0600 User-Agent: KMail/1.6.2 References: <200502151740.57083.coder@worldwidewhat.dk> <200502151104.08494.algould@datawok.com> <200502152006.57649.coder@worldwidewhat.dk> In-Reply-To: <200502152006.57649.coder@worldwidewhat.dk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502151336.21971.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc5131c4c895068e2b19183883385b8305350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Lars Hederidder Subject: Re: Wireless PCMIA problems 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: Tue, 15 Feb 2005 19:35:49 -0000 On Tuesday 15 February 2005 01:06 pm, Lars Hederidder wrote: > I've tryed to use the Windows driver, but it doesn't seem to > work. I did the following: > > # cd /usr/src/sys/modules/ndis/ > # make && make install > # cd ../if_ndis/ > # cp /cdrom/driver/* ./ > # ndiscvt -i ./netwpx96.inf -s ./wlpx96e.sys -o ndis_driver_data.h > # make && make install > # kldload ndis > # kldload if_ndis > > When running dmesg there are no ndis0 to be found in the list. > The only data linked to the card is the following: > pccard0: (manufacturer=0x0101, product=0x0696) at > function 0 pccard0: CIS info: 3Com, 3CRSHPW_96 Wireless LAN PC > Card, (null) > > Regards > Lars > I've never messed with the NDISulator stuff; so I can't help you much at this point. All of my wireless cards use either the wi or ath drivers. Good luck, Andrew Gould