From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 23:33:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5C0B16A406 for ; Wed, 28 Mar 2007 23:33:34 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-242.sw.biz.rr.com [64.183.212.242]) by mx1.freebsd.org (Postfix) with ESMTP id 97A2813C44B for ; Wed, 28 Mar 2007 23:33:34 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l2SNXW9N059407 for ; Wed, 28 Mar 2007 18:33:32 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Date: Wed, 28 Mar 2007 18:33:32 -0500 From: Jonathan Horne To: freebsd-questions@freebsd.org Message-Id: <20070328183332.153ae8a4.freebsd@dfwlp.com> In-Reply-To: <000001c77153$e2001930$94025e0a@dev.ciberpgh.com> References: <000001c77153$e2001930$94025e0a@dev.ciberpgh.com> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pollux.dfwlp.com Subject: Re: iwi-firmware port 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: Wed, 28 Mar 2007 23:33:34 -0000 On Wed, 28 Mar 2007 12:12:28 -0400 "Timothy Radigan" wrote: > Hey all, > > > > I installed the iwi-firmware and iwi-firmware-kmod ports and I am now > > trying to load specific firmware on the iwi adapter but it keeps failing. > > The port installs fine and puts the firmware to /boot/firmware. The docs > > for iwicontrol state to load firmware for a specific function issue a: > > > > iwicontrol -i iwi0 -d /boot/firmware -m bss > > > > Every time I issue that command I get an error saying it cannot load > > firmware: Invalid argument. > > > > The system is FreeBSD 6.2 with an Intel PRO Wireless 2200BG adapter. I > > have the most up to date stable source and ports tree. > > > > I also tried the ipw-firmware port but that did not pick up my adapter > > when I loaded the kernel module. > > > > Any ideas? here are some examples from my laptop, an IBM T42, with the same wireless adapter as yours. in /etc/rc.conf: ifconfig_iwi0="DHCP WPA" iwi_enable="YES" iwi_interfaces="iwi0" iwi_mod_iwi0="bss" in /etc/wpa_supplicant.conf: network={ ssid="network" psk="wpa-passwd" } and in /boot/loader.conf: # Wireless Network - Intel BG2200 if_iwi_load="YES" wlan_acl_load="YES" wlan_wep_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" wlan_xauth_load="YES" and finally, the port: [jhorne@rigel ~]$ pkg_info |grep iwi iwi-firmware-kmod-3.0_2 Intel PRO/Wireless 2200 Firmware Kernel Module hope this helps, jonathan