Skip to content

Instantly share code, notes, and snippets.

View longjing618's full-sized avatar

Long Jing longjing618

View GitHub Profile
@longjing618
longjing618 / Install new wireless card driver in Ubuntu
Last active October 31, 2016 00:44
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
@longjing618
longjing618 / gist:c6404bc0cd461bf0076c
Created August 31, 2014 19:34
Solve of no wireless on new installed Ubuntu 13.10 on Asus
echo "options asus_nb_wmi wapf=4" > /etc/modprobe.d/asus.conf