From owner-freebsd-stable@FreeBSD.ORG Mon Jun 26 21:29:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E97916A400 for ; Mon, 26 Jun 2006 21:29:12 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail.secureworks.net (mail.secureworks.net [65.114.32.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 2CDE043D64 for ; Mon, 26 Jun 2006 21:28:55 +0000 (GMT) (envelope-from mike@jellydonut.org) Received: (qmail 24088 invoked from network); 26 Jun 2006 21:28:54 -0000 Received: from unknown (HELO ?192.168.14.135?) (63.239.86.253) by 0 with SMTP; 26 Jun 2006 21:28:54 -0000 Message-ID: <44A05196.1070708@jellydonut.org> Date: Mon, 26 Jun 2006 17:28:54 -0400 From: Michael Proto User-Agent: Thunderbird 1.5.0.2 (X11/20060503) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <910c4cb0606260845o3c83cae6yf18008da70592bd3@mail.gmail.com> In-Reply-To: <910c4cb0606260845o3c83cae6yf18008da70592bd3@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: wi0 down when print a lot of data to screen over ssh 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: Mon, 26 Jun 2006 21:29:12 -0000 Ren Zhen wrote: > wi0 goes down when I run a program print a lot of data to > stdout, or when I use zmrx-zmtx it also goes down. > > kernel says: > kernel: wi0: timeout in wi_seek to 152/0 > last message repeated 7 times > kernel: wi0: device timeout > kernel: wi0: timeout in wi_seek to 152/0 > kernel: wi0: link state changed to DOWN > > another time kernel says: > kernel: wi0: timeout in wi_cmd 0x010b; event status 0x8000 > kernel: wi0: xmit failed > kernel: wi0: timeout in wi_seek to 128/0 > last message repeated 3 times > I used to see similar behavior with wi0 on my ThinkPad A30p (IBM High Rate Wireless, PRISM 2.5) when powersave was enabled via ifconfig (I believe it may be on by default, not sure about that). If you disable powersave via 'ifconfig wi0 -powersave' do you still see the problem? -Proto