How to install unsupported linux wifi driver


SUBMITTED BY: xeddex

DATE: Jan. 24, 2016, 9:39 p.m.

FORMAT: Text only

SIZE: 767 Bytes

HITS: 960

  1. 18
  2. down vote
  3. I suggest you get a temporary internet connection, ethernet, tethered or whatever is available. Then do:
  4. sudo apt-get install linux-headers-generic build-essential git
  5. git clone https://github.com/porjo/mt7601.git
  6. cd mt7601/src
  7. make
  8. sudo make install
  9. sudo mkdir -p /etc/Wireless/RT2870STA/
  10. sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
  11. sudo modprobe mt7601Usta
  12. Your wireless should now be working.
  13. 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:
  14. cd mt7601/src
  15. make clean
  16. make
  17. sudo make install
  18. sudo modprobe mt7601Usta
  19. Please retain the files and these instructions for that time. Glad it's working!

comments powered by Disqus