Last active
March 8, 2022 12:41
-
-
Save rhaleblian/7856d30b15ff026aa9634a98ff1dedda to your computer and use it in GitHub Desktop.
install wifi kernel module for Edimax 7392:b811
This file contains hidden or 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
# the Edimax WiFi dongle. | |
cd /usr/src | |
git clone https://github.com/lwfinger/rtl8188eu | |
mv rtl8188eu rtl8188eu-4.1.4 | |
dkms add rtl8188eu/4.1.4 | |
dkms build rtl8188eu/4.1.4 | |
dkms install rtl8188eu/4.1.4 | |
dkms status |
keep this gist around for Jay.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
then reboot and see if
ip addr
showswlan0
.