From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 19:07:07 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 9600616A4CE for ; Tue, 15 Feb 2005 19:07:07 +0000 (GMT) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EF943D49 for ; Tue, 15 Feb 2005 19:07:07 +0000 (GMT) (envelope-from coder@worldwidewhat.dk) Received: from user3.cybercity.dk (user3.cybercity.dk [212.242.41.36]) by cicero0.cybercity.dk (Postfix) with ESMTP id 57B9828FEE for ; Tue, 15 Feb 2005 20:07:05 +0100 (CET) Received: from [10.0.0.8] (0x3e42a686.adsl.cybercity.dk [62.66.166.134]) by user3.cybercity.dk (Postfix) with ESMTP id 17FFD93C58 for ; Tue, 15 Feb 2005 20:07:04 +0100 (CET) From: Lars Hederidder To: freebsd-questions@freebsd.org Date: Tue, 15 Feb 2005 20:06:57 +0100 User-Agent: KMail/1.7 References: <200502151740.57083.coder@worldwidewhat.dk> <200502151104.08494.algould@datawok.com> In-Reply-To: <200502151104.08494.algould@datawok.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502152006.57649.coder@worldwidewhat.dk> 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:07:07 -0000 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 On Tuesday 15 February 2005 18:04, you wrote: > On Tuesday 15 February 2005 10:40 am, Lars Hederidder wrote: > > Hey, > > > > I have a 3Com 3CRSHPW_96 Wireless PCMIA card for my laptop. > > However I'm a newbie at using PCMIA cards on FreeBSD. > > > > BSD finds the card when I plug it in, but it doesn't show up when > > I use the ifconfig command. > > > > Can anyone help me with this problem, so I can get it up and running. > > The system is a fresh installed FreeBSD 5.3 > > > > Thanks in advance > > Lars > > When you say FreeBSD "sees" the card, do you mean it is associated with > a device, or just that the card's name appears in dmesg? > > It would appear, from the email message link below, that this card > requires the use of it's Windows drivers. > > http://lists.freebsd.org/pipermail/freebsd-mobile/2004-September/004804.htm >l > > Follow the link below to the online handbook's chapter on wireless > networking. Read the whole chapter; but pay particular attention to > section 25.3.3.6.3, toward the bottom, regarding the NDISulator. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless. >html > > Best of luck, > > Andrew Gould