I'm having extreme difficulty trying to get the drivers and firmware installed for the Intel Pro/Wireless IPW2200BG card on my Toshiba Satellite running Fedora 3 2.6.12-1.1381_FC3. When I untar the driver and try "make", I get the following:
make -C /lib/modules/2.6.12-1.1381_FC3/build SUBDIRS=/usr/local/src/intel_ipw2200/ipw2200-1.0.0 MODVERDIR=/usr/local/src/intel_ipw2200/ipw2200-1.0.0 modules
make[1]: Entering directory `/lib/modules/2.6.12-1.1381_FC3/build'
CC [M] /usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.o
In file included from /usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.h:50,
from /usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:33:
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ieee80211.h:636: error: redefinition of 'is_multicast_ether_addr'
include/linux/etherdevice.h:67: error: previous definition of 'is_multicast_ether_addr' was here
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c: In function `ipw_pci_suspend':
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:7239: warning: ignoring return value of `pci_set_power_state', declared with attribute warn_unused_result
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c: In function `ipw_pci_resume':
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:7252: warning: ignoring return value of `pci_set_power_state', declared with attribute warn_unused_result
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:7253: warning: ignoring return value of `pci_enable_device', declared with attribute warn_unused_result
make[2]: *** [/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.o] Error 1
make[1]: *** [_module_/usr/local/src/intel_ipw2200/ipw2200-1.0.0] Error 2
make[1]: Leaving directory `/lib/modules/2.6.12-1.1381_FC3/build'
make: *** [modules] Error 2
Any ideas would be very helpful. I've been out to the sourceforce.net site and still not able to resolve this situation.
Thanks,
cmarchman
make -C /lib/modules/2.6.12-1.1381_FC3/build SUBDIRS=/usr/local/src/intel_ipw2200/ipw2200-1.0.0 MODVERDIR=/usr/local/src/intel_ipw2200/ipw2200-1.0.0 modules
make[1]: Entering directory `/lib/modules/2.6.12-1.1381_FC3/build'
CC [M] /usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.o
In file included from /usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.h:50,
from /usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:33:
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ieee80211.h:636: error: redefinition of 'is_multicast_ether_addr'
include/linux/etherdevice.h:67: error: previous definition of 'is_multicast_ether_addr' was here
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c: In function `ipw_pci_suspend':
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:7239: warning: ignoring return value of `pci_set_power_state', declared with attribute warn_unused_result
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c: In function `ipw_pci_resume':
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:7252: warning: ignoring return value of `pci_set_power_state', declared with attribute warn_unused_result
/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.c:7253: warning: ignoring return value of `pci_enable_device', declared with attribute warn_unused_result
make[2]: *** [/usr/local/src/intel_ipw2200/ipw2200-1.0.0/ipw2200.o] Error 1
make[1]: *** [_module_/usr/local/src/intel_ipw2200/ipw2200-1.0.0] Error 2
make[1]: Leaving directory `/lib/modules/2.6.12-1.1381_FC3/build'
make: *** [modules] Error 2
Any ideas would be very helpful. I've been out to the sourceforce.net site and still not able to resolve this situation.
Thanks,
cmarchman