Okay... Today I have spent alot of time with this and I can do everything except for connecting to wpa and Spoonwep. Further investigation has shown that everything works just fine once connected to an open/wep AP, however wpa still refuses to connect. I have tried the iwpriv commands I posted before, as well as some slightly different ones SV had posted in a different thread, and even tried to configure wpa_supplicant.conf (a flailing attempt, I know it doesnt work for our driver but it didnt take long and was worth a shot).
After this I attempted to try different drivers. I downloaded the official one from Edimax and rt73-k2wrlz-2.0.1.tar.bz2, an earlier version of the current driver. This is where my latest problem begins.
I cant seem to do a make install, every time I try to make install the driver (as instructed by the read me) I get the error listed below. I get a similar error when trying to make install the rt73-k2wrlz-2.0.1 driver as well.
Code:
bt ~ # cd /usr/src/RT73/2008_0117_RT73_Linux_STA_Drv1.1.0.0/Module
bt Module # ls
Configure connect.c netif_block.h rtmp_type.h
Makefile ifcfg-rausb0 oid.h rtmp_wep.c
Makefile.4 iwpriv_usage.txt rt73.bin rtmp_wext.c
Makefile.6 link_list.h rt73.h rtmp_wext.h
Makefile.CMPC load rt73sta.dat rtusb_bulk.c
Module.symvers md5.c rt_config.h rtusb_data.c
README md5.h rt_user.c rtusb_io.c
ReleaseNote mlme.c rtmp.h sanity.c
STA_iwpriv_ATE_usage.txt mlme.h rtmp_def.h sync.c
assoc.c mlme_ex.c rtmp_info.c unload
auth.c mlme_ex.h rtmp_init.c wpa.c
auth_rsp.c mlme_ex_def.h rtmp_main.c wpa.h
config.mk netif_block.c rtmp_tkip.c
bt Module # cp Makefile.6 ./Makefile
bt Module # make install
make -C /lib/modules/2.6.21.5/build \
INSTALL_MOD_DIR=extra SUBDIRS=/usr/src/RT73/2008_0117_RT73_Linux_STA_Drv 1.1.0.0/Module \
modules_install
make: *** /lib/modules/2.6.21.5/build: No such file or directory. Stop.
make: *** [install] Error 2
So now I am stumped, I have exhausted everything in my limited library of knowledge and nothing seems to work. Not even SpoonDrv can seem to download and install a driver. I am low on time today but later tonight I plan to google my make install problem and make sure its not a common issue.
If anyone has any suggestions I will be glad to hear them and if I come across any solutions I will be sure to post back as well.