-
-
Save rugameuser/ace2378cc65d7b9cef003e7d6d1623b9 to your computer and use it in GitHub Desktop.
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
sudo apt install git build-essential | |
git clone https://github.com/ulli-kroll/mt7612u.git | |
cd mt7612u | |
make | |
sudo make installfw | |
sudo cp mt7612u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/ | |
sudo depmod -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment