From owner-freebsd-wireless@FreeBSD.ORG Tue Apr 8 18:37:19 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 726ACCE9; Tue, 8 Apr 2014 18:37:19 +0000 (UTC) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (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 1EF401333; Tue, 8 Apr 2014 18:37:19 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id q108so1211606qgd.10 for ; Tue, 08 Apr 2014 11:37:18 -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=vnR4zywhXqjjIoF63rCDZBFPFpApVjexkkfIp+sC61I=; b=OUQhqqcmt5nlur+0eY+WEQGFYce5L3/HZUGdEjK/y9ShfF3X+wHyOWrtTgnIXBaUV9 3TnU7mwGlbHGOq3IVBLYy7hKwwJ0eWbuGQJ9pi/2VbMkrYvUjMiau7+EYZL6iBmOHGeM eumXKFdUkY/bbBhwHdSc06xkUddn7q86fxRYOdClvkHDGkfcxSqrrQwdXOkp2onqnjOk ervP0riLJmIQ7f89RR3aiBDY3LQ7yGmFHpSXpVzCHIKz/kcHTiKA6EjSmNA2+QSz2fky oOFmfbvihxiYNXz+ia+naBZLB+u3QfAmz018RSqSRV1VXzbTHWr1d+aPvUXuWpPsQMV+ MoSQ== X-Received: by 10.224.36.194 with SMTP id u2mr6492616qad.73.1396982238220; Tue, 08 Apr 2014 11:37:18 -0700 (PDT) Received: from lpnix002.local ([209.222.7.234]) by mx.google.com with ESMTPSA id b46sm3746785qge.7.2014.04.08.11.37.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Apr 2014 11:37:17 -0700 (PDT) Message-ID: <534441DC.7050800@gmail.com> Date: Tue, 08 Apr 2014 14:37:16 -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> 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:37:19 -0000 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