From owner-freebsd-current@FreeBSD.ORG Fri Jul 10 18:55:18 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 9EF541065670 for ; Fri, 10 Jul 2009 18:55:18 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 27B888FC13 for ; Fri, 10 Jul 2009 18:55:17 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n6AItGGc042972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Jul 2009 11:55:16 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A578E94.5010303@freebsd.org> Date: Fri, 10 Jul 2009 11:55:16 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.22 (X11/20090705) MIME-Version: 1.0 To: kevin References: <4A5777F6.5040700@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-x.dcc-servers-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: About iwn firmware 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: Fri, 10 Jul 2009 18:55:18 -0000 kevin wrote: > > > On Sat, Jul 11, 2009 at 1:18 AM, Sam Leffler > wrote: > > kevin wrote: > > Hi, > I notice iwn's firmware hasn't been updated for a long > time.Is there any > plan to import newer version iwn firmware ? current version is > iwlwifi-4965-ucode-4.44.17 in the source tree, while latest > version is > iwlwifi-4965-ucode-228.61.2.24. > > http://www.intellinuxwireless.org/?n=downloads&f=ucodes_4965 > > > > Not sure why you want newer firmware. If it's for newer chip > support then that requires driver changes and is non-trivial. > > Sam > > iwn driver works well when system up.but it is not so robust.it > will stop transfer data and throw some errors in > these conditions: > 1 . mount nfs via wireless network,if i transfer a lot of data.it > may stop receiving data after some time. > 2 . wireless network is busy, then some one reboot the wireless AP.it > may throw some errors and stop working. > 3 . Find wireless network works slow and switch to Ethernet,.if try > /etc/rc.d/netif restart, it may throw some errors and stop working. > > > all these are fixed by reboot system(reload iwn and iwnfw dose not > work at most time). i also find iwn driver printe a lot of microcode > error related messages when it failed(not easy to reproduce it). > > No official Change Log, i just notice the *description *in gentoo > bug#202818. I don't see any of the above issues w/ the 4965 card I have but I don't use it often. Given how little information you've provided it's unlikely anyone can help you diagnose your problems and even less likely changing the fw would matter. If you want to pursue these problems I suggest you file a PR with details but to be honest I'm not aware of anyone actively working on the driver. Sam