From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 04:19:37 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 265A016A4CE for ; Thu, 23 Dec 2004 04:19:37 +0000 (GMT) Received: from mail21.syd.optusnet.com.au (mail21.syd.optusnet.com.au [211.29.133.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDE543D2F for ; Thu, 23 Dec 2004 04:19:35 +0000 (GMT) (envelope-from j.knight@knightsolutions.com.au) Received: from jon (c211-28-158-33.brasd1.vic.optusnet.com.au [211.28.158.33]) iBN4JRVH028552 for ; Thu, 23 Dec 2004 15:19:31 +1100 Message-Id: <200412230419.iBN4JRVH028552@mail21.syd.optusnet.com.au> From: "Jon Knight" To: Date: Thu, 23 Dec 2004 15:19:26 +1100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcToppZ+u26IhV9EQfSCdX7zBrSkJQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Ndisulator - Linksys wireless-g PCI card 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, 23 Dec 2004 04:19:37 -0000 Hi everyone, I have a wireless-g PCI Card Linksys WMP54G. Just installed FreeBSD 5.3 from CD. I'm trying to get this to work and talk to my access point which is also Linksys. I followed the instructions to compile the windows .inf and .sys into .h, .ko, .o. Did a 'make' on ndis as per instructions from a website I googled (I think it was http://www.xl0.org/FreeBSD/ndis.txt). I can see ndis0 in ifconfig, I can specify ifconfig ndis0 inet 192.168.0.8 netmask 255.255.255.0. Turned off wep on my AP to make things easier. Set the SSID. Now when I type ifconfig ndis0 media autoselect, nothing happens. Everything looks okay, I can locally ping the interface 192.168.0.8. I cannot wicontrol and list the local ap however. When I type ifconfig ndis0 mediaopt adhoc it says ndis0 link up. I try ifconfig ndis0 media autoselect and link is down. What's up with that (no pun intended) ? Many thanks Cheers, Jon