Gentoo Archives: gentoo-user

From: Heiko Baums <lists@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Virtualbox not displaying USB devices
Date: Thu, 26 Nov 2015 19:58:13
Message-Id: 56576443.8050502@baums-on-web.de
In Reply to: Re: [gentoo-user] Virtualbox not displaying USB devices by thelma@sys-concept.com
1 Am 26.11.2015 um 20:55 schrieb thelma@×××××××××××.com:
2
3 > I'll try adding to /etc/conf.d/modules
4 > modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
5 >
6 > But how to load the module without restarting the box?
7
8 Run as root:
9 modprobe vboxpci
10
11 To check if it's already loaded run:
12 lsmod | grep vboxpci

Replies

Subject Author
Re: [gentoo-user] [SOLVED] Virtualbox not displaying USB devices thelma@×××××××××××.com