Skip to content

Instantly share code, notes, and snippets.

@feedsbrain
Created May 19, 2020 15:27
Show Gist options
  • Save feedsbrain/8f3a20ba90edfed01b67a731aebcaabe to your computer and use it in GitHub Desktop.
Save feedsbrain/8f3a20ba90edfed01b67a731aebcaabe to your computer and use it in GitHub Desktop.
Jetson Nano TP Link AC600 Drivers
#!/bin.bash
sudo apt install git dkms
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux
cd rtl8812AU_8821AU_linux
git checkout 4235b0e
sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
sed -i 's/CONFIG_PLATFORM_ARM_JET_NANO = n/CONFIG_PLATFORM_ARM_JET_NANO = y/g' Makefile
sed -i 's/install -m/install --force -m/g' Makefile.dkms
sudo make -f Makefile.dkms install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment