From owner-freebsd-wireless@FreeBSD.ORG Tue Apr 8 18:54:30 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 D5D3B964; Tue, 8 Apr 2014 18:54:30 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (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 8265715CA; Tue, 8 Apr 2014 18:54:30 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id i8so1567131qcq.37 for ; Tue, 08 Apr 2014 11:54:29 -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=ixKyo+pm37AGc2ToAQG9ncd8cpNmNZfwvB2C7jvW5xc=; b=CfRawfbLjFARjkeTtUSm2WGJwgYqSSeUbApR7C5SvySzjNPNuFpASMe57emnZC7ERz wrGm8HRCxU/50zei/+y0Fw4brRoPtJdPwqEWhzcaer5jSXRYcgVhoZCS8BOO4Cf8eeNP zZC2HdIQeV1I6si3GgHkBzUEEBMKY0gVr2RUV3terWU/TYAcfDDkHRQqYtoyLpG+XJIn eyTwHewwNuzaUsOFRhYTYFqech8eGsOiGTvNJN2P8/wCbVxtXFDQX/I6jfaVwmEK54k7 xgY4ZHGmLqYo4uHpNL52/F9lqpBnIvz/cdXKQQE5Qs0M9weUgyVk2En9Tmosb1Dt7T4k h3pw== X-Received: by 10.229.54.201 with SMTP id r9mr6985080qcg.6.1396983269686; Tue, 08 Apr 2014 11:54:29 -0700 (PDT) Received: from lpnix002.local ([209.222.7.234]) by mx.google.com with ESMTPSA id s111sm3791009qge.19.2014.04.08.11.54.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Apr 2014 11:54:29 -0700 (PDT) Message-ID: <534445E3.6040600@gmail.com> Date: Tue, 08 Apr 2014 14:54:27 -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> 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 18:54:31 -0000 dhclient[1014]: send_packet: No buffer space available - is one of them, the other has occurred during portmaster installs. I have two FreeBSD laptops side-by-side with the same settings to the same router and the Intel (iwn0, with FreeBSD 10.0-RELEASE) isn't giving me any errors. 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