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

Fedora, CentOS and Red Hat instructions #6

Open
al20ov opened this issue Jan 18, 2019 · 0 comments
Open

Fedora, CentOS and Red Hat instructions #6

al20ov opened this issue Jan 18, 2019 · 0 comments

Comments

@al20ov
Copy link

al20ov commented Jan 18, 2019

I just found out how to install these drivers on red hat-based distros: you just need to change the seventh line (the one that says KERNEL_DIR = /usr/src/linux-headers-$(KVERSION)/) to KERNEL_DIR = /usr/src/kernels/$(KVERSION)/

Also make sure that you have kernel-devel installed by using sudo dnf install kernel-devel

Maybe the author could add some logic to the makefile to detect if it's being executed on a debian based distro (which is what this makefile seems to be aimed at) or a redhat based distro.

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

1 participant