Skip to content

Instantly share code, notes, and snippets.

@shavidzet
Last active November 8, 2022 19:56
Show Gist options
  • Save shavidzet/da5f6459c906c3cd9a21743687eb9ab5 to your computer and use it in GitHub Desktop.
Save shavidzet/da5f6459c906c3cd9a21743687eb9ab5 to your computer and use it in GitHub Desktop.
TP-Link TL-WN881ND driver for linux distros
#!/bin/bash
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
git checkout rtw88
make
sudo make install
sudo modprobe rtl8188ee
@shavidzet
Copy link
Author

Above version is still buggy on my side.
Problem has been solved by: https://github.com/lwfinger/rtl8192ee

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