From owner-freebsd-net@FreeBSD.ORG Tue Oct 11 12:21:47 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAD50106566B; Tue, 11 Oct 2011 12:21:47 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6091E8FC14; Tue, 11 Oct 2011 12:21:47 +0000 (UTC) Received: by ywp17 with SMTP id 17so8127611ywp.13 for ; Tue, 11 Oct 2011 05:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=resent-from:resent-to:resent-date:resent-message-id:from:to:subject :date:user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=wZe6HTmTjXV+whEwPyHmcslwAHCd1S/XZq97LPSsqJw=; b=sm2vFUMkH+lu/JIKACRC9Y0VI6VUjA1zmBxSGTIAQn3/vUQ7M9nyML0HYiMfmSrbkU lkai5zFfQJvi/qzbkxExvvjSULAduwREBnlhizcsOtGbFyayi+7mLU8ifwbg1CmYAw1P +liIiwEp0X/IikfbqcDo6P1Gk8XaEBlUifmO4= Received: by 10.236.177.2 with SMTP id c2mr30082924yhm.102.1318335706696; Tue, 11 Oct 2011 05:21:46 -0700 (PDT) Received: from blackbeast.localnet (c-98-230-65-110.hsd1.al.comcast.net. [98.230.65.110]) by mx.google.com with ESMTPS id o50sm14960044yhl.9.2011.10.11.05.21.46 (version=SSLv3 cipher=OTHER); Tue, 11 Oct 2011 05:21:46 -0700 (PDT) Resent-From: Chuck Burns Resent-To: freebsd-net@freebsd.org, gpalmer@freebsd.org Resent-Date: Tue, 11 Oct 2011 07:21:45 -0500 Resent-Message-ID: <201110110721.45404.break19@gmail.com> From: Chuck Burns To: PseudoCylon Date: Tue, 11 Oct 2011 07:20:04 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110110720.04292.break19@gmail.com> Cc: Subject: Re: [urtw] Wifi link dying randomly. reboot required to reconnect. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 12:21:47 -0000 On Tuesday, October 11, 2011 1:04:59 AM you wrote: > > Date: Thu, 6 Oct 2011 19:02:15 -0500 > > From: Chuck Burns > > Subject: Re: [urtw] Wifi link dying randomly. reboot required to > > reconnect. > > To: Gary Palmer > > Cc: freebsd-net@freebsd.org > > Message-ID: <201110061902.15838.break19@gmail.com> > > Content-Type: Text/Plain; charset="iso-8859-1" > > > > > > options KDB # Kernel debugger related code > > options KDB_TRACE # Print a stack trace for a panic > > #options KDB_UNATTENDED # Reboot on panic > > options WITNESS # add me > > > With run(4) (another usb dangle), there is a LOR between node lock and > driver lock in if_raw_xmit(). Maybe, stuck on sending mgmt frames -> > hang/disconnected from AP? > > With run(4), the LOR hasn't caused dead lock in 11abg mode, but in 11n > mode, it causes dead lock every time. You run it in 11g mode, but it > might be having bad hair day occasionally. Next time, rather than > unplugging the device to induce a panic, wait and see if the computer > will completely be locked up. > > > AK I've seen it completely lock up very seldomly.. But generally, if it hasn't locked up by the time I notice the connection is dead, it won't. I've added witness to options now. Chuck