Code Monkey home page Code Monkey logo

Comments (7)

 avatar commented on July 17, 2024

install kernel headers

sudo apt install linux-headers-$(uname -r)

you /usr/src directory dosent have kernel headers

from rtl8188eus.

Gudlynoob avatar Gudlynoob commented on July 17, 2024

install kernel headers

sudo apt install linux-headers-$(uname -r)

you /usr/src directory dosent have kernel headers

now the problem is, when i type

sudo iw dev wlan0 set type monitor

it's said

command failed: No such device (-19)

from rtl8188eus.

Gudlynoob avatar Gudlynoob commented on July 17, 2024

i used tp-link WN722n V2, and kernel 5.5.0-kali2-amd64

from rtl8188eus.

awkimball avatar awkimball commented on July 17, 2024

@Gudlynoob wlan0 might not be the correct interface name, try runningiw list to get a list of your devices and their interface names. Replace wlan0 with whatever your device was renamed to

from rtl8188eus.

SmillerMP avatar SmillerMP commented on July 17, 2024

@Gudlynoob I used the TP-WN722N v3 in the same version of kali linux! And everything is going well!

if you use virtual machine make sure if have the drivers for the usb 2.0 and the adapter is select on the virtual machine!

Or confirm if the adapte’s name is the correct with the comand iwconfig

Good luck

Sorry for my english

from rtl8188eus.

 avatar commented on July 17, 2024

check ifconfig or iw dev for interface name because it may not be wlan0 in there or do this

nano /etc/default/grub then put net.ifnames=0 beside quiet splash.

then sudo update-grub then restart u will get all interfaces as wlan0 usb0 wwan0 etc

from rtl8188eus.

diablo-huma avatar diablo-huma commented on July 17, 2024

You have to install the corresponding image, in my case was:

sudo apt-get install linux-image-5.16.0-kali7-amd64
Check it here:

https://unix.stackexchange.com/questions/328655/cant-install-linux-headers-kali-linux

from rtl8188eus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.