From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 23:58:47 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 E9ABC16A421 for ; Fri, 1 Jun 2007 23:58:47 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id C781113C458 for ; Fri, 1 Jun 2007 23:58:47 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l51Nwj5A001261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Jun 2007 16:58:47 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4660B2B5.9090506@errno.com> Date: Fri, 01 Jun 2007 16:58:45 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070528) MIME-Version: 1.0 To: Stefan Ehmann References: <46605C26.9090304@errno.com> <200706020044.37615.shoesoft@gmx.net> In-Reply-To: <200706020044.37615.shoesoft@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 01 Jun 2007 23:58:48 -0000 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. Sam