From owner-freebsd-current@FreeBSD.ORG Sun Mar 28 15:29:27 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E2931065724 for ; Sun, 28 Mar 2010 15:29:27 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-relay2.uni-muenster.de (ZIVM-RELAY2.UNI-MUENSTER.DE [128.176.192.13]) by mx1.freebsd.org (Postfix) with ESMTP id E31CB8FC0C for ; Sun, 28 Mar 2010 15:29:26 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.51,323,1267398000"; d="scan'208";a="240285203" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay2.uni-muenster.de with ESMTP; 28 Mar 2010 17:29:24 +0200 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id 960861B0768; Sun, 28 Mar 2010 17:29:24 +0200 (CEST) Date: Sun, 28 Mar 2010 17:29:24 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Rui Paulo Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: atheros card with lots of Ierrs in `netstat -i` 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: Sun, 28 Mar 2010 15:29:27 -0000 Rui Paulo schrieb am 2010-03-26: > On 26 Mar 2010, at 17:24, Alexander Best wrote: > > hi there, > > `netstat -i` reports: > > Name Mtu Network Address Ipkts Ierrs Idrop > > Opkts > > Oerrs Coll > > ath0 2290 00:0f:b5:82:07:c8 6046435 691159 0 > > 654080 > > 0 0 > > lo0 16384 1280796 0 0 > > 1280796 > > 0 0 > > lo0 16384 your-net localhost.otaku 1280796 - - > > 1280796 > > - - > > wlan0 1500 00:0f:b5:82:07:c8 821650 0 0 > > 635461 > > 20 0 > > wlan0 1500 192.168.1.0 localhost.otaku 821223 - - > > 635140 > > - - > > are the Ierrs for ath0 normal or is this something to worry about? > > i'm running > > HEAD (r205561) on amd64. this is my card: > > ath0@pci0:5:1:0: class=0x020000 card=0x5a001385 > > chip=0x0013168c > > rev=0x01 hdr=0x00 > > vendor = 'Atheros Communications Inc.' > > device = '802.11a/b/g Wireless Adapter (AR2312)' > > class = network > > subclass = ethernet > You have a 9% error rate, which can be common on some scenarios. If > you're not experiencing connection problems, there's no need to > worry. ok. :) thanks for the info. > -- > Rui Paulo -- Alexander Best