Skip to content

Instantly share code, notes, and snippets.

@alezhu
Created December 25, 2018 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alezhu/0b024dcb7923ed3e434fffd428f29aa8 to your computer and use it in GitHub Desktop.
Save alezhu/0b024dcb7923ed3e434fffd428f29aa8 to your computer and use it in GitHub Desktop.
GMOLO Wifi Realtek RTL8723BU chipset (0bda:b720)
#!/bin/sh
sudo apt-get install git build-essential linux-headers-$(uname -r)
git clone https://github.com/lwfinger/rtl8723bu
sed -i 's/EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE/g' ~/rtl8723bu/Makefile
cd rtl8723bu
make
sudo make install
xed admin:///etc/modprobe.d/blacklist.conf
#Copy and uncomment blacklist
# The rtl8xxxu driver is flawed,
# so it needs to be prevented from loading.
# This should give the 8723au or the 8723bu driver
# the chance to load instead.
#blacklist rtl8xxxu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment