본문 바로가기

Kali

kali n150ua 드라이버설치

1. kali 깔기

2. 헤더 설치 

apt-get install linux-headers-$(uname -r)

3. vmware tool 설치

4. iptime.co.kr 에서 n150ua 드라이버 다운

5. tar xvjf DPO~~ 로 압축 풀기

6. Please open the "include/os/rt_linux.h" file from the directory extracted from the downloaded driver package, and look for these lines (they are currently line numbers 282, 283) -

* BT의 경우는 코드 안바꿔줘도 된다.

 BT 버전 = 3.2.6

Code:
	int				fsuid;
	int				fsgid;
Change them to -
Code:
	kuid_t				fsuid;
	kgid_t				fsgid;
Save > close and retry to compile it with -
Code:
make clean
make
Does it compile successfully now? If yes, go ahead and do -
Code:
sudo make install
sudo modprobe -v mt7601Usta

출처 : http://ubuntuforums.org/showthread.php?t=2236962


참고: http://blog.ralin.net/2014/08/get-your-tp-link-wdn3200-wireless-usb.html

'Kali' 카테고리의 다른 글