From owner-freebsd-current@FreeBSD.ORG Tue Dec 4 14:09:49 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8582F16A417 for ; Tue, 4 Dec 2007 14:09:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1998113C448 for ; Tue, 4 Dec 2007 14:09:48 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2962523nfb for ; Tue, 04 Dec 2007 06:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Vcoxj+8nhFQPqUGGGWhbn3JlsLWdrIX+DtUunIlOSF4=; b=Ot0KPqo33mL9Sb0mv0c7iofOOAHfpD2mlf1yFcBbq9WhK1ygk87AAC0xeLTvfHyGL6gdCHhM1Sw3gT69qcYNZfv33jtFgAX3V+PfF6pKeAsvpWwjQQPu49iPPajS3l3sz25CWy5JHVtiT3KHOpjwkJZntHMIAru2t6o8pq8dMTI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qm8N0GoQ/ABFk09pyEwu39F4q1MeHR6MuN6VGdoJGP5F5N2XHvYZVk7YAjnBDS+cJsAzis/MXNJSVjE8OuxGRLc0D8t+Hna+0XVzLEVw9Qa4JItKrUH/DRILA9JONvJpEDw96rUdLzCt9tPUQj4XgAC3ut+XGxMXobHvBwpOtqQ= Received: by 10.78.155.4 with SMTP id c4mr5534759hue.1196777387559; Tue, 04 Dec 2007 06:09:47 -0800 (PST) Received: by 10.78.23.8 with HTTP; Tue, 4 Dec 2007 06:09:47 -0800 (PST) Message-ID: <790a9fff0712040609g4bee3285ibafb065c4e36cca4@mail.gmail.com> Date: Tue, 4 Dec 2007 08:09:47 -0600 From: "Scot Hetzel" To: "Ed Schouten" In-Reply-To: <20071203232848.GJ72574@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071203121342.GH72574@hoeg.nl> <20071203232848.GJ72574@hoeg.nl> Cc: Bill Paul , FreeBSD Current Subject: Re: ndis(4): BCM4328 driver from Apple - dies in pe_translate_addr X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 14:09:49 -0000 On 12/3/07, Ed Schouten wrote: > Hello, > > I found another .sys/.inf this afternoon which loads properly. I now see > a ndis0 show up with the correct MAC address. Unfortunately `ifconfig > ndis0 list scan' is broken, because it tries to do some FPU operations. > Each time when I run the command, I get a lot of "fpudna in kernel > mode!" messages in my dmesg, which makes the driver as good as useless. > > I guess we unlucky BCM4328 folks should wait until a native driver shows > up. :-( > The "fpudna in kernel mode" messages can be ignored, they don't affect the operation of the ndis0 driver. Add ifconfig_ndis0="WPA DHCP" to /etc/rc.conf, create /etc/wpa_supplicant.conf that is appropriate for your wireless network(s), then use /etc/rc.d/netif start ndis0 to connect to your wireless network. ifconfig doesn't list any wireless networks: hp010# ifconfig ndis0 list scan But using wpa_cli does show wireless networks: hp010# wpa_cli wpa_cli v0.5.8 Copyright (c) 2004-2007, Jouni Malinen and contributors This program is free software. You can distribute it and/or modify it under the terms of the GNU General Public License version 2. Alternatively, this software may be distributed under the terms of the BSD license. See README and COPYING for more details. Selected interface 'ndis0' Interactive mode > scan OK > scan_results bssid / frequency / signal level / flags / ssid 00:0e:2e:7d:8a:0b 2462 -45 [WEP] TimeMachine > Scot