Results 1 to 4 of 4

Thread: TroubleShooting: airmon-ng with wlan1

  1. #1
    Join Date
    2015-Aug
    Posts
    4

    TroubleShooting: airmon-ng with wlan1

    Hi, So Guys yesterday I was working on kali and faced an error.
    Code:

    Code:
    root@kali:~# airmon-ng start wlan1
    and the Result was:

    Code:
    Found 6 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
      659 NetworkManager
     1228 wpa_supplicant
     1279 avahi-daemon
     1285 avahi-daemon
     5235 dhclient
     6275 dhclient
    
    PHY	Interface	Driver		Chipset
    
    phy0	wlan1		wl		Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
    Failed to set wlan1mon up using ip
    command failed: No such device (-19)
    
    		(mac80211 monitor mode vif enabled for [phy0]wlan1 on [phy0]wlan1mon)
    command failed: Operation not supported (-95)
    		(mac80211 station mode vif disabled for [phy0]wlan1)
    Screenshot: Screenshot from 2015-08-29 11:51:26.jpg

    So Can anyone plz help me sort this out.

  2. #2
    Join Date
    2014-Nov
    Posts
    2
    Sadly have exactly the same problem with my rtl8187. It worked wit no problem in kali 1.1a but now getting same error as you in Kali 2.0.
    I have read on some other forums that it could be fixed with linux backports aka compat-wireless drivers but not sure how to do it and not mess up my system.

    Not sure if it would be possible to extract drivers that used to work in 1.1a and install them in 2.0 since it's a different kernel but maybe some of the other more experienced linux & kali gurus here can advice us and help us.

  3. #3
    Join Date
    2014-Nov
    Posts
    2
    Ok ... I have found the solution and it worked for me.

    You need to run 'airmon-ng check kill' before trying to enable monitor mode.
    You DO NOT have to pull the interface down.

    Code:
    airmon-ng check kill
    airmon-ng start wlan0
    airodump-ng wlan0mon

    Source: http://www.aircrack-ng.org/doku.php?id=airmon-ng

  4. #4
    Join Date
    2017-May
    Posts
    1
    I had a similar problem with my Alfa AWUS036NH using wlan0. I have Kali Linux rolling 64-bit running in VirtualBox.
    I solved it by changing my VirtualBox 5.1.22 USB Settings to filter for and automatically capture the WiFi adapter [Ralink 802.11 n WLAN (0101)] as a USB 3.0 (xHCI) Controller.
    I am posting this because I haven't seen this answer anywhere else.

Similar Threads

  1. Wlan1 not detecting!
    By DIAMOND in forum General Archive
    Replies: 4
    Last Post: 2022-07-08, 22:43
  2. Wlan1 not
    By Arsium in forum NetHunter General Questions
    Replies: 0
    Last Post: 2021-05-10, 20:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •