From owner-freebsd-current@FreeBSD.ORG Fri Mar 20 18:01:12 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 834211DD for ; Fri, 20 Mar 2015 18:01:12 +0000 (UTC) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (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 489CCFED for ; Fri, 20 Mar 2015 18:01:12 +0000 (UTC) Received: by ieclw3 with SMTP id lw3so98592171iec.2 for ; Fri, 20 Mar 2015 11:01:11 -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=ieHPlIV6beEdiz7FmJMdeF/Dp6ySwginh6h1J+FRMEI=; b=NqHcVwm/oG4fLMOZYE6mirw6/9KBtW+8Cbg1FNxYlpMfXBs0t4l6olB+BW6Tk1A5KI At4j6HV8q6zuLoVUV3pCSIvdL0X67ooGqKRFfeY5X0E4Tjh9VQJbpF9ygvTsazoC1PVn AFZpXw2fBnN7s4aQeRatVNyRJKYJMBCDYvvcrAh6ey9qkTZc6nap1wvTlxoWQssD6JIy JEzPXSpXhDe+w0LejY3wJ3HD4dCE99kXbVen7XorNDDXGg29UAd0/bt9DbkAFuRw/Y5I mGjl1o1sRP7L195YtHAjf8ib5Lr4zLbEFtmNQZnbXdfFqFUndqv+Znd3Oo1FgG99vdSi iQsA== MIME-Version: 1.0 X-Received: by 10.42.41.200 with SMTP id q8mr2473112ice.61.1426874471505; Fri, 20 Mar 2015 11:01:11 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Fri, 20 Mar 2015 11:01:11 -0700 (PDT) In-Reply-To: <550C505F.2030809@icloud.com> References: <550C505F.2030809@icloud.com> Date: Fri, 20 Mar 2015 11:01:11 -0700 X-Google-Sender-Auth: bE_iKfpdd-aU1NRei0QvxdSgpGA Message-ID: Subject: Re: Atheros AR9460 and Acer Aspire V17 Nitro on FreeBSD 11 not working From: Adrian Chadd To: Anders Bolt-Evensen Content-Type: text/plain; charset=UTF-8 Cc: 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: Fri, 20 Mar 2015 18:01:12 -0000 On 20 March 2015 at 09:52, Anders Bolt-Evensen wrote: > Hello! > > Recently I had to buy a new computer as my Mac broke down. > I ended up with an Acer Aspire V17 Nitro, which, except for a couple of > problems, is all good. > One of the problems is that wifi does not work. The wifi driver is an > Atheros AR9460. > The problem is that when I attempt to scan for my wireless network, nothing > shows up at all. > On my previous computer, where I used an external Atheros card, everything > worked well. > Could the following line from dmesg be a symptom of my problems? > "ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000" > > I'm using FreeBSD 11-CURRENT with sources updated today. What else does it log? -adrian