asterisk / dahdi-linux

This is the official dahdi-linux repository. All issues and PR should be raised here.
GNU General Public License v2.0
49 stars 71 forks source link

Installed, but cannot load dahdi module #44

Open mohitdm95 opened 9 months ago

mohitdm95 commented 9 months ago

Installed, but cannot load dahdi module. dahdi v3.3

[root@localhost ~]# modprobe dahdi modprobe: ERROR: could not insert 'dahdi': Exec format error

dmesg logs

dahdi: loading out-of-tree module taints kernel. dahdi: module verification failed: signature and/or required key missing - tainting kernel module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 000000002e026045, val ffffffffc0aecc40 module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 000000002e026045, val ffffffffc0aecc40 module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 000000002e026045, val ffffffffc0aecc40

BTW, was able to compile and install after making some changes in source.

InterLinked1 commented 9 months ago

What changes did you make? Did you compile against the headers for exactly the kernel you have?

mohitdm95 commented 9 months ago

Just solved sometime ago. Needed to create certs in the kernel dir then start the compilation process.

InterLinked1 commented 9 months ago

Just solved sometime ago. Needed to create certs in the kernel dir then start the compilation process.

So there's no real issue? (and this issue can be closed?)