Forked from https://github.com/lynxlikenation/aic8800 as I could not compile it on Debian 12 (Bookworm) GNU/Linux firmware 6.1.0-28-amd64
confirmed now working with an aic8800 device (AX300 Wi-Fi 6 USB Adapter - BL-WN300AX - LB-LINK)
-
sudo apt upgrade -
sudo apt install git make dpkg firmware-headers-$(uname -r) -
git clone https://github.com/Wolfdv1/aic8800.git -
cd ./aic8800/drivers/aic8800/ -
make -
sudo make install -
sudo modprobe aic8800_fdrv - verification and optionals
lsmod | grep aic8800_fdrv
sudo nmcli radio wifi on
sudo systemctl restart networking
ip link
sudo reboot