Results 1 to 7 of 7

Thread: wireless card cant be identified on kali 2018

  1. #1
    Join Date
    2018-Jun
    Posts
    1

    Question wireless card cant be identified on kali 2018

    hi i am new to linux , i am sure this is problem of so many people , so please help me i really got confused .

    i installed kali 2018.2 on vmware , but in setting it show " not wifi adaptor found " !

    should i install backports 4.4 ? if yes how ?

    i tried to install backport by this command but i faced error .:

    cd backports-3.16.2-1
    root@kali:~/backports-3.16.2-1# sudo make defconfig-wifi
    Generating local configuration database from kernel ...Kernel version parse failed!
    Makefile:40: recipe for target 'defconfig-wifi' failed
    make: *** [defconfig-wifi] Error 1


    what should i do to detect my realtalk8821ae wifi adaptor ?

  2. #2
    Join Date
    2018-Jun
    Posts
    5
    Hi loyalroyal welcome to the Kali Linux World ,

    I don't think that backports will make any difference. With vmware you can't actually acess your hardware like you do in virtualbox, you can only make a bridge between your virtual card and your physical card but you can't use monitor mode for exemple.

    If you want to do that I advise you to install Oracle virtualbox on your windows machine then you lust install the extension pack and connect your wifi card in the usb controllers' settings.

    Follow this :
    install kali linux in virtualbox: https://www.blackmoreops.com/2014/04...on-virtualbox/
    setup your wifi card: https://unix.stackexchange.com/quest...-in-virtualbox

    Then if it doesn't work you'll need your realtek drivers for linux, just download them from any site or you may have a package in the kali repo.
    Check it with apt search realtek

    Hope you'll succed
    Tel me if you got any problems

  3. #3
    Join Date
    2016-Dec
    Posts
    806
    Just FYI, the numbers in the backports refer to the kernel version and in this case you are attempting to downgrade the drivers. So, there is no point in installing backports.

    What does lsusb says about that adapter?
    What does airmon-ng say about that adapter?

  4. #4
    Join Date
    2018-Jul
    Posts
    1
    I also have a problem with tplink T4UHP not detect.. I make dual boot with windows 7 on windows working perfectly but switch to kali not detect..

  5. #5
    Join Date
    2018-Jul
    Posts
    2
    I am running Kali 2018.2 and i tried doing what i last know to work that was to install Alfa AWUO36ACH USB Card was to do apt-get update
    apt install realtek-rtl88xxau-dkms but this command no longer works with kali so what should i do???

  6. #6
    Join Date
    2013-Apr
    Posts
    182
    try this ,

    git clone https://github.com/lwfinger/rtlwifi_new.git
    cd rtlwifi_new
    git checkout origin/extended -b extended
    sudo make install
    sudo modprobe -r rtl8822be


    depmod -a

    update-initramfs -u

    reboot

  7. #7
    Join Date
    2018-Jul
    Posts
    2
    Thank you for getting back to me. I can only get to the Command # make install
    is the first error but I thought i would proceed to the next
    Command#
    root@andriod369:~/rtlwifi_new# git checkout origin/extended -b extended

    What should i do???



    root@andriod369:~/rtlwifi_new# sudo make install
    make -C /lib/modules/4.15.0-kali2-amd64/build M=/root/rtlwifi_new modules
    make[1]: *** /lib/modules/4.15.0-kali2-amd64/build: No such file or directory. Stop.
    Makefile:87: recipe for target 'all' failed
    make: *** [all] Error 2
    root@andriod369:~/rtlwifi_new# make install
    make -C /lib/modules/4.15.0-kali2-amd64/build M=/root/rtlwifi_new modules
    make[1]: *** /lib/modules/4.15.0-kali2-amd64/build: No such file or directory. Stop.
    Makefile:87: recipe for target 'all' failed
    make: *** [all] Error 2
    root@andriod369:~/rtlwifi_new# git checkout origin/extended -b extended
    fatal: A branch named 'extended' already exists.
    root@andriod369:~/rtlwifi_new# modprobe -r rtl8822be
    modprobe: FATAL: Module rtl8822be not found.
    root@andriod369:~/rtlwifi_new#

Similar Threads

  1. Replies: 2
    Last Post: 2018-05-06, 13:45
  2. Replies: 0
    Last Post: 2015-08-22, 16:15
  3. Wireless authentication required after setting wireless card to monitor
    By TheRussianBear in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-09-15, 21:10

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
  •