You are not logged in.

#1 2022-05-07 07:16:38

pebcak
Member
Registered: 2020-08-11
Posts: 18

[SOLVED] linux-zen (+headers) 5.17.5zen1-2: VBox modules not found

Upgrading the zen kernel plus its headers to the latest in testing repo results in some error messages in my journal indicating the following:

May 07 08:59:28 arch-test systemd-modules-load[291]: Failed to find module 'vboxdrv'
May 07 08:59:28 arch-test systemd-modules-load[291]: Failed to find module 'vboxnetadp'
May 07 08:59:28 arch-test systemd-modules-load[291]: Failed to find module 'vboxnetflt'

The same thing with linux-lts.

Last edited by pebcak (2022-05-07 14:49:54)

Offline

#2 2022-05-07 10:36:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [SOLVED] linux-zen (+headers) 5.17.5zen1-2: VBox modules not found

And how did you install those modules?

Offline

#3 2022-05-07 11:31:58

pebcak
Member
Registered: 2020-08-11
Posts: 18

Re: [SOLVED] linux-zen (+headers) 5.17.5zen1-2: VBox modules not found

Followed this at the time for the installation of Virtualbox:

https://wiki.archlinux.org/title/Virtua … e_packages

And this package:

https://archlinux.org/packages/?name=vi … -host-dkms

Offline

#4 2022-05-07 11:32:56

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [SOLVED] linux-zen (+headers) 5.17.5zen1-2: VBox modules not found

So did the modules build when you updated?

Offline

#5 2022-05-07 12:02:46

pebcak
Member
Registered: 2020-08-11
Posts: 18

Re: [SOLVED] linux-zen (+headers) 5.17.5zen1-2: VBox modules not found

Scimmia wrote:

So did the modules build when you updated?

Thanks for asking the question!

Looks like a classic case of PEBCAK.

I missed this part of the output:

==> dkms install --no-depmod vboxhost/6.1.34_OSE -k 5.17.5-zen1-2-zen
Error! Bad return status for module build on kernel: 5.17.5-zen1-2-zen (x86_64)
Consult /var/lib/dkms/vboxhost/6.1.34_OSE/build/make.log for more information.
==> WARNING: `dkms install --no-depmod vboxhost/6.1.34_OSE -k 5.17.5-zen1-2-zen' exited 10

And of course in /var/lib/dkms/vboxhost/6.1.34_OSE/build/make.log:

warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (GCC) 12.1.0
  You are using:           gcc (GCC) 11.2.0

Should have known better: partial upgrade (facepalm).

Offline

#6 2022-05-07 12:21:22

pebcak
Member
Registered: 2020-08-11
Posts: 18

Re: [SOLVED] linux-zen (+headers) 5.17.5zen1-2: VBox modules not found

Thanks again @Scimmia for asking the relevant questions pointing me to where I had gone wrong.

Upgrading fully to testing, the modules build successfully. Upon reboot, no issues, no entries in the journal.

Offline

Board footer

Powered by FluxBB