From owner-freebsd-current@FreeBSD.ORG Sun Mar 22 04:19:24 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6AF2A2A for ; Sun, 22 Mar 2015 04:19:24 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61C35877 for ; Sun, 22 Mar 2015 04:19:24 +0000 (UTC) Received: by ignm3 with SMTP id m3so14231118ign.0 for ; Sat, 21 Mar 2015 21:19:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=CYedWZIu9kXEZEyfuA3vSGKm2ItXC1caYsRyPhl6ggY=; b=CKzbIaWhGeMqxjcwjv6lL6oJOyi/ockIanAjIS2SzDKp+XuOu6iJ+6hWCoOpAvKw1v 9J+TF9vuJkbWOdvsYRXQHIw7VASvBYXejU0DuzZjlFoRYPUjHsZ8WUkChPp4XGaWE6Ue 9BhLO/ECVv38D3+FV1eu/lo1Q1gFgwbSCNUw+8YUUCW0n83N2mbYl8IFEsMdSmpz/TUg qF5Xq1rFsx2R5sYUGa2JOY5fRIMzNxwUVjxPU0hYEcjtMZraLPSMc10EJp232PrKgcWl yQd5xvgFCCzn9FFgeG5pcxlv6kd8m3qnebGXQ73h+a18Qun3I7L3ZX2xeEVydCltXuwH L+Pg== MIME-Version: 1.0 X-Received: by 10.107.5.131 with SMTP id 125mr23136535iof.88.1426997963877; Sat, 21 Mar 2015 21:19:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Sat, 21 Mar 2015 21:19:23 -0700 (PDT) In-Reply-To: References: <550C505F.2030809@icloud.com> <550C9CEF.4040302@icloud.com> <550D2932.3090101@icloud.com> Date: Sat, 21 Mar 2015 21:19:23 -0700 X-Google-Sender-Auth: 05TisW0plb583KhFN4DhJpKm3HU Message-ID: Subject: Re: Atheros AR9460 and Acer Aspire V17 Nitro on FreeBSD 11 not working From: Adrian Chadd To: Miguel Clara Content-Type: text/plain; charset=UTF-8 Cc: Anders Bolt-Evensen , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 04:19:24 -0000 Ok, so I'd cycle that rfkill gpio from 1 -> uhm, whatever the max for that thing is (16?) Each time: ifconfig wlan0 down sysctl dev.ath.0.rfkill=X ifconfig wlan0 up ifconfig wlan0 list scan See if it sees anything. -adrian