From owner-freebsd-wireless@FreeBSD.ORG Tue Apr 8 20:33:11 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4D3E129; Tue, 8 Apr 2014 20:33:11 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9FD1102; Tue, 8 Apr 2014 20:33:11 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id m20so1747177qcx.35 for ; Tue, 08 Apr 2014 13:33:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0LNYRAbnyN7ZfQC1TC/IlHe3S8giN536ivA2gL+kXOA=; b=xsKFabcayMk7Phl5u4Vigt+rANCpXfmV/wQziZPTAhh4WTTonQmxpic77wYAeQpbut cLU301t1io8iYFwsuguYmTYrJbur6uLAPOAm4XHrXBMPYvOzQ10Zu/LffN8ZfH83WbQi wOHtuZev6H9XGy8m9Z1L2BKpUsYl7PS1PzERVekzs4uCRiwGoO535zlKC4r/VMLx5EKQ G1nCLaBrXnyLWERZOSak5MTT00J6PWimtj6dB3OsBtFzj/YjpB+o2PoGBDSe90phnS57 fOLw5akhOgJCrxe3+n7Dc6nFdTvwp1hzHjoZOkwHKjdrgUUW4PmFTDQeWo2YVzXn+Y39 5aQA== X-Received: by 10.224.79.12 with SMTP id n12mr7527480qak.13.1396989190680; Tue, 08 Apr 2014 13:33:10 -0700 (PDT) Received: from lpnix002.local ([209.222.7.234]) by mx.google.com with ESMTPSA id b4sm6028186qaw.26.2014.04.08.13.33.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Apr 2014 13:33:10 -0700 (PDT) Message-ID: <53445D04.5040706@gmail.com> Date: Tue, 08 Apr 2014 16:33:08 -0400 From: tzoi516 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Atheros AR9565 References: <53441FFF.3090308@gmail.com> <534441DC.7050800@gmail.com> <53444C34.5060709@gmail.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 08 Apr 2014 20:33:11 -0000 This is what I have now, after 5 attempts, and at 41.2% packet loss: ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping wlan0: Trying to associate with (hardware ID) (SSID='Base SSID' freq=1234 MHz wlan0: [hardware ID] station assoc via MLME wlan0: [hardware ID] assoc success at aid 3: long preamble, short slot time, protection wlan0: Associated with (hardware ID) dhclient[3172]: send_packet: No buffer space available wlan0: WPA: Key negotiation completed with (hardware ID) [PTK=TKIP GTK=TKIP] Previous attempts had the following errors constantly cycling (having to type all of it right now): wlan0: link state changed to UP dhclient[1170]: DHCPREQUEST on wlan0 to 255.255.255.255 port 67 dhclient[1170]: DHCPREQUEST on wlan0 to 255.255.255.255 port 67 dhclient[1170]: wlan0 link state up -> down wlan0: link state changed to DOWN wlan0: [hardware ID] station assoc via MLME wlan0: [hardware ID] assoc success at aid 3: long preamble, short slot time, protection wlan0: link state changed to UP On 04/08/14 16:03, Adrian Chadd wrote: > Right. It sounds like it's not associated. > > Try wlandebug +assoc and then run wpa_supplicant > > > -a > > > On 8 April 2014 12:21, tzoi516 wrote: >> Sorry for another email, the errors are sporadic. I'm trying to find the >> ioctl errors that I get on shutdown. >> These are after logging in: >> >> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >> dhclient[1001]: send_packet: Invalid argument >> dhclient[1001]: send_packet: No buffer space available >> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping >> dhclient[1001]: send_packet: No buffer space available >> dhclient[1001]: send_packet: Invalid argument >> dhclient[1001]: send_packet: Network is down >> >> Mike >> >> On 04/08/14 14:38, Adrian Chadd wrote: >>> Ah. Can you post the buffer errors you're seeing? >>> >>> >>> -a >>> >>> >>> On 8 April 2014 11:37, tzoi516 wrote: >>>> On 04/08/14 14:23, Adrian Chadd wrote: >>>>> It should work fine on -10 and HEAD. Is it not working fine? >>>>> >>>>> >>>>> -a >>>>> >>>>> >>>>> On 8 April 2014 09:12, tzoi516 wrote: >>>>>> I have a Toshiba Satellite S55-A5169 >>>>>> This specific one: >>>>>> http://www.bhphotovideo.com/c/product/1024074-REG/toshiba_pskk6u_08c08t_s55_i7_4700mq_12gb_1tb_windows_8_1_15_6_silver.html) >>>>>> >>>>>> It has the Atheros combo Wi-Fi/NIC, and the Wi-Fi uses the AR9565. For >>>>>> it to work I have to change the SATA Controller Mode in the BIOS from >>>>>> "AHCI" to "Compatibility". I don't know if this information helps, and >>>>>> it's the only AHCI setting I can tweak. >>>>>> >>>>>> Mike >>>>>> _______________________________________________ >>>>>> 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" >>>> With SATA controller mode set to Compatibility then it works, but a >>>> little wonky at startup - sometimes I'll have to run wpa_supplicant -i >>>> wlan0 -c /etc/wpa_supplicant.conf. Infrequently a buffer error appears. >>>> With SATA controller mode set to AHCI then I can ifconfig wlan0 list >>>> scan and see available networks but I can't connect to any except for >>>> unprotected networks. >>>> >>>> I'm currently running FreeBSD 10.0-STABLE >>>> >>>> Mike