From owner-freebsd-current@FreeBSD.ORG Thu Jan 29 19:28:35 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA53C1065670 for ; Thu, 29 Jan 2009 19:28:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB688FC08 for ; Thu, 29 Jan 2009 19:28:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 0278BFEFA; Fri, 30 Jan 2009 08:28:35 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qmzwvtdk9CY9; Fri, 30 Jan 2009 08:28:31 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 30 Jan 2009 08:28:31 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id E6A1E1142E; Fri, 30 Jan 2009 08:28:30 +1300 (NZDT) Date: Thu, 29 Jan 2009 11:28:30 -0800 From: Andrew Thompson To: Lars Engels Message-ID: <20090129192830.GE73709@citylink.fud.org.nz> References: <20090129192241.GZ60948@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090129192241.GZ60948@e.0x20.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: sam@FreBSD.org, current@FreeBSD.org Subject: Re: ath cannot find my wireless network any more X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 29 Jan 2009 19:28:36 -0000 On Thu, Jan 29, 2009 at 08:22:41PM +0100, Lars Engels wrote: > Hi all, > hi Sam, > > I just build world && kernel from todays sources. > Now my Atheros 5212 pccard cannot find my wireless network any more, but > still sees other networks: > > lars@pts/3 # ifconfig wlan0 up scan > SSID BSSID CHAN RATE S:N INT CAPS > Arcor-C6DE58 00:1a:2a:c6:de:56 9 54M -95:-96 100 EPS RSN WPA WME > WLAN-AFCB47 00:1d:19:af:cb:e0 1 54M -96:-96 100 EPS WPS RSN WPA WME > 0x0000 00:03:c9:54:18:bb 8 54M -94:-96 100 EP WPA > > In contrast to this, the internal wpi chip still finds and connects to the network: > lars@pts/3 # ifconfig wlan1 scan > SSID BSSID CHAN RATE S:N INT CAPS > dd-wrt 00:18:39:c7:6a:dd 6 54M 22:0 100 EP RSN WME > > I also don't know why wpi only finds my own network. If you go 'ifconfig wlan0 list chan' does it show #6 as available? Andrew