From owner-freebsd-current@FreeBSD.ORG Sat Jun 2 00:15:52 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EEFF16A469 for ; Sat, 2 Jun 2007 00:15:52 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 92EF213C458 for ; Sat, 2 Jun 2007 00:15:51 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 02 Jun 2007 00:15:50 -0000 Received: from h081217094222.dyn.cm.kabsi.at (EHLO taxman.pepperland) [81.217.94.222] by mail.gmx.net (mp040) with SMTP; 02 Jun 2007 02:15:50 +0200 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX19wctpZjf5wplid0igbe2TtjQqJDHAnPFSM6FyfTU 4RjgpMxgZJtGB5 From: Stefan Ehmann To: Sam Leffler Date: Sat, 2 Jun 2007 02:15:50 +0200 User-Agent: KMail/1.9.6 References: <46605C26.9090304@errno.com> <200706020044.37615.shoesoft@gmx.net> <4660B2B5.9090506@errno.com> In-Reply-To: <4660B2B5.9090506@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706020215.50940.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: freebsd-current@freebsd.org Subject: Re: CFT: major wireless changes 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: Sat, 02 Jun 2007 00:15:52 -0000 On Saturday 02 June 2007 01:58:45 Sam Leffler wrote: > Stefan Ehmann wrote: > > On Friday 01 June 2007 19:49:26 Sam Leffler wrote: > >> This patch against HEAD imports the work that's been sitting in the > >> sam_wifi p4 branch: > >> > >> http://people.freebsd.org/~sam/sam_wifi-20070601.patch.gz > > > > I've just finshed buildworld/kernel on my notebook. > > > > I'm loading wlan_scan_sta.ko from loader. > > > > Excerpt from dmesg: > > > > iwi0: ... > > firmware: 'iwi_bss' version 300: 191142 bytes loaded at 0xc2d0c000 > > iwi0: firmware error > > > > ifconfig hangs and causes: iwi0: scan stuck > > > > If I increase debug.iwi, these are the last few messages. My AP seems to > > be detected correctly, but there's some error right after authentication > > (I'm using WPA2). > > > > received frame len=107 chan=11 rssi=25 rssi_dbm=67 > > rx done idx=21 > > Authentication succeded > > iwi_newstate: AUTH -> ASSOC flags 0x21 > > rx done idx=22 > > iwi0: firmware error > > iwi0: firmware error > > > > I hand transcribed these messages. If more details are needed, I'll dig > > out a cable. > > Do you get the same behaviour w/o wpa? iwi was the last driver updated > and has some known issues. If I disable security, I don't get the firmware error message and it seems to work. Though it's only working if I set ifconfig_iwi0="DHCP" in rc.conf. Configuring it as open network in wpa_supplicant.conf also gives the error message.