From owner-freebsd-wireless@FreeBSD.ORG Sun Feb 10 19:18:03 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 3730B100 for ; Sun, 10 Feb 2013 19:18:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id C8306E07 for ; Sun, 10 Feb 2013 19:18:02 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hi8so2450740wib.13 for ; Sun, 10 Feb 2013 11:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ul0FsUIfN6EiGjBgaRHEamSwJVruu2bYsLSz7SqDUe0=; b=FQxlvjSkJhEnzhHVchpACmi58EN/oht536J2uwUsVkx4mJv4MsSloni1UTdUgCYG3F ic7cSjFItlP2DecqJn225H4TzJn7YuUCFiJDYSApsOCX+ORFNkkiiduXA8oZryUnC2Ei 8ZFjOW02DzGWyX1j2S4Z3qhQjBjEGf1XATbSMHALZz84r9rVYsiZPvi3rUTKKheyrjlN lvrDefMuZHnR2VuPOcWR/RN+dToB1850xlsRcL8EgPHfGr+tWi+Osyc/UBmcQ22rFuvh 6AkLk68Kyd4Fk5ZsUaBoHnYUOvgPLyZKScIY0MVrCKc65WnfJMs3TiA65KMg4hlr95Kn 8IeA== MIME-Version: 1.0 X-Received: by 10.180.99.227 with SMTP id et3mr12151963wib.6.1360523440592; Sun, 10 Feb 2013 11:10:40 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Sun, 10 Feb 2013 11:10:40 -0800 (PST) In-Reply-To: <51175C69.6050003@gmx.net> References: <51175C69.6050003@gmx.net> Date: Sun, 10 Feb 2013 11:10:40 -0800 X-Google-Sender-Auth: TFq6QvCNiBCmu9xllveDB6LJWAw Message-ID: Subject: Re: ath0: device timeout on 9.1-RELEASE From: Adrian Chadd To: Kamil Szczesny Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 10 Feb 2013 19:18:03 -0000 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"