Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [solved] virtualbox-host-modules-artix outdated (Read 2229 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[solved] virtualbox-host-modules-artix outdated

it seems to me that galaxy/virtualbox-host-modules-artix 5.2.22-14 needs an update.
virtualbox is on version 6.0.*
for arch are can find the right modules
community/virtualbox-host-modules-arch 6.0.0-2
i got this error when try to start any VM
Quote
RTR3InitEx failed with rc=-1912 (rc=-1912)

The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing

'/sbin/vboxconfig'

may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.

where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user.

Re: virtualbox-host-modules-artix outdated

Reply #1
I can confirm that I am receiving the same error and that vboxconfig offered as a fix does not exist on the filesystem.  I have tried reinstalling virtualbox-host-dkms-6.0.0-1 and DKMS is not bombing out but the error persists.

Code: [Select]
sudo pacman -S virtualbox-host-dkms
warning: virtualbox-host-dkms-6.0.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) virtualbox-host-dkms-6.0.0-1

Total Installed Size:  11.99 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                                                                                                 [#############################################################################] 100%
(1/1) checking package integrity                                                                                               [#############################################################################] 100%
(1/1) loading package files                                                                                                    [#############################################################################] 100%
(1/1) checking for file conflicts                                                                                              [#############################################################################] 100%
(1/1) checking available disk space                                                                                            [#############################################################################] 100%
:: Running pre-transaction hooks...
(1/1) Remove DKMS modules
==> dkms remove vboxhost/6.0.0_OSE -k 4.19.12-artix1-1-ARTIX
:: Processing package changes...
(1/1) reinstalling virtualbox-host-dkms                                                                                        [#############################################################################] 100%
:: Running post-transaction hooks...
(1/1) Install DKMS modules
==> dkms install vboxhost/6.0.0_OSE -k 4.19.12-artix1-1-ARTIX
OS: Artix x86_64
Host: Predator PH517-61 V1.07
CPU: AMD Ryzen 7 2700 (16) @ 3.2GHz [112.4°F]
GPU: AMD ATI Radeon RX Vega 56/64
Memory: 1129MiB / 64390MiB

Re: virtualbox-host-modules-artix outdated

Reply #2
And just for anyone else that runs into the same issue that can't figure out how to work around the issue themselves, the quick fix until the dev's sort out the issue should be to downgrade if you've kept the old installers in /var/cache/pacman/pkg.  You'll need to go to VirtualBox's web site to grab the old extensions if you let the installer delete the package when you update.  The old extensions can be found at:

Code: [Select]
https://www.virtualbox.org/wiki/Download_Old_Builds_5_2

The commands to downgrade are:

Code: [Select]
sudo pacman -U /var/cache/pacman/pkg/virtualbox-5.2.22-3-x86_64.pkg.tar.xz /var/cache/pacman/pkg/virtualbox-guest-iso-5.2.22-1-any.pkg.tar.xz /var/cache/pacman/pkg/virtualbox-host-dkms-5.2.22-3-x86_64.pkg.tar.xz
OS: Artix x86_64
Host: Predator PH517-61 V1.07
CPU: AMD Ryzen 7 2700 (16) @ 3.2GHz [112.4°F]
GPU: AMD ATI Radeon RX Vega 56/64
Memory: 1129MiB / 64390MiB