From owner-freebsd-wireless@FreeBSD.ORG Thu Apr 28 02:37:43 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B8D2106566C; Thu, 28 Apr 2011 02:37:43 +0000 (UTC) (envelope-from freebsd@snap.net.nz) Received: from snapmx1.ironport.snap.net.nz (snapmx1.ironport.snap.net.nz [202.37.100.100]) by mx1.freebsd.org (Postfix) with ESMTP id 135FF8FC15; Thu, 28 Apr 2011 02:37:42 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswBAG/SuE3KfG1Y/2dsb2JhbACYEj+NLsU/hXYEjlqOQw X-IronPort-AV: E=Sophos;i="4.64,277,1301832000"; d="scan'208";a="49851067" Received: from rupert.snap.net.nz ([202.37.100.140]) by smtp1.ironport.snap.net.nz with ESMTP; 28 Apr 2011 14:37:24 +1200 X-Sender-IP: 202.124.109.88 X-Sender-IP: 202.124.109.88 Received: from akllappt.local (88.109.124.202.static.snap.net.nz [202.124.109.88]) by rupert.snap.net.nz (Postfix) with ESMTP id 30400201BA; Thu, 28 Apr 2011 14:37:24 +1200 (NZST) Message-ID: <4DB8D2E0.6000400@snap.net.nz> Date: Thu, 28 Apr 2011 14:37:20 +1200 From: Peter Toth User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110421 Thunderbird/3.1.9 MIME-Version: 1.0 To: bschmidt@freebsd.org References: <4DAE2133.20108@snap.net.nz> <201104200815.58433.bschmidt@freebsd.org> In-Reply-To: <201104200815.58433.bschmidt@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-wireless@freebsd.org Subject: Re: Intel(R) PRO/Wireless 6205a X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 02:37:43 -0000 On 04/20/11 18:15, Bernhard Schmidt wrote: > On Wednesday, April 20, 2011 01:56:35 Peter Toth wrote: >> Hi there, >> >> I have a company laptop which comes with the advanced centrino intel >> chipset see bellow. >> >> The iwn driver requested the iwn6005fw firmware module which is not >> available in stock FreeBSD 8.2. I've grabbed the firmware out of OpenBSD >> repository and converted it to a proper loadable module. >> >> The interface is working OK for about 2 minutes (with WPA2) and then it >> bounces UP and DOWN - if I reload wpasupplicant it will associate again >> and works for 2 minutes then it will drop again. >> >> Anyone got this chipset working somehow? - seems like it is supported in >> OpenBSD. >> >> Details here: >> iwn0: mem 0xd4000000-0xd4001fff irq 19 at >> device 0.0 on pci37 >> iwn0: MIMO 2T2R, MoW, address a0:88:b4:14:77:20 >> iwn0: [ITHREAD] >> iwn0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps >> iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps >> iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps >> 24Mbps 36Mbps 48Mbps 54Mbps > Can you pull the driver files from HEAD[1] rebuild the module and > try again? I've committed a few changes lately which fixes the > calibration on at least the 6230(6005b). > > [1] http://svn.freebsd.org/viewvc/base/head/sys/dev/iwn/ > I can confirm now after a few days of active usage - all is working as expected. No errors and no link drops.