

(9) Reboot system to load new changes from newly generated initramfs. (8) Update changes to Grub & initramfs sudo update-grub sudo update-initramfs -u This includes weird idling issues, To fix this: echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/nf (7) Newer versions of Ubuntu has weird plugging/replugging issue (Check #94). The model it’s TL-WN823N (V3) On the oficial webpage drivers for Linux are shown, but it seems that only for kernel versions up to 4. echo -e "8192eu\n\nloop" | sudo tee /etc/modules TL-WN823N is designed to connect your laptop or desktop to a wireless network. (6) Force RTL8192EU Driver to be active from boot. Stable connection satisfies your daily surfing demands. echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/nf To use our RTL8192EU driver, we need to blacklist RTL8XXXU. (5) Distributions based on Debian & Ubuntu have RTL8XXXU driver present & running in kernelspace.

This will copy the source to a system directory so that it can used to rebuild the module on kernel upgrades. (2) Clone this repository and change your directory to cloned path. (1) Install DKMS and other required tools: sudo apt-get install git linux-headers-generic build-essential dkms Here are the steps as described on the GitHub page: If you have internet access by any other means (wired or through USB tethering), you can installed the RTL8192EU drivers for your TP-LINK TL-WN823N wireless adapter from Mange's GitHub repo.
