From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 00:17:48 2014 Return-Path: Delivered-To: freebsd-questions@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 0646F2AF for ; Tue, 15 Apr 2014 00:17:48 +0000 (UTC) Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) (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 E08721DB9 for ; Tue, 15 Apr 2014 00:17:47 +0000 (UTC) Received: from [192.168.42.65] (50-1-187-249.dsl.dynamic.sonic.net [50.1.187.249] (may be forged)) (authenticated bits=0) by c.mail.sonic.net (8.14.4/8.14.4) with ESMTP id s3F0HjbM002534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 14 Apr 2014 17:17:45 -0700 Message-ID: <534C7AA9.6010407@merenbach.com> Date: Mon, 14 Apr 2014 17:17:45 -0700 From: Andrew Merenbach User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Da Rock , freebsd-questions@freebsd.org Subject: Re: FBSD10 Atheros wifi not working References: <534B32FA.30500@herveybayaustralia.com.au> <534BC380.90608@herveybayaustralia.com.au> <534C4385.4020409@herveybayaustralia.com.au> In-Reply-To: <534C4385.4020409@herveybayaustralia.com.au> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Sonic-ID: C;GBcJXjPE4xGC0Lilf7iULg== M;vIxTXjPE4xGC0Lilf7iULg== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 00:17:48 -0000 On 04/14/2014 13:22, Da Rock wrote: > The messages aren't so much of an issue if it works, but I am > interested how you silenced them AFAICT, they went away when I modified this rc.conf line: ifconfig_wlan0="DHCP" to ifconfig_wlan0="WPA DHCP" If it wasn't that, it was likely the other rc.conf line I added: wlans_ath0="wlan0" I'd be interested if this helps at all in silencing the messages for your setup. Cheers, Andrew