Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
http://askubuntu.com/questions/290452/installing-workaround-realtek-drivers-for-edimax-but-getting-error
$ sudo apt-get install git
$ cd ~/Downloads
$ git clone https://github.com/dz0ny/rt8192cu.git
$ cd rt8192cu
$ make
$ sudo make install
$ sudo modprobe -r rtl8192cu
$ sudo modprobe 8192cu
$ sudo gedit /etc/modprobe.d/blacklist.conf
Add blacklist rtl8192cu to end of file
Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment