On Thu, Jun 01, 2017 at 08:16:32AM -0700, Dave C wrote:
> I'm trying to build nvidia module in dom0.  Following steps found in 
> https://groups.google.com/forum/#!topic/qubes-users/v26zXkiNElg/discussion
> 
> At the step where kernel-headers and kernel-devel are installed into dom0, 
> I'm getting a version mismatch between the kernel I'm running versus those 
> packages.
> 
> I've also read https://www.qubes-os.org/doc/managing-vm-kernel/ but doesn't 
> seem to address what I'm asking here.
> 
> 
> on dom0, `uname -r` returns:
> 
> 4.4.67-12.pvops.qubes.x86_64
> 
> 
> `qubes-dom0-update --action=list --enablerepo=qubes-dom0-unstable 
> "kernel-qubes-vm` returns:
> 
> Last metadata expiration check: 0:42:31 ago on Thu Jun  1 07:23:06 2017.
> Installed Packages
> kernel-qubes-vm.x86_64      1000:4.4.38-11.pvops.qubes       @System          
>   
> kernel-qubes-vm.x86_64      1000:4.4.55-11.pvops.qubes       @System          
>   
> kernel-qubes-vm.x86_64      1000:4.4.67-12.pvops.qubes       @System          
>   
> Available Packages
> kernel-qubes-vm.x86_64      1000:4.8.12-12.pvops.qubes       
> qubes-dom0-unstable
> Installed Packages
> kernel-qubes-vm.x86_64       1000:4.4.38-11.pvops.qubes       
> @qubes-dom0-cached
> kernel-qubes-vm.x86_64       1000:4.4.55-11.pvops.qubes       
> @qubes-dom0-cached
> kernel-qubes-vm.x86_64       1000:4.4.67-12.pvops.qubes       
> @qubes-dom0-cached
> 
> 
> 
> 
> 
> `qubes-dom0-update --action=list --enablerepo=qubes-dom0-unstable 
> "kernel-devel` returns:
> 
> Last metadata expiration check: 0:44:38 ago on Thu Jun  1 07:23:06 2017.
> Installed Packages
> kernel-devel.x86_64              1000:4.8.12-12.pvops.qubes              
> @System
> Installed Packages
> kernel-devel.x86_64        1000:4.8.12-12.pvops.qubes         
> @qubes-dom0-cached
> 
> 
> 
> `qubes-dom0-update --action=list --enablerepo=qubes-dom0-unstable 
> "kernel-headers` returns:
> 
> Installed Packages
> kernel-headers.x86_64                  4.8.13-100.fc23                   
> @System
> Installed Packages
> kernel-headers.x86_64             4.8.13-100.fc23             
> @qubes-dom0-cached
> 
> 
> 
> Notice that even if I install kernel 4.8.12-12 from qubes-dom0-unstable, 
> there is a mismatch between kernel-devel (4.8.12-12) and kernel-headers 
> (4.8.13-100).
> 
> I welcome any advice about how to manage kernel modules built in dom0.  How 
> do I resolve the version mismatch described here?  And also how do I keep a 
> functioning module when kernel versions update in the future?
> 
> Thanks, -Dave
> 

You can find rpms for the headers at yum.qubes-os.org
Look at (e.g) r3.2/current/dom0/fc23/rpm and you'll see kernel-devel
packages to suit. Poke about and you'll find most everything you need.

The obvious way to keep current is to use dkms which will automatically
rebuild modules with a kernel upgrade. You will, of course, need to
ensure that you upgrade the kernel devel package too.
Otherwise you need to manually rebuild the module on an upgrade.

unman

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20170601161741.GA29748%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to