PDA

View Full Version : USB wifi dongle Driver Installation not seeing available wifi.



wolz
2023-07-20, 13:07
Hello i have a HDD install of 64 bit kali 2023.2 on a virtual machine. recently i bought a Realtek 802.11n. I am having trouble getting it to work, i followed every instructions on how to install the driver on kali Linux but yet i am unable to receive able wifi network after the installations( this usb wifi dongle was tested on windows 11 and it was confirmed working)

below are some details:

┌──(root㉿kali)-[~]└─# dkms status8812au/5.6.4.2_35491.20191025, 6.3.0-kali1-amd64, x86_64: installed (WARNING! Diff between built and installed module!)realtek-rtl8814au/5.8.5.1~git20230614.8a1908d, 6.3.0-kali1-amd64, x86_64: installedrealtek-rtl88xxau/5.6.4.2~git20230703.9dc4a4c, 6.3.0-kali1-amd64, x86_64: installed ┌──(root㉿kali)-[~]└─# ifconfigeth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 08:00:27:f6:36:f4 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.0.3.15 netmask 255.255.255.0 broadcast 10.0.3.255 inet6 fe80::a00:27ff:fe35:a5a0 prefixlen 64 scopeid 0x20<link> ether 08:00:27:35:a5:a0 txqueuelen 1000 (Ethernet) RX packets 1132 bytes 754893 (737.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1085 bytes 135317 (132.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 4 bytes 240 (240.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 4 bytes 240 (240.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ┌──(root㉿kali)-[~]└─# iwconfiglo no wireless extensions.eth0 no wireless extensions.eth1 no wireless extensions. ┌──(root㉿kali)-[~]└─#

Thanks, your help will be appreciated.