It's a wireless card, correct? As far as I know, the package contains firmware for it. It should be unpacked into the /lib/firmware directory. Check if it's present in your system (and if firmware is already in it). If not, create it. Then try as root
tar zvxf ipw2200_linux_1_2_0.tgz -C /lib/firmware
modprobe ipw2200
iwconfig
What do you see in the output?
|