only to find that it will not work for vboxdrv module is not found
vboxdrv is made by virtualbox merge no ?
now how can i make the module?
Code: Select all
localhost ramaswamy # cat /etc/conf.d/modules
# You can define a list modules for a specific kernel version,
# a released kernel version, a main kernel version or just a list.
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
#modules_2_6_23="tun ieee1394"
#modules_2_6="tun"
#modules="ohci1394"
# You can give modules a different name when they load - the new name
# will also be used to pick arguments below.
#modules="dummy:dummy1"
# Give the modules some arguments if needed, per version if necessary.
#module_ieee1394_args="debug"
#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394"
#module_ieee1394_args_2_6_23="tun ieee1394"
#module_ieee1394_args_2_6="tun"
# You should consult your kernel documentation and configuration
# for a list of modules and their options.
localhost ramaswamy # modprobe vboxdrv
localhost ramaswamy #
Code: Select all
--- replaced obj /etc/udev/rules.d/10-virtualbox.rules
--- replaced dir /etc/udev/rules.d
--- replaced dir /etc/udev
--- replaced dir /etc
* Removing app-emulation/virtualbox-modules-4.0.4 from moduledb.
>>> Original instance of package unmerged safely.
* Updating module dependencies for 2.6.36-gentoo-r5 ... [ ok ]
* Adding module to moduledb.
* Starting with the 3.x release new kernel modules were added,
* be sure to load all the needed modules.
*
* Please add "vboxdrv", "vboxnetflt" and "vboxnetadp" to:
* /etc/conf.d/modules
*
* If you are experiencing problems on your guests
* with USB support and app-emulation/virtualbox-bin,
* uncomment the udev rules placed in:
*
* /etc/udev/rules.d/10-virtualbox.rules
*
>>> Recording app-emulation/virtualbox-modules in "world" favorites file...
* Messages for package app-emulation/virtualbox-modules-4.0.4:
* Starting with the 3.x release new kernel modules were added,
* be sure to load all the needed modules.
*
* Please add "vboxdrv", "vboxnetflt" and "vboxnetadp" to:
* /etc/conf.d/modules
*
* If you are experiencing problems on your guests
* with USB support and app-emulation/virtualbox-bin,
* uncomment the udev rules placed in:
*
* /etc/udev/rules.d/10-virtualbox.rules
*
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
* GNU info directory index is up-to-date.
localhost ramaswamy # Code: Select all
tom@eServer0 ~ $ cat /etc/modules.autoload.d/kernel-2.6 | grep vbox
vboxnetadp
vboxnetflt
vboxdrv
Code: Select all
localhost ramaswamy # eix baselayout
[D] sys-apps/baselayout
Available versions: [P]1.11.15-r3 1.12.13 1.12.14-r1 (~)2.0.1 (~)2.0.1-r1 {bootstrap build static unicode}
Installed versions: 2.0.2(08:52:32 03/19/11)(-build)
Homepage: http://www.gentoo.org/
Description: Filesystem baselayout and init scripts
* sys-apps/baselayout-vserver
Available versions: [M]1.11.14-r4 [M](~)1.12.3 [M](~)1.12.6 {bootstrap build static unicode}
Homepage: http://www.gentoo.org/
Description: Filesystem baselayout and init scripts
Found 2 matches.
localhost ramaswamy # 
Code: Select all
modules="vboxnetadp vboxnetflt"Code: Select all
modules_2_6="${modules_2_6} vboxdrv vboxnetflt vboxnetadp"