From owner-freebsd-net@FreeBSD.ORG Fri Jun 24 22:22:32 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91E5E106566C for ; Fri, 24 Jun 2011 22:22:32 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 50FBB8FC08 for ; Fri, 24 Jun 2011 22:22:32 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id EE823CD; Sat, 25 Jun 2011 00:03:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Lf2CHyipSURa; Sat, 25 Jun 2011 00:03:34 +0200 (CEST) Received: from snifi.laptop (178-36-140-41.adsl.inetia.pl [178.36.140.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id D622DA3; Sat, 25 Jun 2011 00:03:33 +0200 (CEST) From: Maciej Milewski To: freebsd-net@freebsd.org Date: Sat, 25 Jun 2011 00:03:30 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-CURRENT; KDE/4.6.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106250003.31135.milu@dat.pl> Cc: Patrick Lahni Subject: Re: iwn -CURRENT drivers on -STABLE? 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: Fri, 24 Jun 2011 22:22:32 -0000 On Friday 24 of June 2011 21:00:57 Patrick Lahni wrote: > Hello, > > I have an Intel Centrino Advanced-N 6205 (iwn) I am trying to get to work > on FreeBSD-STABLE (8.2). This may be a silly question, but is it possible > to build and use iwn/iwnfw from head sources and use on a -stable machine? > Ideally I don't want to move the whole machine from -stable to -current, I > just want to test iwn/iwnfw in -current. This likely isn't possible due > to kernel mismatch but thought I'd ask the people that know more than me. > > End game is I'd like tinker around using it at least in hostap mode. I > realize 11n is still very much in development and I'm ok with that. Even > using it as 11g in hostap mode would be a plus until 11n catches up. As of > now, hostap isn't supported on my card in -stable, at least that's what > dmesg tells me when I try. I'd love to help test this if it was possible > to use -current for just those modules and -stable for the rest of the > machine. > > Any input would be appreciated. > Regards, > Patrick Excerpt from man iwn(4): The iwn driver provides support for Intel Wireless WiFi Link 4965, 1000, 5000 and 6000 series of PCI-Express network adapters. iwn supports station, adhoc, and monitor mode operation. No chance for hostap mode even when you upgrade to head. But for running in station mode you may try doing it like in the archives: http://lists.freebsd.org/pipermail/freebsd-wireless/2011-April/000087.html Although I'm not sure if there is need to have net80211 from -head too. Maciek