Quantcast
Channel: Active questions tagged kernel-modules - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 1186

make command not working

$
0
0
/rtlwifi_new# make && make install
make -C /lib/modules/4.12.0-kali2-amd64/build M=/root/rtlwifi_new modules
make[1]: *** /lib/modules/4.12.0-kali2-amd64/build: No such file or directory.  Stop.
Makefile:58: recipe for target 'all' failed
make: *** [all] Error 2

I am trying to increase the link strength of my wifi using these commands-

  1. git clone https://github.com/lwfinger/rtlwifi_new
  2. cd rtlwifi_new
  3. git pull
  4. make
  5. sudo make install
  6. sudo modprobe -rv rtl8723be
  7. sudo modprobe -v rtl8723be ant_sel=0
  8. sudo iw dev wlan0 scan | grep signal
  9. sudo modprobe -rv rtl8723be
  10. sudo modprobe -v rtl8723be ant_sel=1
  11. sudo iw dev wlan0 scan | grep signal

earlier the make command worked successfully but for some reason i reinstalled my linux and now i am not able to use it,showing the above mentioned error...


Viewing all articles
Browse latest Browse all 1186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>