Gentoo Archives: gentoo-user

From: tastytea <gentoo@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Failed to load vboxpci
Date: Mon, 18 Jan 2021 21:12:32
Message-Id: 20210118221224.6e40d2a2@ventiloplattform.tastytea.de
In Reply to: [gentoo-user] Failed to load vboxpci by thelma@sys-concept.com
1 On 2021-01-18 14:04-0700 thelma@×××××××××××.com wrote:
2
3 > emerge --info
4 > Portage 3.0.13 (python 3.8.6-final-0,
5 > default/linux/amd64/17.1/desktop, gcc-9.3.0, glibc-2.32-r5,
6 > 5.4.80-gentoo-r1 x86_64)
7 >
8 > This is new installation.
9 > cat /etc/modules-load.d/virtualbox.conf
10 > vboxdrv
11 > vboxnetadp
12 > vboxnetflt
13 > vboxpci
14 >
15 > All modules are loading OK except "vboxpci"
16 >
17 > modprobe vboxpci
18 > modprobe: FATAL: Module vboxpci not found in directory
19 > /lib/modules/5.4.80-gentoo-r1
20
21 app-emulation/virtualbox-modules does not install vboxpci.ko here. I
22 guess the information in the wiki is outdated.
23
24 $ equery files app-emulation/virtualbox-modules | grep '\.ko$'
25 /lib/modules/5.4.80-gentoo-r1-x86_64/misc/vboxdrv.ko
26 /lib/modules/5.4.80-gentoo-r1-x86_64/misc/vboxnetadp.ko
27 /lib/modules/5.4.80-gentoo-r1-x86_64/misc/vboxnetflt.ko
28
29 Kind regards, tastytea
30
31 --
32 Get my PGP key with `gpg --locate-keys tastytea@××××××××.de` or at
33 <https://tastytea.de/tastytea.asc>.

Replies

Subject Author
Re: [gentoo-user] Failed to load vboxpci thelma@×××××××××××.com