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
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 |
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
echo "options asus_nb_wmi wapf=4" > /etc/modprobe.d/asus.conf |