From owner-freebsd-current@FreeBSD.ORG Wed Jun 20 04:49:41 2007 Return-Path: X-Original-To: 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 B721216A46B; Wed, 20 Jun 2007 04:49:41 +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 8D16513C457; Wed, 20 Jun 2007 04:49:41 +0000 (UTC) (envelope-from sam@errno.com) Received: from sam-lefflers-powerbook-g4-15.local ([10.0.0.178]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l5K4nfak053091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2007 21:49:41 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4678B1E4.7080909@errno.com> Date: Tue, 19 Jun 2007 21:49:40 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Craig Boston , Andrew Thompson , FreeBSD Current References: <20070619011908.GA53748@heff.fud.org.nz> <20070620042023.GA17424@nowhere> In-Reply-To: <20070620042023.GA17424@nowhere> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: wireless 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: Wed, 20 Jun 2007 04:49:41 -0000 Craig Boston wrote: > On Tue, Jun 19, 2007 at 01:19:08PM +1200, Andrew Thompson wrote: >> Please report any other wireless issues and help is appreciated. > > Hi, I was debating whether to report this since I haven't had a chance > to compile a debug kernel yet (this is on a somewhat embedded system > that boots off flash memory, so it's a bit of a pain), but since you > asked... :) > > In short, ipw doesn't seem to work at all for me anymore. It worked > okay in 6-stable with an occasional hiccup, but upon upgrading to > current it doesn't seem to be doing anything. It doesn't even try to > scan; it just sits there on channel 1 with "no carrier". "ifconfig list > scan" shows nothing. Manually setting the SSID/channel doesn't do > anything either (it remains on channel 1). > > Sometimes "ifconfig scan" does nothing, sometimes it results in a panic. > > Since I haven't run a current prior to the 802.11 changes on this > particular machine, I don't know if it was working before them or not :( > Haven't had time to mess with it yet. > > To take care of the obvious: > > Yes, wlan_scan_sta is loaded. I also built a kernel with the two scan > modules compiled in and no change. > > I've loaded ipw_bss.ko and set legal.intel_ipw.license_ack="1" in > loader.conf. Loading all 3 firmware modules doesn't seem to help. > > It happens with the GENERIC kernel too (that's what I first noticed when > I booted a snapshot to do the install). I'm not sure how well ipw got tested while the changes were in p4. We'll need to test again now that code has been merged to CVS. I'll try to look at this weekend if noone else beats me to it. Sam