From owner-freebsd-wireless@FreeBSD.ORG Mon Feb 11 19:33:45 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 39A7ABD1 for ; Mon, 11 Feb 2013 19:33:45 +0000 (UTC) (envelope-from k.s.mail@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id BE36D960 for ; Mon, 11 Feb 2013 19:33:44 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MXkSn-1USKmG1xVH-00Wn2N for ; Mon, 11 Feb 2013 20:33:43 +0100 Received: (qmail invoked by alias); 11 Feb 2013 19:33:43 -0000 Received: from ip-130-180-70-188.unitymediagroup.de (EHLO mba.local) [130.180.70.188] by mail.gmx.net (mp020) with SMTP; 11 Feb 2013 20:33:43 +0100 X-Authenticated: #32709443 X-Provags-ID: V01U2FsdGVkX18xZ98VoqkxA6SMR4S220Eef90kFvBd94H2jU6sPV 0A1ALrYEpDnF3p Message-ID: <51194795.5070500@gmx.net> Date: Mon, 11 Feb 2013 20:33:41 +0100 From: Kamil Szczesny User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: ath0: device timeout on 9.1-RELEASE References: <51175C69.6050003@gmx.net> <51189E1E.70206@gmx.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 19:33:45 -0000 Still with 9.0-RELEASE: gomorrha% vmstat -i interrupt total rate irq1: atkbd0 6 0 irq16: ath0 ehci0 1367 13 irq23: ehci1 250 2 cpu0:timer 8014 77 irq256: em0 523 5 irq258: ahci0 15444 149 cpu1:timer 2797 27 cpu2:timer 3743 36 cpu3:timer 3053 29 Total 35197 341 Am 11.02.13 19:59, schrieb Adrian Chadd: > Hi, > > Would you please look at the output of vmstat -i, see if the ath0 > device is receiving interrupts? > > Thanks, > > > > Adrian > > > On 10 February 2013 23:30, Kamil Szczesny wrote: >> Hi, >> >> after a downgrade to 9.0-RELEASE the issue remains the same. >> /var/log/messages is spamed by equal authentication timeout entries. >> >> regards, >> Kamil >> >> Am 10.02.13 20:10, schrieb Adrian Chadd: >> >>> Hi, >>> >>> Would you please try 9.0-RELEASE too? >>> >>> >>> >>> Adrian >>> >>> >>> On 10 February 2013 00:38, Kamil Szczesny wrote: >>>> Hello, >>>> >>>> I'm facing a problem with ath0 on FreeBSD 9.1-RELEASE, that was not >>>> existent >>>> on 8.x-RELEASE. >>>> >>>> The issue seems to be the similar to this one: >>>> >>>> http://lists.freebsd.org/pipermail/freebsd-stable/2012-January/065667.html >>>> >>>> I do have the same NIC. pciconf -lv output is equal: >>>> >>>> ath0@pci0:2:0:0: class=0x028000 card=0x3a701186 chip=0x0024168c >>>> rev=0x01 >>>> hdr=0x00 >>>> vendor = 'Atheros Communications Inc.' >>>> device = 'AR5008 Wireless Network Adapter' >>>> class = network >>>> >>>> /etc/rc.conf: >>>> wlans_ath0="wlan0" >>>> ifconfig_wlan0="WPA DHCP" >>>> >>>> /etc/wpa_supplicant.conf: >>>> network={ >>>> ssid="home" >>>> psk="123" >>>> } >>>> >>>> However, it is not starting to work. >>>> >>>> I do not have /usr/src/tools/ath so that I can not provide the output. >>>> >>>> /var/log/messages is spammed with: >>>> >>>> Feb 10 09:08:26 gomorrha wpa_supplicant[1500]: Trying to associate with >>>> xx:xx:xx:xx:xx:xx (SSID='home' freq=2422 MHz) >>>> Feb 10 09:08:30 gomorrha kernel: ath0: device timeout >>>> Feb 10 09:08:36 gomorrha wpa_supplicant[1500]: Authentication with >>>> xx:xx:xx:xx:xx:xx timed out. >>>> >>>> Any idea what might be wrong or how I could fix this? >>>> >>>> regards, >>>> Kamil >>>> _______________________________________________ >>>> freebsd-wireless@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>>> To unsubscribe, send any mail to >>>> "freebsd-wireless-unsubscribe@freebsd.org" >>