Searched refs:DKMS (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/HostDrivers/linux/
H A Ddo_dkms4 # Script to register/build/unregister a kernel module with DKMS.
29 DKMS=`which dkms 2>/dev/null`
30 if [ -n "$DKMS" ]
34 echo "Uninstalling modules from DKMS"
37 $DKMS status -m $m | while read line
46 echo " removing old DKMS module $m version $version"
47 $DKMS remove -m $m -v $version --all
55 echo "Attempting to install using DKMS"
56 if $DKMS add -m $MODULE -v $VERSION &&
57 $DKMS buil
[all...]
/vbox/src/VBox/Installer/linux/debian/
H A Dprerm.in64 DKMS=`which dkms 2>/dev/null`
65 if [ -n "$DKMS" ]; then
66 $DKMS remove -m vboxhost -v %VER% --all > /dev/null 2>&1 || true
H A Dpostinst.in127 # shipped modules found, register sources at DKMS anyway
132 DKMS=`which dkms 2>/dev/null`
133 if [ -n "$DKMS" ]; then
134 $DKMS add -m vboxhost -v %VER% > /dev/null 2>&1 || true
/vbox/debian/
H A Dprerm.in64 DKMS=`which dkms 2>/dev/null`
65 if [ -n "$DKMS" ]; then
66 $DKMS remove -m vboxhost -v %VER% --all > /dev/null 2>&1 || true
H A Dpostinst.in127 # shipped modules found, register sources at DKMS anyway
132 DKMS=`which dkms 2>/dev/null`
133 if [ -n "$DKMS" ]; then
134 $DKMS add -m vboxhost -v %VER% > /dev/null 2>&1 || true
/vbox/src/VBox/Installer/linux/
H A Dinstall.sh45 DKMS=`which dkms 2> /dev/null`
274 if [ ! "$VERSION" = "$INSTALL_VER" -a ! "$BUILD_MODULE" = "true" -a -n "$DKMS" ]
291 if [ -n "$DKMS" ]
293 $DKMS remove -m vboxhost -v $INSTALL_VER --all > /dev/null 2>&1
294 $DKMS remove -m vboxdrv -v $INSTALL_VER --all > /dev/null 2>&1
295 $DKMS remove -m vboxnetflt -v $INSTALL_VER --all > /dev/null 2>&1
296 $DKMS remove -m vboxnetadp -v $INSTALL_VER --all > /dev/null 2>&1
H A Dvboxdrv.sh.in299 DKMS=`which dkms 2>/dev/null`
300 if [ -n "$DKMS" ]; then
301 begin_msg "Uninstalling old VirtualBox DKMS kernel modules"
325 if [ -n "$DKMS" ]; then
326 begin_msg "Trying to register the VirtualBox kernel modules using DKMS"
328 fail_msg "Failed, trying without DKMS"
329 DKMS=""
332 if [ -z "$DKMS" ]; then
H A Duninstall.sh32 [ -z "$DKMS" ] && DKMS=`which dkms 2> /dev/null`
77 if [ -n "$DKMS" ]; then
78 $DKMS remove -m vboxhost -v $INSTALL_VER --all > /dev/null 2>&1
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec343 DKMS=`which dkms 2>/dev/null`
344 if [ -n "$DKMS" ]; then
345 $DKMS remove -m vboxhost -v %VER% --all > /dev/null 2>&1 || true
409 DKMS=`which dkms 2>/dev/null`
410 if [ -n "$DKMS" ]; then
411 $DKMS remove -m vboxhost -v %VER% --all > /dev/null 2>&1 || true

Completed in 247 milliseconds