PDA

View Full Version : install wireless driver



milad10
2015-12-02, 13:32
hi i installed kali linux 2 32bit
my wireless card model is tl-wn727n v4
i try two method for install driver and give faild
1-i try to install nwisdrapper module but give error

root@kali:~# cd '/root/Desktop/Linux Driver'
root@kali:~/Desktop/Linux Driver# make
make -C UTIL/ osutil
make[1]: Entering directory '/root/Desktop/Linux Driver/UTIL'
Makefile:25: /root/Desktop/Linux: No such file or directory
Makefile:25: Driver/UTIL/os/linux/config.mk: No such file or directory
make[1]: *** No rule to make target 'Driver/UTIL/os/linux/config.mk'. Stop.
make[1]: Leaving directory '/root/Desktop/Linux Driver/UTIL'
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2
root@kali:~/Desktop/Linux Driver# sudo make install
make -C UTIL/ install_util
make[1]: Entering directory '/root/Desktop/Linux Driver/UTIL'
Makefile:25: /root/Desktop/Linux: No such file or directory
Makefile:25: Driver/UTIL/os/linux/config.mk: No such file or directory
make[1]: *** No rule to make target 'Driver/UTIL/os/linux/config.mk'. Stop.
make[1]: Leaving directory '/root/Desktop/Linux Driver/UTIL'
Makefile:16: recipe for target 'install' failed
make: *** [install] Error 2
root@kali:~/Desktop/Linux Driver#

2-i give offical linux driver from tp link site and try to install but give error looklike method 1

root@kali:~# cd '/root/Desktop/Linux Driver'
root@kali:~/Desktop/Linux Driver# make
make -C UTIL/ osutil
make[1]: Entering directory '/root/Desktop/Linux Driver/UTIL'
Makefile:25: /root/Desktop/Linux: No such file or directory
Makefile:25: Driver/UTIL/os/linux/config.mk: No such file or directory
make[1]: *** No rule to make target 'Driver/UTIL/os/linux/config.mk'. Stop.
make[1]: Leaving directory '/root/Desktop/Linux Driver/UTIL'
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2
root@kali:~/Desktop/Linux Driver# sudo make install
make -C UTIL/ install_util
make[1]: Entering directory '/root/Desktop/Linux Driver/UTIL'
Makefile:25: /root/Desktop/Linux: No such file or directory
Makefile:25: Driver/UTIL/os/linux/config.mk: No such file or directory
make[1]: *** No rule to make target 'Driver/UTIL/os/linux/config.mk'. Stop.
make[1]: Leaving directory '/root/Desktop/Linux Driver/UTIL'
Makefile:16: recipe for target 'install' failed
make: *** [install] Error 2
root@kali:~/Desktop/Linux Driver#


my apt source list is

deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://repo.kali.org/kali kali-bleeding-edge main



please help me to fix this error or give me a way for install this driver
sorry for my bad eng.regard

dotSonic
2015-12-04, 16:26
Getting the same issue. Did you manage to solve this?