Skip to content

Instantly share code, notes, and snippets.

@longjing618
Last active October 31, 2016 00:44
Show Gist options
  • Save longjing618/b9da8b3f5f90b4b9d72adeeb0f34bd57 to your computer and use it in GitHub Desktop.
Save longjing618/b9da8b3f5f90b4b9d72adeeb0f34bd57 to your computer and use it in GitHub Desktop.
Install latest rel8188 wireless driver on Ubuntu
The wireless on Ubuntu 16.04 is not stable for the default rel8188 driver. Try to install the latest rel8188 driver.
git clone http://github.com/lwfinger/rtlwifi_new.git
cd /path/to/rtlwifi_new
make
sudo modprobe -rv rtl8188ee
sudo make install
sudo modprobe -v rtl8188ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment