PDA

View Full Version : Ipw220


mafioso1823
2006-05-04, 05:57 PM CDT
I've seen a lot of posts on this same issue but haven't found the right one yet...I am trying to install ipw2200-1.1.0 driver on a new fedora core 5 install with the ieee80211 stack but i keep getting the following errors:


[root@localhost ipw2200-1.1.0]# make
mkdir -p /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/tmp/.tmp_versions
cp /lib/modules/2.6.15-1.2054_FC5/net/ieee80211/.tmp_versions/*.mod /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/tmp/.tmp_versions
make -C /lib/modules/2.6.15-1.2054_FC5/build M=/var/tmp/intel_ipw2200_110/ipw2200-1.1.0 MODVERDIR=/var/tmp/intel_ipw2200_110/ipw2200-1.1.0/tmp/.tmp_versions modules
make[1]: Entering directory `/usr/src/redhat/BUILD/kernel-2.6.15/linux-2.6.15.noarch'
CC [M] /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.o
In file included from include/linux/fs.h:220,
from include/linux/mm.h:16,
from include/asm/pci.h:9,
from include/linux/pci.h:648,
from /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.h:46,
from /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.c:33:
include/linux/mutex.h:46: error: redefinition of âstruct semaphoreâ
In file included from include/linux/fs.h:220,
from include/linux/mm.h:16,
from include/asm/pci.h:9,
from include/linux/pci.h:648,
from /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.h:46,
from /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.c:33:
include/linux/mutex.h:77:1: warning: "mutex_init" redefined
In file included from /var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.c:33:
/var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.h:41:1: warning: this is the location of the previous definition
make[2]: *** [/var/tmp/intel_ipw2200_110/ipw2200-1.1.0/ipw2200.o] Error 1
make[1]: *** [_module_/var/tmp/intel_ipw2200_110/ipw2200-1.1.0] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/kernel-2.6.15/linux-2.6.15.noarch'
make: *** [modules] Error 2


Can someone please help me out with this?