From owner-freebsd-current@FreeBSD.ORG Thu Sep 22 07:01:14 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 AE1CA16A41F for ; Thu, 22 Sep 2005 07:01:14 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAB543D48 for ; Thu, 22 Sep 2005 07:01:13 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j8M71A9V037402; Thu, 22 Sep 2005 10:01:10 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j8M71JXC051932; Thu, 22 Sep 2005 10:01:20 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <433256B1.9090304@ebs.gr> Date: Thu, 22 Sep 2005 10:01:05 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <43324049.6000307@root.org> In-Reply-To: <43324049.6000307@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: an(4) timeouts after a while? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 07:01:14 -0000 Nate Lawson wrote: > I use an Aironet 340 card in my laptop, running 7-current. It will run > fine for 30-40 minutes and then suddenly timeout. Ejecting and > reinserting fixes this. It may only happen after a suspend/resume, even > if the suspend/resume was before the card was first inserted. > > Here's what I get on insertion: > an0: at port > 0x2000-0x203f irq 11 function 0 config 5 on pccard1 > an0: record length mismatch -- expected 192, got 200 for Rid ff00 > an0: got RSSI <-> dBM map > an0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > an0: Ethernet address: 00:40:xxxxx > an0: [GIANT-LOCKED] > > When net connections start hanging, this is ifconfig: > an0: flags=8843 mtu 1500 > inet6 fe80::xx:xx:xx:xx%an0 prefixlen 64 scopeid 0x4 > inet 10.0.xx.xx netmask 0xffffff00 broadcast 10.0.xx.255 > ether 00:40:xx:xx:xx:xx > media: IEEE 802.11 Wireless Ethernet autoselect > status: no carrier > ssid 1:myssid channel 6 > stationname "" > authmode OPEN privacy ON deftxkey 1 txpowmax 0 rtsthreshold 0 > roaming DEVICE > > And dmesg says: > an0: xmit failed > an0: device timeout > > Then I eject the card: > an0: RID access failed > an0: RID access failed > an0: detached > cbb1: Bad Vcc requested > Interrupt storm detected on "irq11: pcm0 cbb0+++"; throttling interrupt > source > cbb1: Bad Vcc requested > > And then reinsert: > an0: at port > 0x2000-0x203f irq 11 function 0 config 5 on pccard1 > an0: record length mismatch -- expected 192, got 200 for Rid ff00 > an0: got RSSI <-> dBM map > an0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > an0: Ethernet address: 00:40:xxxxx > an0: [GIANT-LOCKED] > I've been seeing that for many months on a RELENG_5 system as well. Panagiotis