Hello, I'm new.
I have a Tenda AIC8800DC USB drive
with a proprietary driver.
I install:
git clone https://github.com/geniuskidkanyi/aic8800
cd aic8800
sudo cp -r src /usr/src/aic8800-1.0.5
sudo cp -r blobs/* /usr/lib/firmware/
dkms install aic8800/1.0.5
sudo modprobe aic8800_fdrv
then the proprietary dpkg:
dpkg -i ax300-wifi-adapter-linux-driver.deb
but its only works on 6.11.x and below.
How do I install on 6.12+ pls ?