Skip to content

Instantly share code, notes, and snippets.

View s0lesurviv0r's full-sized avatar

Jacob Zelek s0lesurviv0r

View GitHub Profile
@ArnaudD
ArnaudD / install.sh
Created January 14, 2017 13:10
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