From owner-freebsd-mobile@FreeBSD.ORG Mon Sep 26 05:21:42 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F2F16A41F for ; Mon, 26 Sep 2005 05:21:42 +0000 (GMT) (envelope-from andy@neu.net) Received: from orion.dandy.net (orion.dandy.net [209.128.224.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BD943D48 for ; Mon, 26 Sep 2005 05:21:41 +0000 (GMT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by orion.dandy.net (Postfix) with ESMTP id 152F45C286; Mon, 26 Sep 2005 01:21:40 -0400 (EDT) Date: Mon, 26 Sep 2005 01:21:40 -0400 (EDT) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: Adrian Frith In-Reply-To: <43375424.2080905@leg.uct.ac.za> Message-ID: References: <20050925235500.33783.qmail@web32812.mail.mud.yahoo.com> <43375424.2080905@leg.uct.ac.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Brian , freebsd-mobile@freebsd.org Subject: Re: =?iso-8859-1?q?Intel=AE_PRO/Wireless_2100/2200BG/2225BG/2915A?= =?iso-8859-1?q?BG?= X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 05:21:42 -0000 On Mon, 26 Sep 2005, Adrian Frith wrote: > Brian wrote: > > I did the ports install /usr/ports/net/iwi-firmware > > It installed > > Then > > # kldload -v if_ip > > but when I do # dmesg | grep ip I get nothing > > # ipwcontrol -i ipw0 -f /usr/local/share/ipw-firmware/ipw.fw > > ipwcontrol: Command Not Found > > That's because there are two separate drivers: ipw for the 21xx chipset, > and iwi for the 22xx/29xx chipset. If you have a 22xx or a 29xx (which I > assume since your previous email was about the T43), then those commands > should be > # kldload -v if_iwi > and > # iwicontrol -i iwi0 -m bss -f /usr/local/share/iwi-firmware > > Cheers, > Adrian > > Adrian: I have a Thinkpad R51, and it has a 2200BG card installed. I tried the command you suggested, but it did not work. Here is what I did: installed /usr/pots/net/iwi-firmware/iwi-firmware-2.3_1 kldload -v if_iwi kldstat shows if_iwi.ko when I issue iwicontrol -i iwi0 -m bss -f /usr/local/share/iwi-firmware, I receive: illegal option f I also tried iwicontrol -i iwi0 -d /usr/local/share/iwi-firmware -m bss, and I get: Can't load firmware to driver: Device not configured Any suggestions for help are appreciated. TIA, Andy