From owner-freebsd-questions@FreeBSD.ORG Mon Aug 24 11:36:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FA3F106568B for ; Mon, 24 Aug 2009 11:36:27 +0000 (UTC) (envelope-from gt@fallendusk.org) Received: from ysera.fallendusk.org (ysera.fallendusk.org [76.76.101.106]) by mx1.freebsd.org (Postfix) with ESMTP id 411848FC0C for ; Mon, 24 Aug 2009 11:36:26 +0000 (UTC) Received: from localhost (localhost.gogax.com [127.0.0.1]) by ysera.fallendusk.org (Postfix) with ESMTP id E38A32842D; Mon, 24 Aug 2009 11:37:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at fallendusk.org Received: from ysera.fallendusk.org ([127.0.0.1]) by localhost (ysera.fallendusk.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KDgJBcRjJy82; Mon, 24 Aug 2009 11:37:41 +0000 (UTC) Received: from fallendusk.org (unknown [99.32.39.87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gt@fallendusk.org) by ysera.fallendusk.org (Postfix) with ESMTPSA id 26CE628438; Mon, 24 Aug 2009 11:37:41 +0000 (UTC) Date: Mon, 24 Aug 2009 07:36:17 -0400 From: Gregory T Helton To: Eitan Adler Message-ID: <20090824113617.GA12964@fallendusk.org> References: <4A8989EC.4060709@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <4A8989EC.4060709@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: ndis driver - freeze on scan X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 11:36:27 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 17, 2009 at 04:48:44PM +0000, Eitan Adler wrote: > I created an ndis driver for my wireless card and kldloaded it. > When I try > ifconfig ndis0 up scan > my computer just freezes and it does not find any of the 100 > (exaggeration) APs around. >=20 > This is a broadcom wireless card. >=20 > --=20 > Eitan Adler > "Security is increased by designing for the way humans actually behave." > -Jakob Nielsen > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" What version of FreeBSD is this? If it's 8.x, you have to scan with the wla= n0 device. I've seen lots of weird and nasty things happen when trying to manipulate t= he actual ndis0 device under 8. ifconfig wlan0 create wlandev ndis0 ifconfig wlan0 up scan --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqSezAACgkQ+Yjj1mwcwNzLlgCfXmBTaXwRJ+ogZfWC7hu0Iv9j BmAAoIfyixoLjoB/pZPN+17XbVnLJB8R =xRmh -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--