본문 바로가기

Kali

kali n150ua 드라이버설치

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

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' 카테고리의 다른 글

kali 한글 타자 추가  (0) 2015.02.17
kali에 adobe flash player 설치하기  (0) 2015.02.16
kali에 vmware 설치. kernel header 못찾을때 해결법  (0) 2015.02.16
virtual box에 kali깔기  (0) 2015.01.08
kali linux 패키지 업데이트  (0) 2014.08.11