Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. $ su
  2.  
  3. $ sudo su
  4.  
  5. set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
  6.  
  7. $ make install
  8.  
  9. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  10. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  11. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  12. Bus 001 Device 002: ID 0ac8:3450 Z-Star Microelectronics Corp.
  13. Bus 001 Device 004: ID 0b05:179d ASUSTek Computer, Inc.
  14. Bus 003 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
  15. Bus 002 Device 002: ID 05fc:0231 Harman Multimedia
  16.  
  17. sudo apt-get install linux-headers-generic build-essential
  18.  
  19. cd ~/Desktop/2011_1003_RT3572_Linux_STA_v2.5.0.0.DPO
  20. make clean
  21. make
  22. sudo make install
  23. sudo modprobe rt3572sta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement