On Sun, 2012-02-05 at 19:28 -0500, Lucélio Gomes de Freitas wrote: > Hi List, > > I'm happy, because the must of this list is cooperation and not > competition, thank you all. > This makes a winner team. > > Em 05-02-2012 14:27, Sérgio Basto escreveu: > > On Sun, 2012-02-05 at 14:59 -0500, Lucélio Gomes de Freitas wrote: > >> If executing(root privileges): > >> > >> ERROR: modinfo: could not find module vboxdrv > >> ERROR: modinfo: could not find module vboxnetflt > >> ERROR: modinfo: could not find module vboxnetadp > >> > >> Does anyone could give me a hand? > > Hi, I am co-maintainer of VirtualBox on rpmfusion > > this is a little odd , > > ll /lib/modules/3.2.2-1.fc16.x86_64/extra/VirtualBox-OSE/vboxdrv.ko > > > > so I guess a reboot will fix the loading of modules kernel , this is a > Not exactly, many reboots were donne. > > kernel 3.2.2-1 , I don't remember has any trouble with this kernel, but > > I will check it on office, Monday. > > > > here I got > > lsmod | grep vbox > > vboxnetadp 13382 0 > > vboxnetflt 23424 0 > > vboxdrv 263468 3 vboxnetadp,vboxnetflt > I noticed the problem since kernel Fedora 3.1.9-1.fc16.x86_64. > Today the same problem occurs and after a "sudo yum update" I was not > able to start the saved WinVista64. > > Until today the solution I found was: > 1=> "sudo yum remove VirtualBox-OSE.x86_64" and > 2=> "sudo yum install VirtualBox-OSE.x86_64" and boot. > > On remove/installation everything works. It works now, and I have to > wait until next update.
ERROR: modinfo: could not find module vboxdrv is pretty clear vboxdrv.ko for the kernel in question is not there. rpm -qf /lib/modules/3.2.2-1.fc16.x86_64/extra/VirtualBox-OSE/vboxdrv.ko kmod-VirtualBox-OSE-3.2.2-1.fc16.x86_64-4.1.8-1.fc16.7.x86_64 you may grab this kmod-VirtualBox-OSE-3.2.2-1.fc16.x86_64-4.1.8-1.fc16.7.x86_64 package from yum or build it with akmod-VirtualBox-OSE.x86_64 have you kmod-VirtualBox-OSE.x86_64 ? kmod-VirtualBox-OSE.x86_64 : is a meta-package without payload which sole purpose is to require the VirtualBox-OSE kernel module(s) for the newest kernel. to make sure you get it together with a new kernel. > I hope in next update it does not stop working. Solved or not I'll post > the result here. you will have VirtualBox-OSE-kmod-4.1.8-1.fc16.8 soon for kernel-3.2.3 , if you don't use akmods , install kmod-VirtualBox-OSE.x86_64 first . Should give you a sync between kernel and kmod. Best regards, -- Sérgio M. B. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
