We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Kali Linux version 2022.1 When running the make command as sudo I had gotten the following issue:
ke -C tools make[1]: Entering directory '/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory '/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/tools' /home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/tools/bin2h chipset = mt7650u chipset = mt7630u chipset = mt7610u cp -f os/linux/Makefile.6 /home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/os/linux/Makefile make -C /lib/modules/5.16.0-kali5-amd64/build SUBDIRS=/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/os/linux modules make[1]: *** /lib/modules/5.16.0-kali5-amd64/build: No such file or directory. Stop. make: *** [Makefile:394: LINUX] Error 2
The text was updated successfully, but these errors were encountered:
You need to install linux headers
Sorry, something went wrong.
No branches or pull requests
Running on Kali Linux version 2022.1
When running the make command as sudo I had gotten the following issue:
ke -C tools
make[1]: Entering directory '/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/tools'
/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/os/linux/Makefile
make -C /lib/modules/5.16.0-kali5-amd64/build SUBDIRS=/home/kalivm/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916-master/os/linux modules
make[1]: *** /lib/modules/5.16.0-kali5-amd64/build: No such file or directory. Stop.
make: *** [Makefile:394: LINUX] Error 2
The text was updated successfully, but these errors were encountered: