Last active
October 23, 2020 14:55
-
-
Save jeremyb31/0ed5bcb0b85d618ab5a95979c598bd8a 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