Hey folks, I’ve been re-reading through the various VirtualBox issues presented here and trying to follow some of the previous suggestions, but without luck. The error’s I’m getting are:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
‘/sbin/vboxconfig’
as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
When I try to run /etc/init.d/vboxdrv setup I get the following error:
vboxdrv.sh: Stopping VirtualBox services.
depmod: ERROR: fstatat(5, vboxdrv.ko): No such file or directory
depmod: ERROR: fstatat(5, vboxnetadp.ko): No such file or directory
depmod: ERROR: fstatat(5, vboxnetflt.ko): No such file or directory
depmod: ERROR: fstatat(5, vboxpci.ko): No such file or directory
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use ‘dmesg’ to find out why.
I tried removing and reinstalling VirtualBox but receive the same errors. Anyone have some suggestions? I’m providing the output that I’ve seen posted in earlier threads relating to VB issues for some of the details relating to my system - please let me know if there’s other output that may help resolve this problem?
zypper se -si vbox virtualboxLoading repository data…
Reading installed packages…
S | Name | Type | Version | Arch | Repository
–±----------------------------±--------±---------------------±-------±-----------------------
i | virtualbox | package | 5.1.18-1.9 | x86_64 | openSUSE-Tumbleweed-Oss
i | virtualbox-host-kmp-default | package | 5.1.18_k4.10.9_1-1.9 | x86_64 | openSUSE-Tumbleweed-Oss
i | virtualbox-qt | package | 5.1.18-1.9 | x86_64 | openSUSE-Tumbleweed-Oss
zypper lr -dRepository priorities are without effect. All enabled repositories share the same priority.
| Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
—±------------------------------------±----------------------------±--------±----------±--------±---------±-------±-----------------------------------------------------------------------------------±-------
1 | Apache | Apache | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/Apache/openSUSE_Tumbleweed |
2 | Mozilla | Mozilla | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/mozilla/openSUSE_Tumbleweed/ |
3 | VLC | VLC | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.videolan.org/pub/vlc/SuSE/Tumbleweed/ |
4 | http-download.opensuse.org-e44ef2b0 | X11:Bumblebee | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/X11:/Bumblebee/openSUSE_Factory/ |
5 | openSUSE-20170322-0 | openSUSE-20170322-0 | No | ---- | ---- | 99 | yast2 | hd:///?device=/dev/disk/by-id/usb-Lexar_USB_Flash_Drive_AA2SZP3TSVTO7QXS-0:0-part2 |
6 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed |
7 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ |
8 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/tumbleweed/repo/non-oss/ |
9 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/tumbleweed/repo/oss/ |
10 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ |
11 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/
uname -aLinux linux-tbwe 4.10.9-1-default #1 SMP PREEMPT Sat Apr 8 15:30:03 UTC 2017 (195f937) x86_64 x86_64 x86_64 GNU/Linux
modprobe vboxdrvmodprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.10.9-1-default
Thanks for any help!
Bill