From owner-freebsd-net@FreeBSD.ORG Tue Apr 22 16:37:55 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80B4E1065670 for ; Tue, 22 Apr 2008 16:37:55 +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 313C48FC15 for ; Tue, 22 Apr 2008 16:37:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id BE0D62BC56; Wed, 23 Apr 2008 04:19:25 +1200 (NZST) 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 ciL56IDdWH1s; Wed, 23 Apr 2008 04:19:21 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 23 Apr 2008 04:19:21 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id E9F141142D; Wed, 23 Apr 2008 04:19:18 +1200 (NZST) Date: Wed, 23 Apr 2008 04:19:18 +1200 From: Andrew Thompson To: Randy Bush Message-ID: <20080422161918.GC83310@citylink.fud.org.nz> References: <480E0C4D.30909@psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480E0C4D.30909@psg.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Net Subject: Re: ifconfig ath0 unable to get channel information X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 16:37:55 -0000 On Wed, Apr 23, 2008 at 01:03:25AM +0900, Randy Bush wrote: > current of Apr 21 23:09 gmt. soekris 5501 with metrix minipci. this > worked in build of 31 march. > > # ifconfig ath0 channel 11 ssid rgnet-aden wep wepkey thirteenletrs > weptxkey 1 mediaopt hostap up > ifconfig: unable to get channel information > # ifconfig ath0 channel 11 ssid rgnet-aden wep wepkey thirteenletrs > weptxkey 1 > ifconfig: unable to get channel information Wireless has been updated for vap (multi-bss) support, see http://lists.freebsd.org/pipermail/freebsd-current/2008-April/085012.html What you need to do is 'ifconfig wlan0 create wlandev ath0' and then use the wlan0 interface as you did before. Andrew