BrosTrend AC1200 Wifi Adapter Tutorial For Kali Linux



BrosTrend AC1200 Wifi Adapter Tutorial For Kali Linux

BrosTrend AC1200 Wifi Adapter Tutorial For Kali Linux

Links I used for this ——————————–
Steps –https://forums.kali.org/showthread.php?44810-Realtek-RTL8812BU-Driver-for-Kali-Linux
Code–https://github.com/cilynx/rtl88x2bu/tree/5.8.7.1_35809.20191129_COEX20191120-7777
Fixed link below*** exact!
Copy & paste one line AT A TIME.

apt update
apt install bc -y
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
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}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu

Udemy Link for Course
https://www.udemy.com/user/zaidsabih/
Amazon BrosTrend link
https://www.amazon.com/BrosTrend-1200Mbps-Adapter-Wireless-Antennas/dp/B01IEU7UZ0/ref=asc_df_B01IEU7UZ0/?tag=hyprod-20&linkCode=df0&hvadid=312824707815&hvpos=&hvnetw=g&hvrand=12636014178386655523&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9022771&hvtargid=pla-377904052743&psc=1

Comments are closed.