How to install unsupported wifi drivers? Need help.
I have Hawking HWDN1 adapter (chipset rt2870) and it is not supported by BT4. Some time ago, someone posted that in fact it is not supported
http://www.backtrack-linux.org/forum...h-adapter.html
I have found the drivers, but have trouble installing it (alright, alright, i don't know how).
Ralink corp.
Could someone please walk me thru the installation process? I am running BT4 from HD (not VMWare)
Re: How to install unsupported wifi drivers? Need help.
search function "rt 2870" please, use this first, use post last
Re: How to install unsupported wifi drivers? Need help.
I did and I ran into some problems:
I fount this page :
RT2870 BT4 Guide (working!!!) - Remote Exploit Forums
Downloaded the drivers, followed the instrustions, and right by the end I ran into a problem:
Code:
root@bt:/rt2870-2.6.27-apocolipse# sudo make && make install
make -C tools
make[1]: Entering directory `/rt2870-2.6.27-apocolipse/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/rt2870-2.6.27-apocolipse/tools'
/rt2870-2.6.27-apocolipse/tools/bin2h
cp -f os/linux/Makefile.6 /rt2870-2.6.27-apocolipse/os/linux/Makefile
make -C /lib/modules/2.6.30.9/build SUBDIRS=/rt2870-2.6.27-apocolipse/os/linux modules
make[1]: Entering directory `/usr/src/linux-source-2.6.30.9'
WARNING: Symbol version dump /usr/src/linux-source-2.6.30.9/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/md5.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/mlme.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/rtmp_wep.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/action.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/ba_action.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/cmm_data.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/rtmp_init.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/rtmp_tkip.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/cmm_sync.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/eeprom.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/cmm_sanity.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/cmm_info.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/cmm_wpa.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../common/dfs.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/assoc.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/aironet.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/auth.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/auth_rsp.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/sync.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/sanity.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/rtmp_data.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/connect.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../sta/wpa.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_linux.o
CC [M] /rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.o
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c: In function 'RTMPReadParametersHook':
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c:778: error: 'struct task_struct' has no member named 'fsuid'
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c:779: error: 'struct task_struct' has no member named 'fsgid'
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c:780: error: 'struct task_struct' has no member named 'fsuid'
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c:780: error: 'struct task_struct' has no member named 'fsgid'
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c:1369: error: 'struct task_struct' has no member named 'fsuid'
/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.c:1370: error: 'struct task_struct' has no member named 'fsgid'
make[2]: *** [/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/rt_profile.o] Error 1
make[1]: *** [_module_/rt2870-2.6.27-apocolipse/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.30.9'
make: *** [LINUX] Error 2
root@bt:/rt2870-2.6.27-apocolipse# modprobe rt2870sta
root@bt:/rt2870-2.6.27-apocolipse# iwconfig ra0
ra0 Ralink STA
root@bt:/rt2870-2.6.27-apocolipse# airmon-ng
Interface Chipset Driver
wlan0 Atheros ath5k - [phy0]
I am still without installed drivers, and slightly clueless... Any help would be greately appriciated.
Re: How to install unsupported wifi drivers? Need help.
Quote:
Originally Posted by
BushRat
I did and I ran into some problems:
I am still without installed drivers, and slightly clueless... Any help would be greately appriciated.
I am too ... this sucks .. same problem.