Skip to content

Instantly share code, notes, and snippets.

@rhaleblian
Last active March 8, 2022 12:41
Show Gist options
  • Select an option

  • Save rhaleblian/7856d30b15ff026aa9634a98ff1dedda to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

then reboot and see if ip addr shows wlan0.

@rhaleblian

rhaleblian commented Jul 17, 2021

Copy link
Copy Markdown
Author

keep this gist around for Jay.

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