Sunday February 28th 2021 - Update issue with packman inode mirror
There are issues with the inode mirror, please configure an alternative mirror. See http://packman.links2linux.org/mirrors
Saturday March 3rd 2021 - Missing Packman Tumbleweed Packages
There are issues with package signing since the move last week and these packages have disappeared from the mirrors, see https://lists.links2linux.de/pipermail/packman/2021-March/016623.html for more information... ETA for fix 3/10 or 3/11.
-
Integrate DKMS with OS's kernel updates
Hi,
I use DKMS to build the Nvidia drivers from the source, so obviously this needs to be repeated each time the kernel is updated. For me, it's not.
There are three things I think are needed for proper integration:
- the module is built immediately following install of a new kernel
- the module is included in the new initramfs image
- the module and all associated DKMS build files are deleted as part of old kernels purge.
None of these things are happening.
Have I missed a config step, or do I need to install an extra package to integrate this properly?
Thanks
David
-
Re: Integrate DKMS with OS's kernel updates
There is no integration of kernel package with DKMS.
-
Re: Integrate DKMS with OS's kernel updates
 Originally Posted by arvidjaar
There is no integration of kernel package with DKMS.
It's not so much integration of the kernel package with DKMS but integration of the kernel package delivery and installation mechanism with DKMS (or, more exactly, DKMS with the kernel installation mechanism).
I'll have a crude hack at scripts to do that for myself, and if anyone has the knowledge, could they create an integration? I'm sure the last / zipp mechanism has the appropriate integration hooks. 
Yours
David
-
Re: Integrate DKMS with OS's kernel updates
I have not heard that DKMS works for modules that are loaded into the initramfs unless perhaps the module is built dynamically on boot (GPU proprietary drivers used to do this,, AFAIK not any more) or require a re-boot. AFAIK DKMS is mainly useful for LKM (Loadable kernel modules) that are automatically loaded during the second stage of kernel loading or can be unloaded/loaded manually by a process or person.
And, DKMS is specifically designed and intended to update the kernel module automatically or from one description I've read "shim" the old module to the new, upgraded kernel so that no re-compilation is needed.
This should typically mean that whenever you want to install a new nVidia driver... yes it might be advisable to compile it with DKMS sot that...
Whenever the kernel is upgraded, your already compiled driver modules should continue to work without any attention.
In other words, if you compiled correctly, you shouldn't have to recompile just because the Linux kernel got upgraded.
Just out of curiosity, is there a reason why you might want to compile your nVidia drivers instead of installing pre-compiled drivers from teh nVidia repo?
(Assumes you're running a kernel distributed by openSUSE).
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!
-
Re: Integrate DKMS with OS's kernel updates
 Originally Posted by jetojedno
integration of the kernel package delivery and installation mechanism with DKMS
Yes, I understand that.
You posted it for Leap 15.2 version. With Leap you do not really need DKMS at all. Leap kernel is guaranteed to preserve ABI (if it breaks it is a bug) so any kernel module will be usable with all future kernel updates, there is no need to rebuild modules, just make sure new kernel will find modules built for old kernel. And that is fully integrated in kernel delivery, you just need to build your driver as KMP (Kernel Module Package).
-
Re: Integrate DKMS with OS's kernel updates
 Originally Posted by arvidjaar
Yes, I understand that.
You posted it for Leap 15.2 version. With Leap you do not really need DKMS at all. Leap kernel is guaranteed to preserve ABI (if it breaks it is a bug) so any kernel module will be usable with all future kernel updates, there is no need to rebuild modules, just make sure new kernel will find modules built for old kernel. And that is fully integrated in kernel delivery, you just need to build your driver as KMP (Kernel Module Package).
Not having heard that ABI is a replacement method for DKMS, I did a small search (there aren't very many results searching for the two together).
That's interesting if SUSE/openSUSE can guarantee that the LEAP kernel ABI won't change, I would expect that is possible only because the LEAP kernel backports patches to only a few kernels instead of adopting new upstream kernels. Maybe at least with LEAP a major conflict might have to be dealt with only every 12-18 mths when a version upgrade is released with a certain new kernel and I suppose new ABI standard, it surely wouldn't be feasible for Tumbleweed.
The other possible issue I see though is that the ABI might not cover the entire KLM interface interoperability, only a part. If that's true, then simply relying on a consistent ABI isn't sufficient to guarantee no problems for the life of that LEAP kernel.
Unless someone wanted to support only that specific LEAP version, I would instead suggest ensuring support for DKMS (would almost certainly minimize and possibly eliminate future related maintenance issues).
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
| |