From owner-freebsd-stable@FreeBSD.ORG Thu Feb 25 13:42:12 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B16251065706 for ; Thu, 25 Feb 2010 13:42:12 +0000 (UTC) (envelope-from bschmidt@mx.techwires.net) Received: from mx.techwires.net (mx.techwires.net [IPv6:2001:4d88:100f:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF488FC1B for ; Thu, 25 Feb 2010 13:42:12 +0000 (UTC) Received: by mx.techwires.net (Postfix, from userid 1001) id 86EC81A6D5; Thu, 25 Feb 2010 14:42:11 +0100 (CET) Date: Thu, 25 Feb 2010 14:42:11 +0100 From: Bernhard Schmidt To: Nezmer Message-ID: <20100225134211.GA31135@mx.techwires.net> References: <20100225131021.GA2500@mail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100225131021.GA2500@mail> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: stable/8: iwn5100 , unable to get scan results X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2010 13:42:12 -0000 On Thu, Feb 25, 2010 at 03:10:21PM +0200, Nezmer wrote: > Hi, > > I'm new to FreeBSD so don't shoot me If I'm missing something obvious. > > I built and installed stable/8 yesterday to try out the updated iwn > driver. But every time I run: > ifconfig iwn0 up scan > > I get: > ifconfig: unable to get scan results > > How can I go about investigating this further? > The needed module and firmware are loaded of course. 8.0 and newer use VAPs, you have to do: # kldload if_iwn # ifconfig wlan0 create wlandev iwn0 # ifconfig wlan0 up # ifconfig wlan0 list scan