From owner-freebsd-current Tue Feb 25 20:40: 6 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC39B37B401; Tue, 25 Feb 2003 20:40:04 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7067C43FB1; Tue, 25 Feb 2003 20:40:03 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h1Q4e2nN088320 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 25 Feb 2003 20:40:03 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <267b01c2dd51$20dc1960$52557f42@errno.com> From: "Sam Leffler" To: "Juli Mallett" Cc: References: <011001c2dd48$f67f31f0$7deba8c0@jsattertop> <266c01c2dd4f$78f4f6f0$52557f42@errno.com> <20030225223409.A97871@FreeBSD.org> Subject: Re: Errors with wireless Date: Tue, 25 Feb 2003 20:40:02 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > * De: Sam Leffler [ Data: 2003-02-25 ] > [ Subjecte: Re: Errors with wireless ] > > > wi0: tx failed, retry limit exceeded > > > > If this happens again show the output of sysctl hw.wi. > > I get those constantly when doing e.g. an interactive FTP session. > > (jmallett@luna:~)10% sysctl hw.wi > hw.wi.txerate: -1 > hw.wi.debug: 0 > > Should I be tuning txerate or something? I blew it. The default setting of -1 was supposed to disable all tx error messages (a la the old driver) but instead caused all messages to be printed (no rate limiting). It looks like you need to do something like: sysctl hw.wi.txerate=999999 to disable the error messages or set it to some other value N to get no more than N messages/second printed. I'll fix the code to set the default to a large number. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message