Uninstall VirtualBox kernel modules?
hey,
On Fedora 19, I am getting kernel OOPS regularly. However, ABRT does not allow me to report it, as I have VirtualBox kernel modules, which are not officially supported. So I tried do uninstall them. First, I did "yum remove VirtualBox", but "lsmod" still shows
vboxnetadp 25670 0
vboxnetflt 27613 0
vboxdrv 314732 2 vboxnetadp,vboxnetflt
So I tried rmmod. I can remove them with rmmod, but they re-appear when I restart my system. I want to remove them permanently.
If I do "modprobe -r vboxdrv", I get
modprobe: FATAL: Module vboxdrv not found.
So modprobe can not find the modules, but lsmod lists them. Any ideas what's happening? Is there any other way to remove those kernel modules permanently?
Thanks in advance, alex
Hi!
I have Fedora 20. I am facing a similar problem, not the same although. In my case, the system tells an error while loading and journalctl -xf says that the moduels vboxnetadp vboxnetflt vboxdrv could not be loaded. However, in my case, there is no entry in lsmod nor does it show in modprobe. C
Any help is appreciated!