From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 24 22:00:23 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B9C576 for ; Sat, 24 Nov 2012 22:00:23 +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 E54828FC15 for ; Sat, 24 Nov 2012 22:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOM00D7067516 for ; Sat, 24 Nov 2012 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAOM00vm067503; Sat, 24 Nov 2012 22:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 24 Nov 2012 22:00:00 GMT Resent-Message-Id: <201211242200.qAOM00vm067503@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EA09E40 for ; Sat, 24 Nov 2012 21:51:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 83F0F8FC0C for ; Sat, 24 Nov 2012 21:51:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOLpjt7076533 for ; Sat, 24 Nov 2012 21:51:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qAOLpjVg076526; Sat, 24 Nov 2012 21:51:45 GMT (envelope-from nobody) Message-Id: <201211242151.qAOLpjVg076526@red.freebsd.org> Date: Sat, 24 Nov 2012 21:51:45 GMT From: Johannes Meixner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/173898: iwn(4) DOES support 6235 chip. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 22:00:23 -0000 >Number: 173898 >Category: misc >Synopsis: iwn(4) DOES support 6235 chip. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 24 22:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Johannes Meixner >Release: 10.0-CURRENT >Organization: Goldener Grund OÜ >Environment: FreeBSD 10.0-CURRENT #7 r243502M: Sat Nov 24 22:51:00 EET 2012 >Description: As a follow-up to kern/169433: iwn(4) doesn't support 6235 chip. and http://forums.freebsd.org/showthread.php?t=35467 I managed to get WiFi running on my Intel Centrino Advanced-N 6235 chip on the newest firmware downloaded from http://intellinuxwireless.org/ . After finding out the chip's numbers with pciconf -lbcev I added one line to if_iwn.c, recompiled the module and it worked. Please find attached the output from `svn diff` in /usr/src. Required steps in order to get it working are documented in the forum post mentioned above. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sys/dev/iwn/if_iwn.c =================================================================== --- sys/dev/iwn/if_iwn.c (revision 243502) +++ sys/dev/iwn/if_iwn.c (working copy) @@ -93,6 +93,7 @@ { 0x8086, 0x0886, "Intel Centrino Wireless-N + WiMAX 6150" }, { 0x8086, 0x0896, "Intel Centrino Wireless-N 130" }, { 0x8086, 0x0887, "Intel Centrino Wireless-N 130" }, + { 0x8086, 0x088e, "Intel Centrino Advanced-N 6235" }, { 0x8086, 0x08ae, "Intel Centrino Wireless-N 100" }, { 0x8086, 0x08af, "Intel Centrino Wireless-N 100" }, { 0x8086, 0x4229, "Intel Wireless WiFi Link 4965" }, Index: sys/modules/iwnfw/iwn6000g2b/Makefile =================================================================== --- sys/modules/iwnfw/iwn6000g2b/Makefile (revision 243502) +++ sys/modules/iwnfw/iwn6000g2b/Makefile (working copy) @@ -1,6 +1,6 @@ # $FreeBSD$ KMOD= iwn6000g2bfw -IMG= iwlwifi-6000g2b-17.168.5.2 +IMG= iwlwifi-6000g2b-18.168.6.1 .include >Release-Note: >Audit-Trail: >Unformatted: