Skip to content

Instantly share code, notes, and snippets.

@polbins
Created November 15, 2019 03:33
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 polbins/78aa24824b8e82692f8eb41148e42be5 to your computer and use it in GitHub Desktop.
Save polbins/78aa24824b8e82692f8eb41148e42be5 to your computer and use it in GitHub Desktop.
Installing Edimax EW-7611ULB
#!/bin/bash
# https://edimax.freshdesk.com/support/solutions/articles/14000047172-how-to-install-ew-7611ulb-adapter-on-raspberry-pi
git clone https://github.com/lwfinger/rtl8723bu.git
cd rtl8723bu
make
sudo make install
sudo modprobe -v 8723bu
sudo bash -c "echo 8723bu >> /etc/modules"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment