Last active
April 25, 2020 14:19
-
-
Save p3jitnath/4149ab044b73eec96c5e64a176834831 to your computer and use it in GitHub Desktop.
RTL8192eu Driver Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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