Results 1 to 18 of 18

Thread: Realtek RTL8812BU Driver for Kali Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2019-Nov
    Posts
    1
    This driver also work with RTL8812AU. To enable monitor mode. start fluxion "./fluxion.sh" enter option 2 for capturing handshake. After the wifi adapter is initialised. open another terminal tab. Then you can enter "airodump-ng fluxwl0".

  2. #2
    Join Date
    2019-Nov
    Posts
    1

    Lightbulb I hope it will help you with enabling monitor mode.

    I think you can also use this method to enable monitor mode -
    Code:
    root@kali:~#ifconfig wlan0 down
    root@kali:~#airmon-ng check kill
    root@kali:~#iwconfig wlan0 mode monitor
    root@kali:~#ifconfig wlan0 up
    root@kali:~#airodump-ng --band a --channel 2 -- write output wlan0
    Feather you can see if interface is in monitor mode by typing this:
    root@kali:~#iwconfig wlan0
    wlan0 is an [interface]

  3. #3
    Join Date
    2019-Dec
    Posts
    5
    Here?s how to solve the wifi problem:
    This is how I managed it to work on ParrotOS with latest 5.3 kernels.
    This should also work with Kali Linux 2019.4 + latest kernels.

    I also managed to get the TX-power to 30db. I will post instructions later today.


    Ok, one way to get it running is this:


    From clean ParrotOS 4.7 with all updates loaded:

    1. go to /lib/firmware/
    2. here you will need to create a folder named rtw88
    3. go to /lib/firmware/rtlwifi/
    4. here you will need to copy the file rtl8822befw.bin
    5. go to /lib/firmware/rtw88/
    6. here you will need to insert the file you just copied (rtl8822befw.bin)
    7. now you will need to rename the file to rtw8822b_fw.bin
    8. reboot your system

    Now your network manager should be able use your rtl8822be wifi adapter without any problems.


    Right now my ParrotOS has two bluetooth symbols in the task line but wifi is working.

    Now I will try to correct the exta bluetooth symbol.


    I?ll keep you up to date.



    veo

  4. #4
    Join Date
    2020-Jun
    Posts
    5
    bro send procedure to increase TX POWER to 30db
    as i cant achieve the 30db and my wifi mac changes everytime i connect also never shows the tx power by using command ::--> ifconfig
    here are my srcreeshots please help me out

  5. #5
    Join Date
    2020-Feb
    Posts
    2
    Monitor mode works fine that way, the problem is raven.. I find this that worked for me:

    Code:
    apt-get purge --auto remove reaver
    apt-get install sqlite3 lisqlite3-dev libcap0.8-dev
    then follow the steps for install reaver on https://github.com/t6x/reaver-wps-fork-t6x

    Credits: zsecurity.org

Similar Threads

  1. driver rtl8812bu
    By bomber123456 in forum How-To Archive
    Replies: 2
    Last Post: 2021-05-17, 01:35
  2. Wifi NIC RTL8812BU Can't install driver.
    By partydos in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-01-13, 05:30

Posting Permissions

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