Skip to content

Instantly share code, notes, and snippets.

@gitmonster
Created February 23, 2016 15:23
Show Gist options
  • Save gitmonster/01d5a42c0351eb40fb66 to your computer and use it in GitHub Desktop.
Save gitmonster/01d5a42c0351eb40fb66 to your computer and use it in GitHub Desktop.
Install Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter
#!/bin/bash
lspci -nn | grep 280
cd /tmp && git clone http://github.com/lwfinger/rtlwifi_new.git && cd rtlwifi_new
make
sudo modprobe -rv rtl8188ee
sudo make install
sudo modprobe -v rtl8188ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment