Advertisement
Guest User

WiFi adapter drivers installation error

a guest
Jul 27th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.08 KB | None | 0 0
  1. root@kali:~# apt-get install realtek-rtl88xxau-dkms
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6.   dh-python gcc-7-base geoip-database libavcodec57 libavresample3
  7.   libavutil55 libgeoip1 libgfortran4 libicu57 libllvm5.0 libpoppler73
  8.   libswresample2 libwayland-egl1-mesa libwireshark10 libwiretap7
  9.   libwscodecs1 libwsutil8 libx265-146 python3-distutils python3-lib2to3
  10. Use 'apt autoremove' to remove them.
  11. The following NEW packages will be installed:
  12.   realtek-rtl88xxau-dkms
  13. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  14. Need to get 0 B/1745 kB of archives.
  15. After this operation, 18.1 MB of additional disk space will be used.
  16. Selecting previously unselected package realtek-rtl88xxau-dkms.
  17. (Reading database ... 110743 files and directories currently installed.)
  18. Preparing to unpack .../realtek-rtl88xxau-dkms_5.1.5~20180513-0kali1_all.deb ...
  19. Unpacking realtek-rtl88xxau-dkms (5.1.5~20180513-0kali1) ...
  20. Setting up realtek-rtl88xxau-dkms (5.1.5~20180513-0kali1) ...
  21. Loading new realtek-rtl88xxau-5.1.5~20180513 DKMS files...
  22. dpkg: warning: version '3.10.106
  23. 4.14.55+-3.10.106
  24. 4.14.55+' has bad syntax: invalid character in version number
  25. Building for 4.14.55+
  26. Building initial module for 4.14.55+
  27. Error! Bad return status for module build on kernel: 4.14.55+ (armv7l)
  28. Consult /var/lib/dkms/realtek-rtl88xxau/5.1.5~20180513/build/make.log for more information.
  29.  
  30. root@kali:~# cat /var/lib/dkms/realtek-rtl88xxau/5.1.5~20180513/build/make.log
  31. DKMS make.log for realtek-rtl88xxau-5.1.5~20180513 for kernel 4.14.55+ (armv7l)
  32. Fri Jul 27 20:40:11 UTC 2018
  33. make -j 8 ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.14.55+/build M=/var/lib/dkms/realtek-rtl88xxau/5.1.5~20180513/build  modules
  34. make[1]: Entering directory '/root/linux'
  35. Makefile:638: arch/armv7l/Makefile: No such file or directory
  36. make[1]: *** No rule to make target 'arch/armv7l/Makefile'.  Stop.
  37. make[1]: Leaving directory '/root/linux'
  38. make: *** [Makefile:1911: modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement