From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 00:10:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B061106564A for ; Tue, 10 Feb 2009 00:10:34 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from imedmobility.com (host-50.216-16-29.iw.net [216.16.29.50]) by mx1.freebsd.org (Postfix) with ESMTP id 120AF8FC13 for ; Tue, 10 Feb 2009 00:10:34 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from midco.net (host-47-73-107-208.midco.net [208.107.73.47]) by imedmobility.com (Postfix) with ESMTP id 5649C1173C86 for ; Mon, 9 Feb 2009 18:10:33 -0600 (CST) Message-ID: <4990C5E8.5010300@gmail.com> Date: Tue, 10 Feb 2009 00:10:16 +0000 From: Adam Vande More User-Agent: Thunderbird 2.0.0.18 (X11/20081225) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20090209003328.146539xpvcxdt740@webmail.rawbw.com> <3a142e750902091508v29f5c8car2a3bf5dc56b763e2@mail.gmail.com> <20090209155305.13786eiozefkdvs4@webmail.rawbw.com> In-Reply-To: <20090209155305.13786eiozefkdvs4@webmail.rawbw.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 00:10:34 -0000 Yuri wrote: > Quoting "Paul B. Mahol" : > >> wlandebug(8) for general 802.11 debuging >> >> ath driver have it's own debug options ... documented in source code >> .... >> > > Thanks! > > In the debug log I see the line: > ath0: ieee80211_scan_update: no scanner suppport for mode 8 > From source code I see that mode 8 is IEEE80211_M_MONITOR. > As I understand in 'monitor' mode no packets are being sent or received. > When I try to turn it off with 'ifconfig ath0 -monotor' interface > still seems to stay in monitor mode. > > Why wouldn't -monitor turn monitor mode off? > > Yuri Perhaps it is just a typo but shouldn't it be 'ifconfig ath0 -monitor' instead of 'ifconfig ath0 -monotor'