Advertisement
Guest User

SE Q

a guest
Aug 1st, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. harrycburn@RPi:/media/harrycburn/exFAT_32GB_USB/linux/rtl8192eu-master$ make ARCH=arm install
  2. make: Warning: File 'Makefile' has modification time 1434883797 s in the future
  3. install -p -m 644 8192eu.ko /lib/modules/3.18.0-20-rpi2/kernel/drivers/net/wireless/
  4. install: cannot stat '8192eu.ko': No such file or directory
  5. Makefile:1461: recipe for target 'install' failed
  6. make: *** [install] Error 1
  7.  
  8. harrycburn@RPi:/media/harrycburn/exFAT_32GB_USB/linux/rtl8192eu-master$ make ARCH=armhf install
  9. make: Warning: File 'Makefile' has modification time 1434883793 s in the future
  10. install -p -m 644 8192eu.ko /lib/modules/3.18.0-20-rpi2/kernel/drivers/net/wireless/
  11. install: cannot stat '8192eu.ko': No such file or directory
  12. Makefile:1461: recipe for target 'install' failed
  13. make: *** [install] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement