Created
February 11, 2016 08:56
-
-
Save gitmonster/7bb82de38fb5693de7c6 to your computer and use it in GitHub Desktop.
This file contains 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 build-essential linux-headers-generic git dkms | |
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