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

make error #203

Open
OPSTime opened this issue Aug 8, 2020 · 1 comment
Open

make error #203

OPSTime opened this issue Aug 8, 2020 · 1 comment

Comments

@OPSTime
Copy link

OPSTime commented Aug 8, 2020

OS: 
PVE 6.2-10
$ uname -a 
Linux dragon 5.4.44-2-pve #1 SMP PVE 5.4.44-2 (Wed, 01 Jul 2020 16:37:57 +0200) x86_64 GNU/Linux

$ cat /etc/debian_version
10.5
$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.4.44-2-pve/build M=/usr/src/8812au-4.2.3  modules
make[1]: Entering directory '/usr/lib/modules/5.4.44-2-pve/build'
make[1]: *** No rule to make target 'modules'.  Stop.
make[1]: Leaving directory '/usr/lib/modules/5.4.44-2-pve/build'
make: *** [Makefile:1068: modules] Error 2
@mikolasan
Copy link

This issue is very common:

On buster (Debian 10) one should have kernel version 4.19.0-10-amd64 and have this packages installed

$ apt list --installed | grep headers

linux-headers-4.19.0-10-amd64/stable,now 4.19.132-1 amd64 [installed,automatic]
linux-headers-4.19.0-10-common/stable,now 4.19.132-1 all [installed,automatic]
linux-headers-4.19.0-9-amd64/stable,stable,now 4.19.118-2+deb10u1 amd64 [installed,automatic]
linux-headers-4.19.0-9-common/stable,stable,now 4.19.118-2+deb10u1 all [installed,automatic]
linux-headers-amd64/stable,now 4.19+105+deb10u5 amd64 [installed,automatic]

Check with your package manager for appropriate version for you with apt search linux-headers.

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