Results 1 to 3 of 3

Thread: Wireless adapter not being used by Kali

  1. #1
    Join Date
    2019-Mar
    Posts
    2

    Wireless adapter not being used by Kali

    So here's the rundown;

    When I first installed Kali on my Macbook, I did not have a wireless adapter to use, however it did use the wireless card already installed.
    It's interface was wlan0 and uses a b43 driver and the chipset as specified by 'arimon-ng' is non-mac80211 device.

    I then installed the appropriate driver to use --
    Code:
    apt-get install realtek-rtl88xxau-dkms
    and plugged in my adapter -- Realtek RTL8812AU 2.4 & 5 Ghz USB Wireless Adapter

    Nothing changed, there was no new interface and my old wlan0 interface still had the same configurations.

    Code:
    lsusb
    shows that the device has been properly inserted.

    My kernel is 4.18.0-kali2-amd64

    What should I do to fix this issue? I've searched everywhere online and haven't found a working solution.

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    Current kernel is 4.19. apt update && apt dist-upgrade then reboot.

    regarding that lsusb command, you don't show the actual output.

    What is the output of 'lsusb' and 'airmon-ng'?

    Before you plug the adapter, clear dmesg (dmesg -c) then plug it and run 'dmesg' then show the output of this last dmesg here.

  3. #3
    Join Date
    2019-Mar
    Posts
    2
    Did the updates, everything works fine now. Thanks

Similar Threads

  1. Kali detects USB wireless adapter, but no wireless networks shown
    By Debelox in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2023-04-14, 15:57
  2. Kali detects USB wireless adapter, but no wireless networks shown
    By reifi in forum TroubleShooting Archive
    Replies: 13
    Last Post: 2017-04-26, 11:57
  3. Best Wireless Adapter for KALI
    By j0ck3rb0t in forum General Archive
    Replies: 2
    Last Post: 2016-02-02, 02:55
  4. No wireless card interface while plugging in USB wireless adapter
    By xyq96999 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-09-15, 05:31

Posting Permissions

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