Advertisement
Mr-Ts

ralink 148f:7601 wifi adaptor installation

May 27th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. sudo apt-get install linux-headers-generic build-essential git
  2. sudo apt-get install git
  3. git clone https://github.com/porjo/mt7601.git
  4. cd mt7601/src
  5. make
  6. sudo make install
  7. sudo mkdir -p /etc/Wireless/RT2870STA/
  8. sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
  9. sudo modprobe mt7601Usta
  10.  
  11. You have compiled the driver for your current kernel version only. When Update Manager installs a later linux-image, after the required reboot, you must re-compile:
  12.  
  13. cd mt7601/src
  14. make clean
  15. make
  16. sudo make install
  17. sudo modprobe mt7601Ust
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement