From owner-freebsd-stable@FreeBSD.ORG Tue Aug 31 13:35:44 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E249610656AB for ; Tue, 31 Aug 2010 13:35:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 70D8E8FC13 for ; Tue, 31 Aug 2010 13:35:44 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A3A0B46B23; Tue, 31 Aug 2010 09:35:43 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 38F448A03C; Tue, 31 Aug 2010 09:35:31 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org, Taras Korenko Date: Tue, 31 Aug 2010 09:20:49 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <20100831114428.GA96964@chaos.ukrhub.net> In-Reply-To: <20100831114428.GA96964@chaos.ukrhub.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Message-Id: <201008310920.49730.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 31 Aug 2010 09:35:31 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Michael BlackHeart Subject: Re: Broadcom Wireless BCM4312 Rev.02 (BCM4310 UART) troubles X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 13:35:45 -0000 On Tuesday, August 31, 2010 7:44:28 am Taras Korenko wrote: > On Tue, Aug 31, 2010 at 02:30:54PM +0400, Michael BlackHeart wrote: > > Hello > > > > I've got a problem with Broadcomm Wireless. > > I have notebook HP Compaq 6720s with BCM4312. > > [...] > > > ifconfig bwn0 up scan > > bwn0: firmware version (rev 410 patch 2160 date 0x751a time 0x7c0a) > > ifconfig: unable to get scan results > > [...] > > Why don't you try to play with wlan(4) on top of bwi/bwn? > An example is here: handbook / 31.3.3.1.1 How to Find Access Points. Yes, even with ndis (which is what I use for this adapter, albeit on i386), you have to use wlan. (ndis on i386 will not have the 'fpudna' issues since 32-bit Windows drivers do not use SSE instructions.) Even with ndis I have to run ndis_events for WPA auth to work FWIW. -- John Baldwin