From owner-freebsd-stable@freebsd.org Sat Nov 5 18:58:54 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B8EFBED2BB for ; Sat, 5 Nov 2016 18:58:54 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEB1A75A for ; Sat, 5 Nov 2016 18:58:53 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [10.100.0.31] (haymarket.m5p.com [10.100.0.31]) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTP id uA5Iwk0l021075; Sat, 5 Nov 2016 14:58:51 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Subject: Re: ath0 associated, wlan0 not associated To: Adrian Chadd References: <3e831eea-2035-b658-3bae-784f2aa60eca@m5p.com> Cc: FreeBSD Stable Mailing List From: George Mitchell Message-ID: Date: Sat, 5 Nov 2016 14:58:46 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=10.0 tests=ALL_TRUSTED, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on scollay.m5p.com X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (mailhost.m5p.com [10.100.0.247]); Sat, 05 Nov 2016 14:58:52 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 18:58:54 -0000 On 11/05/16 13:00, George Mitchell wrote: > On 11/05/16 01:05, Adrian Chadd wrote: >> nope, sorry. There's a lot of work in the -11 wifi stack and drivers. >> >> >> -a >> >> [...] > > Okay, I downloaded and installed 11.0-RELEASE on a spare slice, and > dmesg tells me the following (with regard to ath0): > > > ath0: mem 0xf0a00000-0xf0a7ffff irq 36 at > device 0.0 on pci2 > ath0: WB335 2-ANT card detected > ath0: Bluetooth Antenna Diversity card detected > ath0: [HT] enabling HT modes > ath0: [HT] enabling short-GI in 20MHz mode > ath0: [HT] 1 stream STBC receive enabled > ath0: [HT] 1 RX streams; 1 TX streams > ath0: QCA9565 mac 704.1 RF5110 phy 2523.1 > ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 > > But ifconfig tells me there is no "ath0" interface ... Does 11.0 > handle wifi in some unfamiliar manner? I put my usual wifi magic > into rc.conf: > > create_args_wlan0="country US" > ifconfig_wlan0="WPA DHCP" > wlans_ath0="wlan0" > > -- George > I forgot to copy my wpa_supplicant.conf over. Now it works! (I guess the invisible ath0 is just how 11.0 works?) -- George