From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 23:55:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F87F106564A for ; Tue, 14 Apr 2009 23:55:02 +0000 (UTC) (envelope-from s0x7c0@netspace.net.au) Received: from mail.netspace.net.au (mail-out2.netspace.net.au [203.10.110.72]) by mx1.freebsd.org (Postfix) with ESMTP id D6D808FC08 for ; Tue, 14 Apr 2009 23:55:01 +0000 (UTC) (envelope-from s0x7c0@netspace.net.au) Received: from [127.0.0.1] (114-198-4-209.VIC.netspace.net.au [114.198.4.209]) by mail.netspace.net.au (Postfix) with ESMTP id 97F046B96E for ; Wed, 15 Apr 2009 09:54:59 +1000 (EST) Message-ID: <49E5224C.8@netspace.net.au> Date: Wed, 15 Apr 2009 09:54:52 +1000 From: Brett Wiggins User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: iwi device not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 23:55:02 -0000 Hi, I have recently built a new kernel to get my intel 2200 wireless adapter working and am still having some problems. I put the following in my kernel config file; device iwi device pci device wlan device firmware I compiled and installed the new kernel successfully. I also pplaced the following in my /boot/loader.conf file; legal.intel_iwi.license_ack=1 iwi_base_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" but when I try the following; dhclient iwi0 i get; iwi0: no link........................... giving up also when I try ifconfig iwi0 up scan the system just hangs. I have had a look at /var/log/messages and found the following lines: module_register_init : MOD_LOAD (iwi_bss_fw, 0xc45f25a0, 0) error 1 kernel: firmware_get : failed to load firmware image iwi_base kernel : iwi0 : could not load firmware I have no idea what any of this means, Thanks for any help, Brett.