Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.28 KB | None | 0 0
  1. root@debian:~# cd downloads
  2. bash: cd: downloads: No such file or directory
  3. root@debian:~# cd Downloads
  4. root@debian:~/Downloads# ls
  5. root@debian:~/Downloads# ls
  6. root@debian:~/Downloads# ls
  7. mt7610u_wifi_sta_v3002_dpo_20130916-master.zip  wifi
  8. root@debian:~/Downloads# cd wifi
  9. root@debian:~/Downloads/wifi# ls
  10. ate     hw_ctrl           Makefile  phy                RT2870STA.dat
  11. chips   include           mcu       rate_ctrl          sta
  12. common  iwpriv_usage.txt  mgmt      README.md          sta_ate_iwpriv_usage.txt
  13. conf    LICENSE           naf       README_STA_usb     tools
  14. doc     mac               os        RT2870STACard.dat
  15. root@debian:~/Downloads/wifi# make
  16. make -C tools
  17. make[1]: Entering directory '/root/Downloads/wifi/tools'
  18. gcc -g bin2h.c -o bin2h
  19. make[1]: Leaving directory '/root/Downloads/wifi/tools'
  20. /root/Downloads/wifi/tools/bin2h
  21. chipset = mt7650u
  22. chipset = mt7630u
  23. chipset = mt7610u
  24. cp -f os/linux/Makefile.6 /root/Downloads/wifi/os/linux/Makefile
  25. make -C /lib/modules/4.9.0-kali3-amd64/build SUBDIRS=/root/Downloads/wifi/os/linux modules
  26. make[1]: *** /lib/modules/4.9.0-kali3-amd64/build: No such file or directory.  Stop.
  27. Makefile:393: recipe for target 'LINUX' failed
  28. make: *** [LINUX] Error 2
  29. root@debian:~/Downloads/wifi# ^C
  30. root@debian:~/Downloads/wifi#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement