RTL8192FU driver for Linux kernel
Info: Builtin rtl8192fu support added to Linux kernel 6.5.
https://github.com/torvalds/linux/commit/c98411dc8cf6c15b8dbbfb37475bcc08b8958880
sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
git clone https://github.com/kelebek333/rtl8192fu-dkms
cd ./rtl8192fu-dkms
sudo dkms install .
If you are using kernel 6.5 and up, you must use a configuration file with following command for preventing to conflict rtl8192fu module with built-in rtl8xxxu module.
sudo cp ./rtl8192fu-alias-blacklist.conf /etc/modprobe.d/
For initramfs
sudo update-initramfs -u
For dracut
sudo dracut -q --force
sudo dkms remove rtl8192fu/5.8.6.2 --all
You can install rtl8192fu driver with following commands from PPA.
for xUbuntu 16.04-18.04-20.04-21.04-21.10 / Linux Mint 18.x-19.x-20.x
sudo add-apt-repository ppa:kelebek333/kablosuz
sudo apt-get update
sudo apt install rtl8192fu-dkms
You can purge packages with following commands
sudo apt purge rtl8192fu-dkms