Date: Mon, 26 Sep 2005 03:51:32 +0200 From: Adrian Frith <adrian@leg.uct.ac.za> To: Brian <kansascity_guy2005@yahoo.com> Cc: freebsd-mobile@freebsd.org Subject: Re: =?iso-8859-1?q?Intel=AE_PRO/Wireless_2100/2200BG/2225BG/2915A?= =?iso-8859-1?q?BG?= Message-ID: <43375424.2080905@leg.uct.ac.za> In-Reply-To: <20050925235500.33783.qmail@web32812.mail.mud.yahoo.com> References: <20050925235500.33783.qmail@web32812.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 Frith - UCT Comp.Sci. Student - UNIX Geek "Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement." -- Gandalf the Grey, Lord of the Rings Book One Chapter II
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43375424.2080905>