<br><br><div><span class="gmail_quote">On 12/6/05, <b class="gmail_sendername">Pabo R. Canto</b> &lt;<a href="mailto:pcanto@4m.com.ar">pcanto@4m.com.ar</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Szabo Akos wrote:<br><br>&gt; On Mon, 5 Dec 2005, Justin Conover wrote:<br>&gt;<br>&gt;&gt; I did this, wrote it up and thought I would share if anyone can't get<br>&gt;&gt; wireless going with ipw2200.<br>&gt;<br>&gt;<br>
&gt; It's work for me the stock kernel driver too (I compile my own kernel):<br>&gt;<br>&gt; [fonya@cella ~]$ lsmod<br>&gt;
Module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Size&nbsp;&nbsp;Used
by<br>&gt; ipw2200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;70440&nbsp;&nbsp;0<br>&gt;<br>&gt; [fonya@cella ~]$ modinfo ipw2200<br>&gt; filename:<br>&gt; /lib/modules/2.6.14-cella/kernel/drivers/net/wireless/ipw2200.ko<br>&gt; description:&nbsp;&nbsp;&nbsp;&nbsp;Intel(R) PRO/Wireless 2200/2915 Network Driver
<br>&gt; version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.0.0<br>&gt;<br>The diference betwen the kernel stock driver and the explanation form<br>Justin is the functionality of the driver the new version for example<br>add compatibility with wpa_supplicant and wext compatibility to support
<br>WPA ans WPA2 and many others.<br><br>So, I add some ideas for the clean and fast instalation of ipw2200 /<br>ipw2100 in Fedora!<br><br>#IPW fast-do<br><br>#First login as root<br>&nbsp;&nbsp;&nbsp;&nbsp;su -<br>&nbsp;&nbsp;&nbsp;&nbsp;(put the root password on prompt)
<br><br>#Make clean space:<br>&nbsp;&nbsp;&nbsp;&nbsp;mkdir -p /tmp/ipw<br>&nbsp;&nbsp;&nbsp;&nbsp;cd /tmp/ipw<br><br>#Get the files sources in /tmp/ipw<br><br># <a href="http://ieee80211.sourceforge.net/downloads.php">http://ieee80211.sourceforge.net/downloads.php
</a><br>&lt;<a href="http://ieee80211.sourceforge.net/downloads.php">http://ieee80211.sourceforge.net/downloads.php</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;wget -c<br><a href="http://voxel.dl.sourceforge.net/sourceforge/ieee80211/ieee80211-1.1.6.tgz">
http://voxel.dl.sourceforge.net/sourceforge/ieee80211/ieee80211-1.1.6.tgz</a><br># <a href="http://ipw2200.sourceforge.net/downloads.php">http://ipw2200.sourceforge.net/downloads.php</a><br>&lt;<a href="http://ipw2200.sourceforge.net/downloads.php">
http://ipw2200.sourceforge.net/downloads.php</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;wget -c<br><a href="http://internap.dl.sourceforge.net/sourceforge/ipw2200/ipw2200-1.0.8.tgz">http://internap.dl.sourceforge.net/sourceforge/ipw2200/ipw2200-1.0.8.tgz
</a><br># <a href="http://ipw2200.sourceforge.net/firmware.php">http://ipw2200.sourceforge.net/firmware.php</a><br>&lt;<a href="http://ipw2200.sourceforge.net/firmware.php">http://ipw2200.sourceforge.net/firmware.php</a>&gt; grab the 
2.4 firmware<br><br>#Expand the file in /tmp/ipw<br>&nbsp;&nbsp;&nbsp;&nbsp;tar xvfz ipw2200-1.0.8.tgz<br>&nbsp;&nbsp;&nbsp;&nbsp;tar xvfz ieee80211-1.1.6.tgz<br>&nbsp;&nbsp;&nbsp;&nbsp;tar xvfz /home/justin/downloads/ipw2200/ipw2200-fw-2.4.tgz /lib/firmware<br><br>#Clean the old staff (files from the fedora kernel modules)
<br>&nbsp;&nbsp;&nbsp;&nbsp;rm -rf /lib/modules/$(uname -r)/kernel/drivers/net/wireless/ipw*<br>&nbsp;&nbsp;&nbsp;&nbsp;rm -rf /lib/modules/$(uname -r)/net/ieee80211<br><br>#Make the binary in /tmp/ipw<br>&nbsp;&nbsp;&nbsp;&nbsp;cd ieee80211-1.1.6<br>&nbsp;&nbsp;&nbsp;&nbsp;make<br>&nbsp;&nbsp;&nbsp;&nbsp;# On question reponse &quot;y&quot; to all
<br>&nbsp;&nbsp;&nbsp;&nbsp;Above files found. Remove? [y],n y<br>&nbsp;&nbsp;&nbsp;&nbsp;Above definitions found. Comment out? [y], n y<br>&nbsp;&nbsp;&nbsp;&nbsp;make install<br><br>&nbsp;&nbsp;&nbsp;&nbsp;cd ../<br>&nbsp;&nbsp;&nbsp;&nbsp;cd ipw2200-1.0.8<br>&nbsp;&nbsp;&nbsp;&nbsp;make<br>&nbsp;&nbsp;&nbsp;&nbsp;# On question reponse &quot;y&quot; to all<br>
&nbsp;&nbsp;&nbsp;&nbsp;Above definitions found. Comment out? [y], n y<br>&nbsp;&nbsp;&nbsp;&nbsp;make install<br><br><br>#Final load the module and be happy<br>&nbsp;&nbsp;&nbsp;&nbsp;/tmp/ipw/ipw2200-1.0.8/load<br><br>#clean the room<br>rm -rf /tmp/ipw<br><br><br>This is my first how to :)
<br><br>Byte^2,<br>Pablo.-<br><br>PD: in the <a href="http://2.6.14.2">2.6.14.2</a> the defoult ipw2200 module is the<br>PD: sorry mi english I am spanish speker (Santa Fe, Argentina)<br><br>--<br>fedora-test-list mailing list
<br><a href="mailto:fedora-test-list@redhat.com">fedora-test-list@redhat.com</a><br>To unsubscribe:<br><a href="https://www.redhat.com/mailman/listinfo/fedora-test-list">https://www.redhat.com/mailman/listinfo/fedora-test-list
</a><br></blockquote></div><br>
<br>
I wouldn't say that was much different than I already had ;-)<br>
<br>
Plus I wouldn't store it in /tmp or rm -fr it, rawhide kernels change
like the days in the week.&nbsp; You will want to keep the sources
around, you know what I mean.<br>