-
Notifications
You must be signed in to change notification settings - Fork 164
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
Kernel 5.15 Lts Fedora Copr : "DKMS will not replace this module." #326
Comments
I'm not sure I follow what the issue is. Can you provide some reproduction steps? There is an issue about our questionable version checking - #311 - which, once untangled could solve your issue. |
Thanks for answer. |
If you can provide some concrete reproduction steps, then we can add a test to ensure the issue gets fixed and stays fixed. At the very least can you share:
|
There are no bad and good modules, I repeat the compilation process is OK and all are ok. |
Hi,
After signature solved problem, I have a new little issue with this kernel
After analysing the source code of dkms.in, it seems it looks for comparing versions before inserting.
The Copr kernel has no version, so comparing gives identical binarys.
Example :
modinfo stb6100
filename: /lib/modules/5.15.105-200.fc37.x86_64/extra/stb6100.ko.xz
license: GPL
description: STB6100 Silicon tuner
author: Manu Abraham, Enigma13
depends:
retpoline: Y
name: stb6100
vermagic: 5.15.105-200.fc37.x86_64 SMP mod_unload
sig_id: PKCS#7
signer: DKMS module signing key
sig_key: 30:6A:97:EF:29:57:61:5F:1C:3C:78:2E:A7:94:56:8E:91:D3:67
sig_hashalgo: sha512
signature: 34:94:EA:27:5B:AE:48:8A:69:A6:90:4F:D3:95:7E:2E:FB:61:25:50:
02:38:13:3D:23:7B:5D:91:7D:CE:69:B6:D1:28:B5:D8:A0:36:11:CE:
...
For Redhat:
modinfo stb6100
filename: /lib/modules/4.18.0-425.13.1.el8_7.x86_64/extra/stb6100.ko.xz
license: GPL
description: STB6100 Silicon tuner
author: Manu Abraham, Enigma13
rhelversion: 8.7 <-----------------
srcversion: E29A9BB9B806FD74F273D68 <-----------------
depends:
name: stb6100
vermagic: 4.18.0-425.13.1.el8_7.x86_64 SMP mod_unload modversions
sig_id: PKCS#7
signer: DKMS module signing key
sig_key: 30:6A:97:EF:29:57:61:5F:1C:3C:78:2E:A7:94:56:8E:91:D3:67
sig_hashalgo: sha256
signature: 57:0C:A1:A0:7F:C5:D5:D1:17:56:B4:57:15:CC:90:E7:63:60:C0:8F:
08:71:AE:EA:05:93:83:83:05:00:83:28:6B:DB:7A:03:62:1A:7E:02:
...
How to solve this ?
Manually, after each kernel upgrade, i've done manually :
sudo dkms autoinstall --verbose --force
The text was updated successfully, but these errors were encountered: