Difference between revisions of "Linux: Driver TP-LINK TL-WN727N"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://askubuntu.com/questions/577941/installing-the-driver-for-tp-link-tl-wn727n-on-ubuntu-14-04 sudo apt-get install linux-headers-generic build-essential git git clone https...)
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
  sudo apt-get install linux-headers-generic build-essential git
 
  sudo apt-get install linux-headers-generic build-essential git
 +
cd /usr/local/src
 
  git clone https://github.com/porjo/mt7601.git  
 
  git clone https://github.com/porjo/mt7601.git  
 
  cd mt7601/src
 
  cd mt7601/src
Line 10: Line 11:
 
  sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
 
  sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
 
  sudo modprobe mt7601Usta
 
  sudo modprobe mt7601Usta
 +
 +
 +
 +
==Kali Linux==
  
  

Latest revision as of 05:49, 13 December 2015

Sumber: http://askubuntu.com/questions/577941/installing-the-driver-for-tp-link-tl-wn727n-on-ubuntu-14-04


sudo apt-get install linux-headers-generic build-essential git
cd /usr/local/src
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


Kali Linux

Referensi