VirtualBox Host Modules 18 August 2020, 07:36:55 I am using linux-zen. Which one virtualbox-host-modules should I install?:: There are 3 providers available for VIRTUALBOX-HOST-MODULES::: Repository galaxy 1) virtualbox-host-modules-artix:: Repository community 2) virtualbox-host-dkms 3) virtualbox-host-modules-arch
Re: VirtualBox Host Modules Reply #1 – 18 August 2020, 07:50:59 virtualbox-host-dkmsdkms package will build the module for your kernel, the post update will take a bit longer but the module should work (as long as it support given kernel)You can read more about dkms at Archwikihttps://wiki.archlinux.org/index.php/Dynamic_Kernel_Module_Support
Re: VirtualBox Host Modules Reply #2 – 18 August 2020, 09:10:41 virtualbox-host-dkms works fine with linux-zen. Be sure to have linux-zen-headers installed, otherwise the module won't be built.
Re: VirtualBox Host Modules Reply #3 – 18 August 2020, 09:57:58 virtualbox-host-dkms works fine, and should and must works with ALL installed kernel, if headers are installed.of course you use as primary source artixlinux's repo galaxy!mark as solved if your problem gone. Last Edit: 18 August 2020, 10:09:43 by alium
Re: VirtualBox Host Modules Reply #4 – 18 August 2020, 10:41:16 Quote from: alium – on 18 August 2020, 09:57:58of course you use as primary source artixlinux's repo galaxy!There's no vitualbox-host-modules-dkms in galaxy repo. Should I install it from Arch's community repository?
Re: VirtualBox Host Modules Reply #5 – 18 August 2020, 12:12:17 Quote from: nologa2438 – on 18 August 2020, 10:41:16There's no vitualbox-host-modules-dkms in galaxy repo. Should I install it from Arch's community repository?of courseIn your case ''virtualbox-host-dkms" will offer only one version for install Code: [Select]pacman -S virtualbox-host-dkmsP.S: vitualbox-host-modules-dkms does not exist ;-) feel free read another topic in this forum. in last 5 days is your question the 3. question about modules. all topis was resolved.
Re: VirtualBox Host Modules Reply #6 – 18 August 2020, 12:27:33 in other words:you can always install virtualbox-host/guest modules for linux-zen or any linux-something with virtualbox-host/guest-dkms only! why? Look at the dependencies! virtualbox-host-modules-arch need linux, and same is with virtualbox-host-modules-artix. so your linux-zen is not 'linux' :-) Last Edit: 18 August 2020, 13:23:26 by alium
Re: VirtualBox Host Modules Reply #7 – 18 August 2020, 12:48:52 Quote from: alium – on 18 August 2020, 12:27:33in other words:you can always install virtualbox-host/gues modules for linux-zen or any linux-something with virtualbox-host/guest-dkms only! why? Look at the dependencies! virtualbox-host-modules-arch need linux, and same is with virtualbox-host-modules-artix. so your linux-zen is not 'linux' :-)Thank you very much!