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 #296

Open
ArcticHonour opened this issue Sep 28, 2024 · 5 comments
Open

make error #296

ArcticHonour opened this issue Sep 28, 2024 · 5 comments

Comments

@ArcticHonour
Copy link

arctichonour@penguin:~$ cd rtl8188eus
make && sudo make install
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.6.41-03520-gd3d77f15f842/build M=/home/arctichonour/rtl8188eus modules
make[1]: *** /lib/modules/6.6.41-03520-gd3d77f15f842/build: No such file or directory. Stop.
make: *** [Makefile:2070: modules] Error 2

@pallinko
Copy link

pallinko commented Oct 6, 2024

I have same problem

└─# make && sudo make install
/bin/sh: 1: bc: not found
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.10.9-amd64/build M=/home/pallinko/rtl8188eus modules
make[1]: *** /lib/modules/6.10.9-amd64/build: Adresár alebo súbor neexistuje. Stop.
make: *** [Makefile:2065: modules] Error 2

@gglluukk
Copy link
Contributor

gglluukk commented Oct 6, 2024

you're out of package:
linux-headers-YOUR_KERNEL_VERSION

to install it under debian/ubuntu:

apt install linux-headers-`uname -r`

@pallinko
Copy link

pallinko commented Oct 6, 2024

Thanks . Fix for me.

apt install linux-headers-amd64

@Franci000
Copy link

Linux Headers doesn't exist
How can i resolve?

@gglluukk
Copy link
Contributor

gglluukk commented Nov 5, 2024

what distro do you use?
try for debian/ubuntu:
apt update && apt -y upgrade
and reboot

after that:

apt --yes install build-essential linux-headers-`uname -r`

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

4 participants