Last active
December 10, 2023 10:30
-
-
Save alvesoaj/5446f5973a792e7b79b23caaf7f6a782 to your computer and use it in GitHub Desktop.
Script to install DWA-171 D-Link adapter drivers in a Raspberry Pi Armv6
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
sudo apt-get update | |
sudo apt-get install -y raspberrypi-kernel-headers bc build-essential dkms git | |
git clone https://github.com/brektrou/rtl8821CU.git | |
cd rtl8821CU | |
nano Makefile # Then enable arm_rpi and disable others | |
make | |
sudo make install | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment