Hi
I downloaded ipw2200-1.2.0, ieee80211-1.2.16
and stored them in /home/root and followed instructions from those sourceforge websites and they just don't work.
[root@einstein src]# uname -a
Linux einstein 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i686 i686 i386 GNU/Linux
part 1 issue -
I did
[root@einstein ipw2200-1.2.0]# ls
CHANGES dvals idvals ipw2200.h load restart verify_wifi_hw
compat.c FILES INSTALL ipwstats.c Makefile status
compat.h filters in-tree ISSUES README.ipw2200 tmp
config GIT_SHA1 ipw2200.c LICENSE remove-old unload
[root@einstein ipw2200-1.2.0]# make
ERROR: ieee80211.h not found in '/lib/modules/2.6.18-1.2798.fc6/include'.
You need to install the ieee80211 subsystem from
http://ieee80211.sf.net
and point this build to the location where you installed those sources, eg.:
% make IEEE80211_INC=/usr/src/ieee80211/
will look for ieee80211.h in /usr/src/ieee80211/net/
make: *** [check_inc] Error 1
so I downloaded ieee80211-1.2.16
In ieee80211-1.2.16 subdir
I typed
[root@einstein ieee80211-1.2.16]# ls
CHANGES ieee80211_crypt_ccmp.c ieee80211_rx.c LICENSE
compat.h ieee80211_crypt_tkip.c ieee80211_tx.c Makefile
GIT_SHA1 ieee80211_crypt_wep.c ieee80211_wx.c net
idvals ieee80211_geo.c INSTALL remove-old
ieee80211_crypt.c ieee80211_module.c in-tree
[root@einstein ieee80211-1.2.16]# make
Checking in /lib/modules/2.6.18-1.2798.fc6 for ieee80211 components...
find: /lib/modules/2.6.18-1.2798.fc6/build/: No such file or directory
egrep: /lib/modules/2.6.18-1.2798.fc6/build//.config: No such file or directory
egrep: /lib/modules/2.6.18-1.2798.fc6/build//include/linux/autoconf.h: No such file or directory
find: /lib/modules/2.6.18-1.2798.fc6/build/: No such file or directory
make -C /lib/modules/2.6.18-1.2798.fc6/build M=/home/root/ieee80211-1.2.16 modules
make: *** /lib/modules/2.6.18-1.2798.fc6/build: No such file or directory. Stop.
make: *** [modules] Error 2
[root@einstein ieee80211-1.2.16]#
So I changed to another dir
[root@einstein 2.6.18-1.2798.fc6]# pwd
/lib/modules/2.6.18-1.2798.fc6
[root@einstein 2.6.18-1.2798.fc6]# ls -lrt
total 1248
drwxr-xr-x 2 root root 4096 Oct 16 14:45 weak-updates
drwxr-xr-x 2 root root 4096 Oct 16 14:45 updates
drwxr-xr-x 2 root root 4096 Oct 16 14:45 extra
lrwxrwxrwx 1 root root 47 Mar 23 16:23 build -> ../../../usr/src/kernels/2.6.18-1.2798.fc6-i586
drwxr-xr-x 9 root root 4096 Mar 23 16:23 kernel
lrwxrwxrwx 1 root root 5 Mar 23 16:23 source -> build
-rw-r--r-- 1 root root 303364 Mar 23 16:23 modules.usbmap
-rw-r--r-- 1 root root 109160 Mar 23 16:23 modules.symbols
-rw-r--r-- 1 root root 841 Mar 23 16:23 modules.seriomap
-rw-r--r-- 1 root root 193383 Mar 23 16:23 modules.pcimap
-rw-r--r-- 1 root root 74 Mar 23 16:23 modules.ofmap
-rw-r--r-- 1 root root 12159 Mar 23 16:23 modules.isapnpmap
-rw-r--r-- 1 root root 375 Mar 23 16:23 modules.inputmap
-rw-r--r-- 1 root root 813 Mar 23 16:23 modules.ieee1394map
-rw-r--r-- 1 root root 263352 Mar 23 16:23 modules.dep
-rw-r--r-- 1 root root 69 Mar 23 16:23 modules.ccwmap
-rw-r--r-- 1 root root 255105 Mar 23 16:23 modules.alias
[root@einstein 2.6.18-1.2798.fc6]#
[root@einstein redhat]# which ndiswrapper
/usr/bin/which: no ndiswrapper in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
I'm a newbie. I appreciate any help from anyone here
to get this to work.
Thank you