From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 29 10:06:38 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22E9B106568D for ; Fri, 29 Jan 2010 10:06:38 +0000 (UTC) (envelope-from knowtree@aloha.com) Received: from relay.pixi.com (relay.pixi.com [206.127.224.101]) by mx1.freebsd.org (Postfix) with ESMTP id E05DF8FC16 for ; Fri, 29 Jan 2010 10:06:37 +0000 (UTC) Received: from leka.aloha.com (leka.aloha.com [206.127.224.85]) by relay.pixi.com (8.13.8+Sun/8.13.6) with ESMTP id o0TA6XEj013570; Fri, 29 Jan 2010 00:06:33 -1000 (HST) Received: from [10.0.1.10] (atm-251-63.pixi.com [206.127.251.63]) by leka.aloha.com (8.13.8+Sun/8.12.11) with ESMTP id o0TA6VvM013564; Fri, 29 Jan 2010 00:06:31 -1000 (HST) From: Gary Dunn To: Rui Paulo In-Reply-To: References: <201001220110.o0M1Aqiv015915@yoda.pixi.com> <20100122172410.01c42580.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset="us-ascii" Date: Fri, 29 Jan 2010 00:06:30 -1000 Message-ID: <1264759590.1490.13.camel@slate01> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: wi (Lucent) panics on ifconfig wi0 up X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 10:06:38 -0000 On Fri, 2010-01-22 at 19:43 +0000, Rui Paulo wrote: > On 22 Jan 2010, at 16:24, Torfinn Ingolfsen wrote: > > > On Thu, 21 Jan 2010 15:10:53 -1000 (HST) > > knowtree@aloha.com wrote: > > > >>> On 1/21/10, knowtree@aloha.com wrote: > >> OK, I filed PR kern/143074. I sure it it wasn't operator error!! In the > >> meantime I'll try ndis again on the built-in Intel 5100AGN, > > > > If you haven't tried it already, perhaps you should try the new iwb driver? > > See http://forums.freebsd.org/showthread.php?t=8041&highlight=5100 > > You mean "iwn" and that's available on stable/8. > A big "mahalo" to Rui, Torfinn, Paul, and everyone else who helped with this. What a great community. I was just about to fire up my ndis driver when I read this snippet about iwn, so I installed csup and upgraded to 8.0 stable. Works like a charm! Added this to /boot/loader: ifnfw_load="YES" if_iwn_load="YES" Here is what I added to my rc.conf (my home ssid is Oz): # msk0 is built-in Ethernet ifconfig_msk0="DHCP" # iwn0 is built-in wifi wlans_iwn0="wlan0" ifconfig_wlan0="DHCP ssid=Oz" -- Gary Dunn, Honolulu osp@aloha.com http://openslate.net/ http://e9erust.blogspot.com/ Sent from Slate001