Skip to content
New issue

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

Error when executing 'make' command #29

Open
cstreit03 opened this issue Jun 27, 2021 · 1 comment
Open

Error when executing 'make' command #29

cstreit03 opened this issue Jun 27, 2021 · 1 comment

Comments

@cstreit03
Copy link

I'm trying to set this up on my Raspberry Pi 4b with my Ralink mt7601u adapter. I can already connect to the internet from the adapter, but I want to use AP mode. Here is where it messes up:

pi@raspberrypi:~/Software/mt7601u-ap$ sudo make
make[1]: Entering directory '/home/pi/Software/mt7601u-ap/tools'
make[1]: Leaving directory '/home/pi/Software/mt7601u-ap/tools'
/home/pi/Software/mt7601u-ap/tools/bin2h
make -C /lib/modules/5.11.0-1012-raspi/build M=/home/pi/Software/mt7601u-ap/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.11.0-1012-raspi'

  ERROR: Kernel configuration is invalid.
         include/generated/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.

make[1]: *** [Makefile:745: include/config/auto.conf] Error 1
make[1]: Leaving directory '/usr/src/linux-headers-5.11.0-1012-raspi'
make: *** [Makefile:73: LINUX] Error 2

Any solution/ideas?

@techatreyo
Copy link

I am on v5.10.1466 | unable to compile with same error , do you found anything ... !?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants