PDA

View Full Version : Realtek 8812bu Wireless LAN 802.11ac USB NIC



sojumaster
2020-08-12, 11:31
Good Day,


I am running 2020.3 on VMWare Workstation 15. I am attempting to get the Realtek 8812bu installed and I am at my wit's end in trying to get this to work. Any and all assistance would be greatly appreciated. I have included as much info below.


Thanks!


Commands executed:


apt update
apt install bc -y
git clone https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959.git
cd rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER} (this is where it goes south)


root@SojumasterDomain:/home/sojumaster/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959# dkms build -m rtl88x2bu -v ${VER}


Kernel preparation unnecessary for this kernel. Skipping...


Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.7.0-kali1-amd64 KVER=5.7.0-kali1-amd64 src=/usr/src/rtl88x2bu-5.3.1..........(bad exit status: 2)
Error! Bad return status for module build on kernel: 5.7.0-kali1-amd64 (x86_64)
Consult /var/lib/dkms/rtl88x2bu/5.3.1/build/make.log for more information.
root@SojumasterDomain:/home/sojumaster/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959#

Yunianto7905
2020-10-05, 12:36
Would you like to try this?..

https://forums.kali.org/showthread.php?50681-Realtek-8812bu-Wireless-LAN-802-11ac-USB-NIC

my device has not come yet, but I succeded to compile it in my Kali 2020.3 VM..

yarinz34
2020-12-26, 23:27
Hi there, thanks for the effort!
I followed the exact same steps, but at "dkms build -m rtl88x2bu -v ${VER}". I'm getting this error:
Error! echo
Your kernel headers for kernel 5.5.0-kali2-amd64 cannot be found at
/lib/modules/5.5.0-kali2-amd64/build or /lib/modules/5.5.0-kali2-amd64/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.