Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

virtualbox-ose problem: how to run "modprobe vboxdrv" automatically

104 views
Skip to first unread message

sal...@t2.technion.ac.il

unread,
Dec 14, 2008, 6:20:11 PM12/14/08
to

hi all,
i installed virtualbox following advices in previus treads. it's working ok, but
my problem is that modprobe don't seem to be presistant i.e i need to
run "modprobe vboxdrv" as root every time i restart. is there any way to
make it load the module automatically?

thanks,

Alon


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Rene Engelhard

unread,
Dec 14, 2008, 6:20:12 PM12/14/08
to
Hi,

sal...@t2.technion.ac.il wrote:
> i installed virtualbox following advices in previus treads. it's working ok, but
> my problem is that modprobe don't seem to be presistant i.e i need to
> run "modprobe vboxdrv" as root every time i restart. is there any way to
> make it load the module automatically?

RTFM.

(/etc/modules)

Grüße/Regards,

René
--
.''`. René Engelhard -- Debian GNU/Linux Developer
: :' : http://www.debian.org | http://people.debian.org/~rene/
`. `' re...@debian.org | GnuPG-Key ID: 248AEB73
`- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73

Davide Mancusi

unread,
Dec 14, 2008, 6:20:15 PM12/14/08
to
> i installed virtualbox following advices in previus treads. it's
> working ok, but my problem is that modprobe don't seem to be
> presistant i.e i need to run "modprobe vboxdrv" as root every time i
> restart. is there any way to make it load the module automatically?

Modules listed in /etc/modules will be modprobe'd automatically
at boot.

Cheers,
Davide

--
Time flies like an arrow. Fruit flies like a banana.
--
If anything can go wrong it wSegmentation fault
core dumped

Thilo Six

unread,
Dec 14, 2008, 7:50:08 PM12/14/08
to
Rene Engelhard wrote the following on 15.12.2008 00:14

> Hi,
>
> sal...@t2.technion.ac.il wrote:
>> i installed virtualbox following advices in previus treads. it's working ok, but
>> my problem is that modprobe don't seem to be presistant i.e i need to
>> run "modprobe vboxdrv" as root every time i restart. is there any way to
>> make it load the module automatically?
>
> RTFM.
>
> (/etc/modules)
>
> Grüße/Regards,
>
> René

RTFMen hat ergeben:


<-------------------------------------------
$ grep -C 3 vboxdrv etc/init.d/virtualbox-ose
case "$1" in
start)
# try to insert module but do not fail if not possible
if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
/sbin/modprobe -q vboxdrv || true
fi
start_network
;;
stop)
stop_network
if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
/sbin/modprobe -qr vboxdrv || true
fi
;;
restart|reload)
--------------------------------------------->

Alon welchen Kernel benutzt du?


--
bye Thilo

key: 0x4A411E09

Thilo Six

unread,
Dec 15, 2008, 12:50:14 PM12/15/08
to

<- *snip* ->


> <-------------------------------------------
> $ grep -C 3 vboxdrv etc/init.d/virtualbox-ose
> case "$1" in
> start)
> # try to insert module but do not fail if not possible
> if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
> /sbin/modprobe -q vboxdrv || true
> fi
> start_network
> ;;
> stop)
> stop_network
> if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
> /sbin/modprobe -qr vboxdrv || true
> fi
> ;;
> restart|reload)
> --------------------------------------------->
>
> Alon welchen Kernel benutzt du?

:%s:Alon welchen Kernel benutzt du?:Alon which kernerl are you using?:gc

0 new messages