I have been trying to get my wireless card on my ASUS laptop installed. It is an Intel(R) PRO/Wireless 3945ABG Net wireless card. I have tried downloading the packages and installing it and have been having problems. I ran a script of my attempts to run make and make file, it is at the end of this post. I am lost at this point, any suggestions would be appreciated.
Thanks,
Jonathan
make
Checking in /lib/modules/2.6.9-42.0.10.EL for ieee80211 components...
make -C /lib/modules/2.6.9-42.0.10.EL/build M=/root/ieee80211-1.2.16 modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
CC [M] /root/ieee80211-1.2.16/ieee80211_module.o
In file included from /root/ieee80211-1.2.16/ieee80211_module.c:52:
/root/ieee80211-1.2.16/compat.h:70: error: redefinition of 'is_multicast_ether_addr'
include/linux/etherdevice.h:60: error: previous definition of 'is_multicast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:76: error: redefinition of typedef 'gfp_t'
include/linux/gfp.h:133: error: previous declaration of 'gfp_t' was here
/root/ieee80211-1.2.16/compat.h:79: error: redefinition of 'is_broadcast_ether_addr'
include/linux/etherdevice.h:65: error: previous definition of 'is_broadcast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:94: error: redefinition of 'compare_ether_addr'
include/linux/etherdevice.h:109: error: previous definition of 'compare_ether_addr' was here
make[2]: *** [/root/ieee80211-1.2.16/ieee80211_module.o] Error 1
make[1]: *** [_module_/root/ieee80211-1.2.16] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
make: *** [modules] Error 2
]0;root@localhost:~/ieee80211-1.2.16 [root@localhost ieee80211-1.2.16]# make file
make: *** No rule to make target `file'. Stop.
]0;root@localhost:~/ieee80211-1.2.16 [root@localhost ieee80211-1.2.16]# makefile
bash: makefile: command not found
]0;root@localhost:~/ieee80211-1.2.16 [root@localhost ieee80211-1.2.16]# M[Kmake install
make -C /lib/modules/2.6.9-42.0.10.EL/build M=/root/ieee80211-1.2.16 modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
CC [M] /root/ieee80211-1.2.16/ieee80211_module.o
In file included from /root/ieee80211-1.2.16/ieee80211_module.c:52:
/root/ieee80211-1.2.16/compat.h:70: error: redefinition of 'is_multicast_ether_addr'
include/linux/etherdevice.h:60: error: previous definition of 'is_multicast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:76: error: redefinition of typedef 'gfp_t'
include/linux/gfp.h:133: error: previous declaration of 'gfp_t' was here
/root/ieee80211-1.2.16/compat.h:79: error: redefinition of 'is_broadcast_ether_addr'
include/linux/etherdevice.h:65: error: previous definition of 'is_broadcast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:94: error: redefinition of 'compare_ether_addr'
include/linux/etherdevice.h:109: error: previous definition of 'compare_ether_addr' was here
make[2]: *** [/root/ieee80211-1.2.16/ieee80211_module.o] Error 1
make[1]: *** [_module_/root/ieee80211-1.2.16] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
make: *** [modules] Error 2
Thanks,
Jonathan
make
Checking in /lib/modules/2.6.9-42.0.10.EL for ieee80211 components...
make -C /lib/modules/2.6.9-42.0.10.EL/build M=/root/ieee80211-1.2.16 modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
CC [M] /root/ieee80211-1.2.16/ieee80211_module.o
In file included from /root/ieee80211-1.2.16/ieee80211_module.c:52:
/root/ieee80211-1.2.16/compat.h:70: error: redefinition of 'is_multicast_ether_addr'
include/linux/etherdevice.h:60: error: previous definition of 'is_multicast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:76: error: redefinition of typedef 'gfp_t'
include/linux/gfp.h:133: error: previous declaration of 'gfp_t' was here
/root/ieee80211-1.2.16/compat.h:79: error: redefinition of 'is_broadcast_ether_addr'
include/linux/etherdevice.h:65: error: previous definition of 'is_broadcast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:94: error: redefinition of 'compare_ether_addr'
include/linux/etherdevice.h:109: error: previous definition of 'compare_ether_addr' was here
make[2]: *** [/root/ieee80211-1.2.16/ieee80211_module.o] Error 1
make[1]: *** [_module_/root/ieee80211-1.2.16] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
make: *** [modules] Error 2
]0;root@localhost:~/ieee80211-1.2.16 [root@localhost ieee80211-1.2.16]# make file
make: *** No rule to make target `file'. Stop.
]0;root@localhost:~/ieee80211-1.2.16 [root@localhost ieee80211-1.2.16]# makefile
bash: makefile: command not found
]0;root@localhost:~/ieee80211-1.2.16 [root@localhost ieee80211-1.2.16]# M[Kmake install
make -C /lib/modules/2.6.9-42.0.10.EL/build M=/root/ieee80211-1.2.16 modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
CC [M] /root/ieee80211-1.2.16/ieee80211_module.o
In file included from /root/ieee80211-1.2.16/ieee80211_module.c:52:
/root/ieee80211-1.2.16/compat.h:70: error: redefinition of 'is_multicast_ether_addr'
include/linux/etherdevice.h:60: error: previous definition of 'is_multicast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:76: error: redefinition of typedef 'gfp_t'
include/linux/gfp.h:133: error: previous declaration of 'gfp_t' was here
/root/ieee80211-1.2.16/compat.h:79: error: redefinition of 'is_broadcast_ether_addr'
include/linux/etherdevice.h:65: error: previous definition of 'is_broadcast_ether_addr' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:84: error: conflicting types for 'kzalloc'
include/linux/slab.h:101: error: previous declaration of 'kzalloc' was here
/root/ieee80211-1.2.16/compat.h:94: error: redefinition of 'compare_ether_addr'
include/linux/etherdevice.h:109: error: previous definition of 'compare_ether_addr' was here
make[2]: *** [/root/ieee80211-1.2.16/ieee80211_module.o] Error 1
make[1]: *** [_module_/root/ieee80211-1.2.16] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.0.10.EL-i686'
make: *** [modules] Error 2