From owner-freebsd-wireless@FreeBSD.ORG Mon Sep 10 20:07:49 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E521065670; Mon, 10 Sep 2012 20:07:49 +0000 (UTC) (envelope-from alexander.kuehn@nagilum.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id A92AF8FC08; Mon, 10 Sep 2012 20:07:48 +0000 (UTC) X-RZG-AUTH: :O2kGeEG7b/pS1EO4THa/nJdkGexqY2koBVOK1IEPiZ6uSkEMG05qYmSsddWNogGEcA== X-RZG-CLASS-ID: mo00 Received: from cakebox.homeunix.net (164-010-186-093.dialin.vsenet.de [93.186.10.164]) by smtp.strato.de (jored mo32) (RZmta 30.14 DYNA|AUTH) with (DHE-RSA-AES256-SHA encrypted) ESMTPA id V00414o8AJlrOT ; Mon, 10 Sep 2012 22:07:47 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id D8599686B5; Mon, 10 Sep 2012 22:07:32 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on cakebox.tis X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.4 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: by cakebox.homeunix.net (Postfix, from userid 80) id 1CDD068410; Mon, 10 Sep 2012 22:07:29 +0200 (CEST) Received: from 10.1.2.11 ([10.1.2.11]) by cakebox.homeunix.net (Horde Framework) with HTTP; Mon, 10 Sep 2012 22:07:29 +0200 Date: Mon, 10 Sep 2012 22:07:29 +0200 Message-ID: <20120910220729.Horde.Rgf-OJk8pphQTkiBHq9woRA@cakebox.homeunix.net> From: Alexander =?iso-8859-1?b?S/xobg==?= To: Adrian Chadd References: <20120910003754.Horde.nHn4N5k8pphQTRpCp7esrRA@cakebox.homeunix.net> <20120910213352.Horde.XoSGQZk8pphQTkCgm_pAlKA@cakebox.homeunix.net> In-Reply-To: User-Agent: Internet Messaging Program (IMP) H4 (5.0.23) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: AR5416/Soekris instability X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Sep 2012 20:07:49 -0000 Zitat von Adrian Chadd : > On 10 September 2012 12:33, Alexander K=FChn > wrote: >> Ok, attached the requested logs. >> I could not generate any traffic since the AP now showed up as not requi= ring >> auth - but since it does - no one can associate. > > Hi, > > How are you configuring this? Your channel is nice and clean.. I leave it to the adapter. root@cakebox ~ > grep -v ^# /etc/hostapd.conf interface=3Dwlan0 debug=3D4 ctrl_interface=3D/var/run/hostapd ctrl_interface_group=3Dwheel dump_file=3D/tmp/hostapd.dump own_ip_addr=3D127.0.0.1 ieee8021x=3D0 ssid=3Dabc country_code=3DDE macaddr_acl=3D0 auth_algs=3D1 wpa=3D3 wpa_passphrase=3D... wpa_key_mgmt=3DWPA-PSK wpa_pairwise=3DCCMP TKIP root@cakebox ~ > grep -e wla -e ath /etc/rc.conf dhcpd_ifaces=3D"vr1 vr2 wlan0" wlans_ath0=3D"wlan0" create_args_wlan0=3D"wlanmode hostap 10.1.10.1/24" ifconfig_wlan0=3D"netmask 255.255.255.0 ssid abc media autoselect up" Alex.