I think you need to install the IPW 2200 firmware which is NOT open source code, and therefore NOT included in the standard Fedora rollout. You can type the following to install the firmware via yum:
Code:
$ su
[enter your root password here]
# yum install ipw2200-firmware
Then reboot and that should do it. If it doesn't work (i.e. you get some sort of error message like "package not found", then you first need to install the freshrpms repository like so:
Code:
$ su -
[enter your root password here]
# rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/5/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
assuming you are using Fedora Core 5, and then repeat the above yum install command...
Let us know if that does not work for you