-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello, i'm trying to download these drivers but i'm running into some issues.
i first downloaded them on fedora 42 without issue, but now on fedora 43 (fresh install), after following the instructions, they do not work for me. I get the following output upon using "make dev"
make clean
CLEAN Module.symvers
make
warning: the compiler differs from the one used to build the kernel
The kernel was built by: gcc (GCC) 15.2.1 20251022 (Red Hat 15.2.1-3)
You are using: gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
CC [M] aquacomputer_d5next.o
MODPOST Module.symvers
CC [M] aquacomputer_d5next.mod.o
CC [M] .module-common.o
LD [M] aquacomputer_d5next.ko
BTF [M] aquacomputer_d5next.ko
Skipping BTF generation for aquacomputer_d5next.ko due to unavailability of vmlinux
sudo rmmod aquacomputer_d5next || true
[sudo] password for me:
rmmod: ERROR: Module aquacomputer_d5next is not currently loaded
sudo insmod aquacomputer_d5next.ko
insmod: ERROR: could not insert module aquacomputer_d5next.ko: Key was rejected by service
make: *** [Makefile:125: dev] Error 1
I'm not really sure what i have to do to fix this.