Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 11:50:01 GMT
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        freebsd-wireless@FreeBSD.org
Subject:   Re: kern/176104: [iwn] iwn0: iwn_intr: fatal firmware error
Message-ID:  <201306251150.r5PBo1L8050342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/176104; it has been noted by GNATS.

From: Anton Shterenlikht <mexas@bris.ac.uk>
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: <Intel Wireless WiFi Link 4965> 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 <bsd.kmod.mk>
 #
 
 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
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251150.r5PBo1L8050342>