-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
akmods fails on Fedora with Nvidia drivers (Package has no %description) #375
Comments
https://discussion.fedoraproject.org/t/rmnscnce-kernel-xanmod/27945/22 Apparently the issue is related to the |
Probally not a issue related to the scheduler, more to fedoras way to use dkms. Or its a issue at the script missing a "description" for it. Build it manually and watch if it still happens when using the cacule scheduler. |
Given #69 the solution found was to install the official Nvidia driver that uses DKMS instead. |
This happens on PDS scheduler using kernel 5.17.5 and nvidia driver version 510.62.02 as well |
Remove the "obsoletes" line in the spec file Fixes: Frogging-Family#339 Frogging-Family#609 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
Remove the "obsoletes" line in the spec file Fixes: Frogging-Family#339 Frogging-Family#609 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
Remove the "obsoletes" line in the spec file Fixes: Frogging-Family#339 Frogging-Family#609 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
This should avoid conflicts with distro kernels Remove the "obsoletes" line in the spec file Fixes: Frogging-Family#339 Frogging-Family#609 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
This should avoid conflicts with distro kernels Remove the "obsoletes" line in the spec file Fixes: Frogging-Family#339 Frogging-Family#609 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
This should avoid conflicts with distro kernels Remove the "obsoletes" line in the spec file Fixes: Frogging-Family#339 Frogging-Family#609 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
- Avoids conflicts with official kernels - Fixes the reported issues with "unversionned obsoletes" - Works now with akmod-nvidia Fixes: Frogging-Family#609 Frogging-Family#513 Frogging-Family#375 Frogging-Family#339 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
- Avoids conflicts with official kernels - Fixes the reported issues with "unversionned obsoletes" - Works now with akmod-nvidia Fixes: Frogging-Family#609 Frogging-Family#513 Frogging-Family#375 Frogging-Family#339 Frogging-Family#375 Frogging-Family#173 Frogging-Family#271 Signed-off-by: Adel KARA SLIMANE <[email protected]>
Hello! Please try PR #610 to confirm that it fixes this issue. It worked like a charm in my VM. Adel |
* RPM: fix the script that generates kernel.spec - Avoids conflicts with official kernels - Fixes the reported issues with "unversionned obsoletes" - Works now with akmod-nvidia Fixes: #609 #513 #375 #339 #375 #173 #271 Signed-off-by: Adel KARA SLIMANE <[email protected]> * install.sh: RPM: do not install kernel-headers package We do not need it to build out-of-tree kernel modules. And that's all we want actually. Signed-off-by: Adel KARA SLIMANE <[email protected]> Signed-off-by: Adel KARA SLIMANE <[email protected]>
Should be fixed with 1d063ca |
Hi, I've been trying to install 5.15.5 but akmods is unable to build the rpms for my Nvidia drivers.
Looking around previous issues here I found this problem mentioned a bunch of times alongside others, but no real solution has been provided as far as I am aware.
I used
linux-tkg
in the past on the same system/installation without any issue and akmods run flawlessly.customization.cfg.zip
(I also tried to install using the
Generic
option but run into other issues, like having to usegrub2-mkconfig
manually instead ofgrub-mkconfig
like the script does, but that's beyond the scope of this issue - also I knowGeneric
is not meant to be used with Fedora because of that)I am using Fedora 35
The text was updated successfully, but these errors were encountered: