Created
November 15, 2019 03:33
-
-
Save polbins/78aa24824b8e82692f8eb41148e42be5 to your computer and use it in GitHub Desktop.
Installing Edimax EW-7611ULB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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