Kali
kali n150ua 드라이버설치
Taiji.xo
2015. 1. 9. 03:14
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;
Code:
kuid_t fsuid; kgid_t fsgid;
Code:
make clean make
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