From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 14:46:26 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 49D9216A4CE for ; Fri, 16 Jul 2004 14:46:26 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id F059543D53 for ; Fri, 16 Jul 2004 14:46:25 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [128.255.45.214] ([128.255.45.214]) by serv01.divms.uiowa.edu with id i6GEkLOU021142 for ; Fri, 16 Jul 2004 09:46:23 -0500 (CDT) Message-ID: <40F7EAA2.8070505@uiowa.edu> Date: Fri, 16 Jul 2004 09:48:02 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.43 Subject: using NDIS 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: Fri, 16 Jul 2004 14:46:26 -0000 I built the ndisulator last night and it appears to work: ndis0: mem 0xfafee000-0xfafeffff irq 11 at device 3.0 on pci2 ndis0: [GIANT-LOCKED] can't re-use a leaf (Country)! can't re-use a leaf (Channel)! ndis0: NDIS API version: 5.0 ndis0: Ethernet address: 00:90:96:b9:95:64 ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps So how do I use my wireless card? Is there some command that I run to turn it on and off? I have tried searching the lists, and I've gone to the NDIS web site on sourceforge, but it seems that other people's questions focus on getting the ndisulator to compile. I am completely clueless here, so any help would be greatly appreciated. - Jason