Skip to content

Instantly share code, notes, and snippets.

@risq
Created April 10, 2016 11:11
Show Gist options
  • Save risq/0e2cc43b25dbfe915b7295215fbd92f6 to your computer and use it in GitHub Desktop.
Save risq/0e2cc43b25dbfe915b7295215fbd92f6 to your computer and use it in GitHub Desktop.
# Setup Belkin N600 DB driver on Debian
apt-get install --reinstall build-essential linux-headers-$(uname -r)
git clone https://github.com/lwfinger/rtl8192du.git
cd rtl8192du
make
sudo make install
sudo modprobe 8192du
# Test
lsmod
iwconfig
ifconfig wlan0 up
iwlist wlan0 scan
# After kernel update:
cd rtl8192du
make clean
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment