Hey every one! im new to back track but not linux as much, and well every time i install a new linux distro on my older desktop i have to install the external (USB) wifi card software, which can be found here, but now i have a problem it wont work on back track, any ideas or any way you can help? Thanks alot.
Response i get when i do:
Code:
Sudo Su-
Make-
Make install-
Results afterwards
Code:
root@bt:~# cd Desktop/driver
root@bt:~/Desktop/driver# sudo su
root@bt:~/Desktop/driver# make
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.2.6/build M=/root/Desktop/driver modules
make[1]: Entering directory `/usr/src/linux-source-3.2.6'
WARNING: Symbol version dump /usr/src/linux-source-3.2.6/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /root/Desktop/driver/cmd/rtl871x_cmd.o
In file included from /root/Desktop/driver/include/drv_types.h:70,
from /root/Desktop/driver/cmd/rtl871x_cmd.c:24:
/root/Desktop/driver/include/rtl871x_cmd.h:107: error: field ‘event_tasklet’ has incomplete type
In file included from /root/Desktop/driver/include/drv_types.h:72,
from /root/Desktop/driver/cmd/rtl871x_cmd.c:24:
/root/Desktop/driver/include/rtl871x_xmit.h:355: error: field ‘xmit_tasklet’ has incomplete type
In file included from /root/Desktop/driver/include/drv_types.h:73,
from /root/Desktop/driver/cmd/rtl871x_cmd.c:24:
/root/Desktop/driver/include/rtl871x_recv.h:204: error: field ‘recv_tasklet’ has incomplete type
In file included from /root/Desktop/driver/include/drv_types.h:77,
from /root/Desktop/driver/cmd/rtl871x_cmd.c:24:
/root/Desktop/driver/include/rtl871x_io.h:35:28: error: linux/smp_lock.h: No such file or directory
make[2]: *** [/root/Desktop/driver/cmd/rtl871x_cmd.o] Error 1
make[1]: *** [_module_/root/Desktop/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-source-3.2.6'
make: *** [modules] Error 2
root@bt:~/Desktop/driver# make install
install -p -m 644 8712u.ko /lib/modules/3.2.6/kernel/drivers/net/wireless/
install: cannot stat `8712u.ko': No such file or directory
make: *** [install] Error 1
root@bt:~/Desktop/driver#
(EDIT)

Originally Posted by
lordjsz
cd /root/Desktop/driver/include/
mkdir linux
cp /usr/src/linux-source-2.6.38/include/linux/smp_lock.h linux/
cd ..
make
make install
No directory?
and preparing the kernal didnt work