Results 1 to 2 of 2

Thread: ALFA awus036a card monitort mode

  1. #1
    Join Date
    2022-Jan
    Posts
    1

    ALFA awus036a card monitort mode

    Hi, I have a problem with the ALFA awus036a card. The card has drivers installed in kali linux rtl8812au. I mean the monitor mode, which should look like wlan0mon. The fact card goes into monitor mode after entering the iwconfig command, you can see that the monitor mode is on, but I cannot scan the network by such an error:

    Code:
    ┌──(root💀kali)-[~]
    └─# airodump-ng wlan1mon 
    Interface wlan1mon: 
    ioctl(SIOCGIFINDEX) failed: No such device
    Failed initializing wireless card(s): wlan1mon
    
    
    
    
    ┌──(root💀kali)-[~]
    └─# iwconfig
    lo        no wireless extensions.
    
    wlan0     IEEE 802.11  ESSID:"Domek_WIFI"  
              Mode:Managed  Frequency:5.18 GHz  Access Point: 44:FE:3B:61:C8:54   
              Bit Rate=433.3 Mb/s   Tx-Power=22 dBm   
              Retry short limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:on
              Link Quality=52/70  Signal level=-58 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:6   Missed beacon:0
    
    wlan1     unassociated  ESSID:""  Nickname:"<WIFI@REALTEK>"
              Mode:Monitor  Frequency=2.457 GHz  Access Point: Not-Associated   
              Sensitivity:0/0
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    


  2. #2
    Join Date
    2022-May
    Posts
    3
    did you do:
    airmon-ng check kill
    airmon-ng start wlan0

    before you tried to do airodump? If you didn't, you havent created the virtual monitoring interface hence why airodump is unable to initialize.

    If you do iwconfig and airmon-ng you should see the following output:
    gspector@Kali-VM:~$ sudo airmon-ng
    [sudo] password for gspector:


    PHY Interface Driver Chipset


    phy1 wlan0mon mt76x2u MediaTek Inc. MT7612U 802.11a/b/g/n/ac


    gspector@Kali-VM:~$ iwconfig
    lo no wireless extensions.


    eth0 no wireless extensions.


    wlan0mon IEEE 802.11 Mode:Monitor Frequency:5.22 GHz Tx-Power=20 dBm
    Retry short limit:7 RTS thrff Fragment thrff
    Power Managementn

    it looks to me like you havent executed the commands up top.

Similar Threads

  1. Buying Alfa Card
    By Chunkingz in forum General Archive
    Replies: 1
    Last Post: 2016-08-22, 10:38
  2. Alfa card not working
    By Digitalbulletz in forum NetHunter General Questions
    Replies: 3
    Last Post: 2014-10-22, 15:20
  3. Please help with my alfa awus036nh card
    By twomakewar in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-09-01, 14:49

Posting Permissions

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