Code Monkey home page Code Monkey logo

Comments (6)

hanswolff avatar hanswolff commented on August 31, 2024

Did you try to run "airmon-ng start wlan0"? This should create a new monitor adapter which you can use with airodump-ng.

from rtl8812au.

hanswolff avatar hanswolff commented on August 31, 2024

Also it could be that there is no monitor mode support in that driver / chipset.

from rtl8812au.

mikedebaque avatar mikedebaque commented on August 31, 2024

Yes i did " airmon-ng start wlan0 " and it answer me "monitor mode enabled" but there is no new adapter.
And when i do " airmon-ng start wlan0 " i get this :

Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID Name
1102 NetworkManager
3505 wpa_supplicant
3725 avahi-daemon
3726 avahi-daemon

but i can't kill any of them, i know the wpa_supplicant come from the driver but i don't know what are the avahi-daemon one.

Thanks for you answer.

from rtl8812au.

tz1 avatar tz1 commented on August 31, 2024

These are part of standard Linux networking. I normally just become root
and do "killall avahi-daemon; killall NetworkManager; killall
wpa_supplicant". Avahi is mdns/zeroconf/rondezvous/bonjour. They can
reconfig the device.

Also, iwconfig will show monitor mode or not.

Monitor should work - I don't remember since I use a different device
(alfa), but injection or other special features might not.
On Feb 22, 2015 3:07 AM, "gothman59" [email protected] wrote:

Yes i did " airmon-ng start wlan0 " and it answer me "monitor mode
enabled" but there is no new adapter.
And when i do " airmon-ng start wlan0 " i get this :

Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID Name
1102 NetworkManager
3505 wpa_supplicant
3725 avahi-daemon
3726 avahi-daemon

but i can't kill any of them, i know the wpa_supplicant come from the
driver but i don't know what are the avahi-daemon one.

Thanks for you answer.

โ€”
Reply to this email directly or view it on GitHub
#35 (comment).

from rtl8812au.

mikedebaque avatar mikedebaque commented on August 31, 2024

Thanks for your answer, i tried to do all of this in root but i still can't kill all the process i also tried " iwconfig wlan0 mode monitor " but it says "permission refused" while i'm in root ... so i guess there's no monitor mode with this chipset.

from rtl8812au.

tz1 avatar tz1 commented on August 31, 2024

Do "ps alx |less" and look for a parent that keeps respawning the
processes. You may need to kill that too/first
On Feb 22, 2015 9:59 AM, "gothman59" [email protected] wrote:

Thanks for your answer, i tried to do all of this in root but i still
can't kill all the process i also tried " iwconfig wlan0 mode monitor " but
it says "permission refused" while i'm in root ... so i guess there's no
monitor mode with this chipset.

โ€”
Reply to this email directly or view it on GitHub
#35 (comment).

from rtl8812au.

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.