Last active
October 31, 2016 00:44
-
-
Save longjing618/b9da8b3f5f90b4b9d72adeeb0f34bd57 to your computer and use it in GitHub Desktop.
Install latest rel8188 wireless driver on Ubuntu
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
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