From owner-freebsd-current@FreeBSD.ORG Fri Mar 13 16:01:15 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 2ED3F1065670 for ; Fri, 13 Mar 2009 16:01:15 +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 024F18FC19 for ; Fri, 13 Mar 2009 16:01:14 +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 n2DG1ELX050664 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Mar 2009 09:01:14 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49BA834A.4010305@freebsd.org> Date: Fri, 13 Mar 2009 09:01:14 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Nicolas References: <49BA4ED5.8080105@wanadoo.fr> In-Reply-To: <49BA4ED5.8080105@wanadoo.fr> 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: Intel PRO/Wireless 5100AGN support 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, 13 Mar 2009 16:01:15 -0000 Nicolas wrote: > Hi, > > I'm trying to use my wireless card Intel(R) PRO/Wireless 5100AGN. > > I added to the file "/usr/src/sys/dev/iwn/if_iwn.c" the code "{ > 0x8086, 0x4237, "Intel(R) PRO/Wireless 5100AGN" }," > > After, i found on the net the file > "iwlwifi-5000-ucode-5.4.A.11.tar.gz" which contains the firmware code > "iwlwifi-5000-1.ucode". > I have converted with the command: "b64encode iwlwifi-5000-1.ucode > iwlwifi-5000-1.fw.uu > iwlwifi-5000-1.fw.uu" > Then I changed the file "/usr/src/sys/modules/iwnfw/Makefile" to match > the new file "iwlwifi-5000-1.fw.uu > > After all modules load (driver + firmware), she was recognized as: > > iwn0: mem 0xde000000-0xde001fff irq 16 > at device 0.0 on pci2 > iwn0: Reg Domain: , address 00:21:6b:2b:78:04 > iwn0: iwn_read_eeprom_ht40: no entry for channel 124 > iwn0: iwn_read_eeprom_ht40: no entry for channel 132 > iwn0: iwn_read_eeprom_ht40: no entry for channel 149 > iwn0: iwn_read_eeprom_ht40: no entry for channel 157 > iwn0: [ITHREAD] > iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps > 24Mbps 36Mbps 48Mbps 54Mbps > iwn0: 11ng MCS: 15Mbps 30Mbps 45Mbps 60Mbps 90Mbps 120Mbps 135Mbps > 150Mbps 30Mbps 60Mbps 90Mbps 120Mbps 180Mbps 240Mbps 270Mbps 300Mbps > > But when i try to connect to the web, i have this message: > > iwn0: iwn_transfer_firmware: invalid firmware header, main > [128504,49152], init [118176,49152] boot 0 > iwn0: iwn_init_locked: could not load firmware, error 22 > > Is this a problem of conversion ? > The conversion input command is bad ? > Parts >4965 require driver mods. Noone has stepped up to work on it. Sam