From owner-freebsd-net@FreeBSD.ORG Wed Oct 5 13:09:37 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 93C33106566B for ; Wed, 5 Oct 2011 13:09:37 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 651888FC0A for ; Wed, 5 Oct 2011 13:09:37 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RBRE8-0000de-C3; Wed, 05 Oct 2011 09:09:36 -0400 Date: Wed, 5 Oct 2011 09:09:36 -0400 From: Gary Palmer To: Chuck Burns Message-ID: <20111005130936.GB38162@in-addr.com> References: <201110042008.48915.break19@gmail.com> <201110042054.33599.break19@gmail.com> <201110042132.52788.break19@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201110042132.52788.break19@gmail.com> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on noop.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-net@freebsd.org 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: Wed, 05 Oct 2011 13:09:37 -0000 On Tue, Oct 04, 2011 at 09:32:52PM -0500, Chuck Burns wrote: > On Tuesday, October 04, 2011 8:54:33 PM Chuck Burns wrote: > > > I'm not sure how to rebuild just the module with that option URTW_DEBUG > > enabled.. I'm being told by some to just add the device to my kernel config > > along with the line "option URTW_DEBUG" .. but if there's a better way, let > > me know please. > > > > Also, I suppose that means if I want the "any" I sysctl > > hw.usb.urtw.debug=0xffffffff right? Still a bit green with regards to > > debugging. > > I wound up adding "#define URTW_DEBUG" to the top of the if_urtw.c file and > make install'ing the module from the proper subdirectory.. Just wanted to make sure that you unloaded and reloaded the module after the "make install"? Gary