Created
July 13, 2023 17:13
-
-
Save abhigkar/3d1abcb59813e8bf76ed30696ecb6031 to your computer and use it in GitHub Desktop.
5 GHz driver installation on Raspberry pi 3B Model [tp-link nano ac600 usb wi-fi adapter]
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
dkms status | |
dkms | |
sudo apt-get install dkms | |
git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git | |
cd rtl* | |
sudo make dkms_install | |
dkms status | |
# reboot pi | |
sudo iwlist wlan1 scan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment