Difference between revisions of "Kali Linux: Install Driver TP-LINK"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Edit /etc/apt/sources.list Tambahkan deb http://http.kali.org/kali sana main non-free) |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
deb http://http.kali.org/kali sana main non-free | deb http://http.kali.org/kali sana main non-free | ||
+ | |||
+ | |||
+ | Lakukan | ||
+ | |||
+ | cd /usr/local/src | ||
+ | apt-get install -y linux-headers-$(uname -r) | ||
+ | sudo apt-get install build-essential git | ||
+ | git clone https://github.com/porjo/mt7601.git | ||
+ | cd mt7601/src | ||
+ | make | ||
+ | sudo make install | ||
+ | sudo mkdir -p /etc/Wireless/RT2870STA/ | ||
+ | sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/ | ||
+ | sudo modprobe mt7601Usta |
Revision as of 19:36, 12 December 2015
Edit
/etc/apt/sources.list
Tambahkan
deb http://http.kali.org/kali sana main non-free
Lakukan
cd /usr/local/src apt-get install -y linux-headers-$(uname -r) sudo apt-get install build-essential git git clone https://github.com/porjo/mt7601.git cd mt7601/src make sudo make install sudo mkdir -p /etc/Wireless/RT2870STA/ sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/ sudo modprobe mt7601Usta