On Sun, 05 Feb 2012 14:59:17 -0500 Lucélio Gomes de Freitas <[email protected]> wrote:
> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi List, > > Ref: > Native system: > => Linux MAQ01.REDE01 3.2.2-1.fc16.x86_64 #1 SMP Thu Jan 26 03:21:58 > UTC 2012 x86_64 x86_64 x86_64 GNU/Linux > > Installed VirtualBox: > => VirtualBox-OSE.x86_64 4.1.8-2.fc16 @rpmfusion-free-updates > => kmod-VirtualBox-OSE-3.2.2-1.fc16.x86_64.x86_64 4.1.8-1.fc16.7 > @rpmfusion-free-updates > > Virtual machine: > => WinVista64 > > When starting a virtual machine it appear two Windows: > > The first => Failed to open a session for the virtual machine > WinVista64. The virtual machine 'WinVista64' has terminated > unexpectedly during startup with exit code 1. > > > The second => Kernel driver not installed (rc=-1908) > The VirtualBox Linux kernel driver (vboxdrv) is probably not loaded. > If you installed or VirtualBox OSE package recently you need to > restart the computer for the driver to load. > Alternatively, you may attempt to load the driver by issuing the > following command with system administrator (root) privileges: > '/etc/sysconfig/modules/VirtualBox-OSE.modules' > > 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? > > I tryed: > sudo /sbin/service vboxdrv setup > The virtual machine is WinVista, but unfortunately this solution did > not work for me. -- I've seen this on kernel 3.1 do updatedb, and then look for , run "locate vmon" for instance, the src of each of the modules that didn't build, luckily someone has put a precompiled module in the package. go to the directory if there is no module like vmon.ko you can always try to make it. If the drectory has Makefile try running make. When you have located each of the missing modules just run modprobe <modulename> Its a long winded way of doing it but it may get you out off the problem. Once you have the modules installed vbox will run, vboxdrv isn't needed as you have done what it does. -- Best wishes / 73 Richard Bown e-mail: [email protected] or [email protected] nil carborundum a illegitemis ################################################################################## Ham Call G8JVM . OS Fedora FC16 x86_64 on a Dell Insiron N5030 laptop Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs mins ) QRV HF + VHF Microwave 23 cms:140W,13 cms:100W,6 cms:10W & 3 cms:5W ################################################################################## ------------------------------------------------------------------------------ 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
