From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 7 17:48:07 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA74106564A; Wed, 7 Sep 2011 17:48:07 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id DCD888FC0A; Wed, 7 Sep 2011 17:48:06 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 7009AE3F07A; Wed, 7 Sep 2011 19:48:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O-egj--DaODJ; Wed, 7 Sep 2011 19:47:58 +0200 (CEST) Received: from goofy03.vnode.local (wg.benders.se [212.247.52.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 9D2AEE3F079; Wed, 7 Sep 2011 19:47:57 +0200 (CEST) Date: Wed, 7 Sep 2011 19:47:55 +0200 From: Joel Dahl To: Bernhard Schmidt Message-ID: <20110907174755.GR52426@goofy03.vnode.local> References: <09C13664-4FC0-41F3-8849-CE875B3A6CC0@vnode.se> <20110905062453.GM52426@goofy03.vnode.local> <20110906204242.GP52426@goofy03.vnode.local> <20110907105325.GQ52426@goofy03.vnode.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-wireless@freebsd.org, weongyo@freebsd.org Subject: Re: BETA2 panic X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 17:48:07 -0000 On 07-09-2011 12:59, Bernhard Schmidt wrote: > On Wed, Sep 7, 2011 at 12:53, Joel Dahl wrote: > > > > Hm, this is with bwn(4), not iwn(4). :) > > Uhm.. right, I'm sorry, missed that > > Still.. two options, remove IEEE80211_FEXT_SWBMISS or try with > ifconfig wlan0 -bgscan I commented out IEEE80211_FEXT_SWBMISS (line 1075) from if_bwn.c and rebuilt the kernel and now the machine has been running for 2 hours without any panics. Without this patch it usually panics within a few minutes or even seconds after I boot and log in. However, something weird is definitely going on. I've seen these messages about "RF switch changed to ON/OFF" before but I just ignored them. Now they seem to have become more frequent and the wireless actually stops working now and then when it switches to OFF, but not always... -- Joel