Skip to content

Instantly share code, notes, and snippets.

@p3jitnath
Last active April 25, 2020 14:19
Show Gist options
  • Save p3jitnath/4149ab044b73eec96c5e64a176834831 to your computer and use it in GitHub Desktop.
Save p3jitnath/4149ab044b73eec96c5e64a176834831 to your computer and use it in GitHub Desktop.
RTL8192eu Driver Installation
sudo apt-get install git linux-headers-generic build-essential dkms
git clone https://github.com/Mange/rtl8192eu-linux-driver
cd rtl8192eu-linux-driver
sudo dkms add .
sudo dkms install rtl8192eu/1.0
echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf
echo -e "8192eu\n\nloop" | sudo tee /etc/modules
echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8192eu.conf
sudo update-grub; sudo update-initramfs -u
systemctl reboot -i
sudo lshw -c network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment