Last active
March 21, 2021 05:37
-
-
Save sokil/b780700cb15607b68add8e17e4d7543e to your computer and use it in GitHub Desktop.
T3U
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
git clone https://github.com/RinCat/RTL88x2BU-Linux-Driver | |
make | |
sudo make install | |
sudo modprobe 88x2bu | |
#### | |
git clone https://github.com/morrownr/88x2bu | |
sudo ./install-driver.sh |
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 | |
# cilynx | |
# https://github.com/cilynx/rtl88x2bu.git | |
# jeremyb31 | |
git clone https://github.com/jeremyb31/rtl8822bu | |
cd rtl8822bu | |
sudo make uninstall | |
sudo dkms status | |
sudo dkms remove rtl88x2bu/5.3.1 --all | |
sudo dkms remove 8822bu/1.1 --all | |
sudo dkms add ./rtl8822bu | |
sudo dkms install 8822bu/1.1 | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment