Advertisement
grisutheguru

Kali-Linux Forum

Dec 2nd, 2016
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. root@kali:~/Documents/Sources/rtlwifi_new-master# make
  2. make -C /lib/modules/4.8.0-kali1-amd64/build M=/root/Documents/Sources/rtlwifi_new-master modules
  3. make[1]: Entering directory '/usr/src/linux-headers-4.8.0-kali1-amd64'
  4. CC [M] /root/Documents/Sources/rtlwifi_new-master/base.o
  5. /root/Documents/Sources/rtlwifi_new-master/base.c:1:0: error: code model kernel does not support PIC mode
  6. /******************************************************************************
  7. /usr/src/linux-headers-4.8.0-kali1-common/scripts/Makefile.build:294: recipe for target '/root/Documents/Sources/rtlwifi_new-master/base.o' failed
  8. make[4]: *** [/root/Documents/Sources/rtlwifi_new-master/base.o] Error 1
  9. /usr/src/linux-headers-4.8.0-kali1-common/Makefile:1488: recipe for target '_module_/root/Documents/Sources/rtlwifi_new-master' failed
  10. make[3]: *** [_module_/root/Documents/Sources/rtlwifi_new-master] Error 2
  11. Makefile:150: recipe for target 'sub-make' failed
  12. make[2]: *** [sub-make] Error 2
  13. Makefile:8: recipe for target 'all' failed
  14. make[1]: *** [all] Error 2
  15. make[1]: Leaving directory '/usr/src/linux-headers-4.8.0-kali1-amd64'
  16. Makefile:57: recipe for target 'all' failed
  17. make: *** [all] Error 2
  18. root@kali:~/Documents/Sources/rtlwifi_new-master# uname -a
  19. Linux kali 4.8.0-kali1-amd64 #1 SMP Debian 4.8.5-1kali1 (2016-11-04) x86_64 GNU/Linux
  20. root@kali:~/Documents/Sources/rtlwifi_new-master#
  21. root@kali:~# lspci
  22. 00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
  23. 00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
  24. 00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
  25. 00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
  26. 00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
  27. 00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
  28. 00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
  29. 00:1c.1 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 (rev e3)
  30. 00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
  31. 00:1c.4 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #5 (rev e3)
  32. 00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)
  33. 00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
  34. 00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
  35. 00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
  36. 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
  37. 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
  38. 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
  39. 09:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Jet XT [Radeon R5 M240]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement