Skip to content

Instantly share code, notes, and snippets.

@sergiosvieira
Created September 5, 2020 13:39
Show Gist options
  • Save sergiosvieira/fb2ff78dfe774ff0460175bf65f7dc5f to your computer and use it in GitHub Desktop.
Save sergiosvieira/fb2ff78dfe774ff0460175bf65f7dc5f to your computer and use it in GitHub Desktop.
Install DLINK DWA 131 V5 drivers on linux

sudo apt install git dkms build-essential git clone https://github.com/Mange/rtl8192eu-linux-driver.git sudo dkms add rtl8192eu-linux-driver sudo dkms install rtl8192eu/1.0 echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf

Reboot go into BIOS/UEFI settings, make sure Secure Boot is disabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment