Created
February 23, 2016 15:23
-
-
Save gitmonster/01d5a42c0351eb40fb66 to your computer and use it in GitHub Desktop.
Install Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter
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
#!/bin/bash | |
lspci -nn | grep 280 | |
cd /tmp && git clone http://github.com/lwfinger/rtlwifi_new.git && cd 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