Results 1 to 6 of 6

Thread: Asus USB-AC56 Won't go into monitor mode?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2018-Nov
    Posts
    5

    Angry Asus USB-AC56 Won't go into monitor mode?

    P_setting_fff_1_90_end_500.jpg

    Hello,

    According to a few different sites the USB-AC56 should be able do go into monitor mode.



    I have Kali installed directly on this laptop (just to make it as easy as possible. I'm just learning).

    I buy the card. First I try the drivers from Asus' site https://www.asus.com/us/Networking/U...Desk_Download/. ./install.sh fails:

    Code:
    : error: ?_timer {aka struct timer_list}? has no member named ?data?  ptimer->data = (unsigned long)cntx;
    Which led me to an askubuntu (https://askubuntu.com/questions/1042...odules-error-2) about a similar error. From the errors in the console I was able to determine that I needed drivers for the rtl8812AU chipset and that, finally, led me to a working driver (https://github.com/diederikdehaas/rtl8812AU/)

    Now I can see and use the USB-AC56! But it won't get into monitor mode . I figure out which one it is by running
    Code:
    iwconfig
    , unplugging it, and running
    Code:
    iwconfig
    again. First I run
    Code:
    iw list
    to see if monitor mode is supported and if I am reading this right, yes it is supported:

    Code:
        Supported interface modes:         * IBSS
             * managed
             * AP
             * monitor
             * mesh point
             * P2P-client
             * P2P-GO
             * P2P-device
    Then I do:

    Code:
    ifconfig wlan1 down
    iwconfig wlan1 mode monitor
    fconfig wlan1 up
    iw list
    and that gives:

    Code:
    wlan1     unassociated  Nickname:"<WIFI@REALTEK>"          Mode:Managed  Frequency=2.412 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
    so it's not in monitor mode. Similiarly, if I select that NIC in Wireshark, then Stop, then Capture Options, then click the monitor mode checkbox it immediately unchecks itself. Can you help a brotha-er out?
    Last edited by unclespam; 2018-11-18 at 15:23.

Similar Threads

  1. Asus USB-AC56 Won't enter monitoring mode
    By DrFeelgood in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-10-02, 17:17

Tags for this Thread

Posting Permissions

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