You are not logged in.
Hello,
After running "pacman -S virtualbox," I attempt to start VB via the command "virtualbox" but I'm told that the vboxdrv kernal module is not loaded. I'm given the following command to recompile the kernel module: "sudo /sbin/vboxconfig"
Attempting to run this run this fails, saying "command not found." Additionally, trying to run "sudo modprobe vboxdrv" gives:
[you@arch ~]$ sudo modprobe vboxdrv
[sudo] password for you:
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.4.15-arch1-1Because this module isn't found, and the command is not found, I'm fairly certain something is missing but i do not know what.
My Kernel: 5.4.15-arch1-1
How can this Problem be solved?
Last edited by you (2020-02-09 08:04:01)
Offline
Offline
Thanks a lot but i have already read the article and there is no solution!
Last edited by you (2020-02-08 17:41:29)
Offline
@you: go back to the beginning of that article. As you said yourself: we are "fairly certain something is missing". You didn't follow the instructions listed under "Install the core packages".
Offline
You've given us no relevant information to go on...
Which kernel modules have you tried?
Please read...
https://bbs.archlinux.org/viewtopic.php?id=57855
http://www.catb.org/~esr/faqs/smart-questions.html
..and then try posting something useful.
Offline
Hello
I reread the wiki article, reinstalled these packages "virtualbox-host-modules-arch" "linux-headers", and tried "modprobe vboxdrv" again, but the error remains.
With dmesg i found this problem
[ 0.667808] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.DGPV], AE_NOT_FOUND (20190816/psargs-330)
[ 0.667812] ACPI Error: Aborting method \_SB.PCI0.RP05.PCRP._ON due to previous error (AE_NOT_FOUND) (20190816/psparse-529)KERNEL: 5.4.15-arch1-1 (I had some problems with the new linux-5.5.2.arch1-1 kernel)
Last edited by you (2020-02-08 21:38:22)
Offline
pacman -Qi virtualbox-host-modules-arch
Offline
KERNEL: 5.4.15-arch1-1 (I had some problems with the new linux-5.5.2.arch1-1 kernel)
It helps if you give us *ALL* the information and exact steps (i.e. exact commands) you have performed, upfront. This is probably what went wrong. How *exactly* did you downgrade the kernel? My guess is that you didn't downgrade properly and your virtualbox-host-modules-arch isn't compatible with your kernel.
Offline
you wrote:KERNEL: 5.4.15-arch1-1 (I had some problems with the new linux-5.5.2.arch1-1 kernel)
It helps if you give us *ALL* the information and exact steps (i.e. exact commands) you have performed, upfront. This is probably what went wrong. How *exactly* did you downgrade the kernel? My guess is that you didn't downgrade properly and your virtualbox-host-modules-arch isn't compatible with your kernel.
Thats how I downgraded the kernel:
cd /var/cache/pacman/pkg
ls | grep linux
pacman -U linux-5.4.15.arch1-1-x86_64.pkg.tar.zstOffline
pacman -Qi virtualbox-host-modules-arch
And then think about the output.
Offline
$ pacman -Qi virtualbox-host-modules-arch
Name : virtualbox-host-modules-arch
Version : 6.1.2-5
Description : Virtualbox host kernel modules for Arch Kernel
Architecture : x86_64
URL : http://virtualbox.org
Licenses : GPL
Groups : None
Provides : VIRTUALBOX-HOST-MODULES
Depends On : linux
Optional Deps : None
Required By : virtualbox
Optional For : None
Conflicts With : virtualbox-modules virtualbox-host-modules
virtualbox-host-dkms
Replaces : virtualbox-modules virtualbox-host-modules
Installed Size : 150.03 KiB
Packager : Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Build Date : Sun 26 Jan 2020 11:14:39 CET
Install Date : Sun 09 Feb 2020 09:02:04 CET
Install Reason : Explicitly installed
Install Script : No
Validated By : NoneLast edited by you (2020-02-09 08:10:47)
Offline
Thank you!
based on your hint I could find the Problem.I only reset the the linux kernel and did not to reset the linux-headers and linux-host-modules-arch. In this regard, I used the old kernel with new headers and new vbox modules, which led to this incompatibility.
Last edited by you (2020-02-09 08:12:20)
Offline