Skip to content

Instantly share code, notes, and snippets.

@rhaleblian
Last active March 8, 2022 12:41
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 rhaleblian/7856d30b15ff026aa9634a98ff1dedda to your computer and use it in GitHub Desktop.
Save rhaleblian/7856d30b15ff026aa9634a98ff1dedda to your computer and use it in GitHub Desktop.
install wifi kernel module for Edimax 7392:b811
# 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
@rhaleblian
Copy link
Author

then reboot and see if ip addr shows wlan0.

@rhaleblian
Copy link
Author

rhaleblian commented Jul 17, 2021

keep this gist around for Jay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment