This is an old revision of the document!
At this point in time, this page is far from complete. In the interim, useful information will be included here. Also do a Forum Search for additional information.
—-Get the patch and the driver—-
wget http://superb-west.dl.sourceforge.net/sourceforge/ipw2200/ipw2200-1.2.1.tgz wget http://www.box.net/shared/j3qvacbbmb
—-Patch the driver—-
tar zxvf ipw2200-1.2.1.tgz tar zxvf ipw2200-1.2.1-inject_patch.tar.gz patch ipw2200-1.2.1/ipw2200.c ipw2200-1.2.1-inject.patch patch ipw2200-1.2.1/Makefile ipw2200-1.2.1-inject_Makefile.patch cd ipw2200-1.2.1 sudo ./remove-old sudo make sudo make install