From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 03:38:25 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E236106566B for ; Sun, 30 Aug 2009 03:38:25 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 195C58FC08 for ; Sun, 30 Aug 2009 03:38:24 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MhbFC-0000DZ-Rh for freebsd-current@freebsd.org; Sun, 30 Aug 2009 05:38:18 +0200 Received: from elehack.net ([216.243.177.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Aug 2009 05:38:18 +0200 Received: from michael by elehack.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Aug 2009 05:38:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Michael Ekstrand Date: Sat, 29 Aug 2009 22:38:01 -0500 Lines: 18 Message-ID: References: <25ff90d60908291649x41c020f7tae404c245c4204de@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: elehack.net User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) In-Reply-To: <25ff90d60908291649x41c020f7tae404c245c4204de@mail.gmail.com> X-Enigmail-Version: 0.95.0 Sender: news Subject: Re: 8.0-BETA3: Cannot use iwn on Thinkpad R61 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: Sun, 30 Aug 2009 03:38:25 -0000 David Horn wrote: > On Sat, Aug 29, 2009 at 1:49 PM, Michael Ekstrand wrote: >> I was trying today to get 8.0-BETA3 amd64 usable on my laptop (Thinkpad >> R61, Intel 4965 wireless chipset) and so far have had no success. iwnfw >> and if_iwn load without errors, but when I do >> >> # ifconfig iwn0 list caps >> > > You can't use the iwn0 interface directly. Starting with 8.0, there > is a new virtual interface (wlanX) that must be created for each 80.11 > (wi-fi) interface that you wish to use. (aka vap or multi-bss) Thank you. I was operating out of the web version of the handbook and somehow overlooked the example in iwn(4) that had the wlan device creation commands. It works now. - Michael