Results 1 to 3 of 3

Thread: Kali Linux vbox amd63, Network driver not correctly installed

  1. #1
    Join Date
    2019-Jul
    Posts
    1

    Kali Linux vbox amd63, Network driver not correctly installed

    Hello there first of all i'm bit new on kali linux.

    I'm having a problem with a wifi tl-wn822n ,v5

    I tried the install & steps from the original website,
    tried also some other post from people to fix the problem at the end needed to reinstall kali because i believed it had a conflict with to much drivers running at last,

    Kali is seeing the adapter i can even turn it on monitor mode,
    but some how it won't scan the networks around here,
    in windows it all works fine.

    lsmod
    Code:
    lsmod
    Module                  Size  Used by
    8192eu               1204224  0
    arc4                   16384  2
    fuse                  122880  5
    vboxsf                 86016  0
    rtl8xxxu              126976  0
    mac80211              823296  1 rtl8xxxu
    snd_intel8x0           45056  6
    vboxvideo              45056  3
    snd_ac97_codec        143360  1 snd_intel8x0
    edac_mce_amd           28672  0
    ac97_bus               16384  1 snd_ac97_codec
    cfg80211              765952  2 8192eu,mac80211
    snd_pcm               114688  3 snd_intel8x0,snd_ac97_codec
    ttm                   126976  1 vboxvideo
    joydev                 24576  0
    rfkill                 28672  4 cfg80211
    snd_timer              36864  2 snd_pcm
    pcspkr                 16384  0
    evdev                  28672  17
    serio_raw              16384  0
    drm_kms_helper        204800  1 vboxvideo
    sg                     36864  0
    snd                    94208  14 snd_intel8x0,snd_timer,snd_ac97_codec,snd_pcm
    soundcore              16384  1 snd
    video                  45056  0
    vboxguest             348160  5 vboxsf
    drm                   487424  6 drm_kms_helper,vboxvideo,ttm
    ac                     16384  0
    button                 16384  0
    binfmt_misc            20480  1
    ip_tables              28672  0
    x_tables               45056  1 ip_tables
    autofs4                49152  2
    ext4                  733184  1
    crc16                  16384  1 ext4
    mbcache                16384  1 ext4
    jbd2                  122880  1 ext4
    crc32c_generic         16384  0
    fscrypto               32768  1 ext4
    ecb                    16384  0
    hid_generic            16384  0
    usbhid                 57344  0
    hid                   139264  2 usbhid,hid_generic
    sr_mod                 28672  0
    cdrom                  69632  1 sr_mod
    sd_mod                 61440  3
    ata_generic            16384  0
    crct10dif_pclmul       16384  0
    crc32_pclmul           16384  0
    crc32c_intel           24576  2
    ghash_clmulni_intel    16384  0
    pcbc                   16384  0
    ohci_pci               16384  0
    aesni_intel           200704  0
    ahci                   40960  2
    libahci                40960  1 ahci
    ata_piix               36864  0
    aes_x86_64             20480  1 aesni_intel
    crypto_simd            16384  1 aesni_intel
    ehci_pci               16384  0
    cryptd                 28672  3 crypto_simd,ghash_clmulni_intel,aesni_intel
    glue_helper            16384  1 aesni_intel
    ohci_hcd               57344  1 ohci_pci
    libata                278528  4 ata_piix,libahci,ahci,ata_generic
    psmouse               172032  0
    ehci_hcd               94208  1 ehci_pci
    i2c_piix4              24576  0
    usbcore               290816  7 8192eu,ohci_hcd,ehci_pci,usbhid,ehci_hcd,ohci_pci,rtl8xxxu
    usb_common             16384  1 usbcore
    scsi_mod              249856  4 sd_mod,libata,sg,sr_mod
    e1000                 151552  0
    lsusb
    ( it says its a version 4 but it is a version 5.)
    Code:
    Bus 001 Device 002: ID 2357:0108 TP-Link TL-WN822N Version 4 RTL8192EU
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Hope some one here can help me finding the solution.

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    v4 and v5 are the same chipset (and share the same USB id).

    What instructions did you follow to install the driver?

    And could you show the output of 'airmon-ng'

    Just FYI, stating that Windows works and it doesn't on Linux isn't that helpful because the way driver works and are developed/compiled is different on both OSs.

  3. #3
    Try installing this driver https://github.com/AndeYashwanth/rtl8192eu-linux.
    I was able to successfully install wn822n-v5 drivers on my 5.3.0-kali1-amd64.
    I just had to run a script.
    After all trying and testing different drivers found this which works.

Similar Threads

  1. Can wireless network driver be installed offline?
    By rimuru in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-06-07, 20:18
  2. Replies: 0
    Last Post: 2020-10-26, 17:49
  3. Kali Linux VBox awus036ac driver installation
    By plkas12 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-08-10, 06:50
  4. How to make sure kali is installed correctly?
    By IAmSil3nt in forum General Archive
    Replies: 1
    Last Post: 2014-01-10, 16:48

Posting Permissions

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