From owner-freebsd-stable@FreeBSD.ORG Fri Feb 27 02:04:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38FF0106564A; Fri, 27 Feb 2009 02:04:18 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0ABE98FC18; Fri, 27 Feb 2009 02:04:17 +0000 (UTC) (envelope-from sam@freebsd.org) 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 n1R24HJX044340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Feb 2009 18:04:17 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <49A74A21.1050109@freebsd.org> Date: Thu, 26 Feb 2009 18:04:17 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Bengt Ahlgren References: <49A61894.5040804@fusiongol.com> <20090226045340.GC70144@weongyo.cdnetworks.kr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: Nathan Butcher , freebsd-stable@freebsd.org, Weongyo Jeong Subject: Re: ural driver stalls under FreeBSD7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 02:04:18 -0000 Bengt Ahlgren wrote: > Weongyo Jeong writes: > > >> On Thu, Feb 26, 2009 at 01:20:36PM +0900, Nathan Butcher wrote: >> >>> I have a Buffalo WLI-U2-KG54-AI wireless USB adaptor. >>> It has been malfunctioning for quite a while under FreeBSD7.0 and 7.1 >>> >>> Typically, It works for a while until eventually it stalls data >>> transfers completely. It always seems to do this after an unspecified >>> amount of time. >>> >>> I know the hardware isn't at fault because the device works fine under >>> Linux. >>> >> Could you please check that `ifconfig -bgscan' disabling the >> background scan helps your symptom? >> > > The above sounds like the same problem as this: > > http://lists.freebsd.org/pipermail/freebsd-mobile/2009-February/011376.html > http://lists.freebsd.org/pipermail/freebsd-mobile/2009-February/011343.html > > The problem is in the background scanning logic in sys/net80211. > > I don't see how you come to this conclusion. ural is a totally different driver than ath and so far as I can recall you never found the cause for your problem w/ ath. Most of the usb wireless drivers do a haphazard job of synchronizing async tasks like bg scan with the foreground tx/rx processing. This can lead to firmware and/or usb issues. ath does not have these issues but I am aware of at least one problem w/ bg scanning in ath under RELENG_7 (that is not present in HEAD). Sam