Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. root@oort:/home/john/Downloads/realtek# tar -jxvf linux_mac80211_0012.0207.2013.tar.bz2
  2.  
  3. root@oort:/home/john/Downloads/realtek# mv rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/ driver
  4.  
  5. cd driver
  6.  
  7. apt-get install gcc build-essential linux-headers-generic linux-headers-`uname -r`
  8.  
  9. #ifndef __devinit
  10. #define __devinit
  11. #define __devinitdata
  12. #endif
  13.  
  14. #include <linux/pci.h>
  15.  
  16. 30 #ifndef __RTL_PCI_H__
  17. 31 #define __RTL_PCI_H__
  18. 32
  19. 33 #ifndef __devinit
  20. 34 #define __devinit
  21. 35 #define __devinitdata
  22. 36 #endif
  23. 37
  24. 38 #include <linux/pci.h>
  25.  
  26. make
  27. make install
  28.  
  29. shutdown -r now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement