From owner-freebsd-wireless@FreeBSD.ORG Tue Jun 25 11:50:02 2013 Return-Path: Delivered-To: freebsd-wireless@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 577DF62E for ; Tue, 25 Jun 2013 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 48BB31615 for ; Tue, 25 Jun 2013 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5PBo1cb050344 for ; Tue, 25 Jun 2013 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5PBo1L8050342; Tue, 25 Jun 2013 11:50:01 GMT (envelope-from gnats) Date: Tue, 25 Jun 2013 11:50:01 GMT Message-Id: <201306251150.r5PBo1L8050342@freefall.freebsd.org> To: freebsd-wireless@FreeBSD.org Cc: From: Anton Shterenlikht Subject: Re: kern/176104: [iwn] iwn0: iwn_intr: fatal firmware error X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht 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: Tue, 25 Jun 2013 11:50:02 -0000 The following reply was made to PR kern/176104; it has been noted by GNATS. From: Anton Shterenlikht To: bug-followup@FreeBSD.org, hiren@FreeBSD.org, mexas@bristol.ac.uk Cc: Subject: Re: kern/176104: [iwn] iwn0: iwn_intr: fatal firmware error Date: Tue, 25 Jun 2013 12:48:16 +0100 (BST) From hiren.panchasara@gmail.com Mon Jun 24 19:31:55 2013 Assuming you have 4965 chipset, yes, I do: iwn0@pci0:3:0:0: class=0x028000 card=0x11108086 chip=0x42308086 rev=0x61 hdr=0x00 vendor = 'Intel Corporation' device = 'PRO/Wireless 4965 AG or AGN [Kedron] Network Connection' class = network iwn0: mem 0xdf2fe000-0xdf2fffff irq 17 at device 0.0 on pci3 and I have: device iwn # Intel 4965/1000/5000/6000 wireless NICs. device iwn4965fw in the kernel config. this seems to be some weird firmware error. I see many users (including linux) reporting similar issues but could not find any definitive solution. At most you can try getting the latest firmware for your chipset and try it out. Probably from http://wireless.kernel.org/en/users/Drivers/iwlegacy # cat /usr/src/sys/modules/iwnfw/iwn4965/Makefile # $FreeBSD: head/sys/modules/iwnfw/iwn4965/Makefile 201209 2009-12-29 19:47:34Z rpaulo $ KMOD= iwn4965fw IMG= iwlwifi-4965-228.61.2.24 .include # According to your link, this is the latest version. However, there is a question mark (?) against it. I don't know what it means, perhaps that they are not sure if it works correctly. I wonder if an earlier version should be used instead? Thanks Anton