Skip to content

Instantly share code, notes, and snippets.

@ArnaudD
Created January 14, 2017 13:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArnaudD/2af45fdbb162c07f0947a4635c7775ac to your computer and use it in GitHub Desktop.
Save ArnaudD/2af45fdbb162c07f0947a4635c7775ac to your computer and use it in GitHub Desktop.
Wifi install rtl8192cu
# Source : https://sites.google.com/site/easylinuxtipsproject/reserve-7
apt-get install linux-headers-$(uname -r) build-essential dkms git
git clone https://github.com/pvaret/rtl8192cu-fixes.git
dkms add ./rtl8192cu-fixes
dkms install 8192cu/1.10
depmod -a
cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
cp ./rtl8192cu-fixes/8192cu-disable-power-management.conf /etc/modprobe.d/
reboot
# Option : kernel pinning
sudo apt-get purge linux-generi* linux-image-generi* linux-headers-generi* linux-signed-generi* linux-signed-image-generi*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment