Index: /trunk/src/VBox/Installer/linux/vboxdrv.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/vboxdrv.sh	(revision 58260)
+++ /trunk/src/VBox/Installer/linux/vboxdrv.sh	(revision 58261)
@@ -397,5 +397,6 @@
                  = "${i}/misc/* ${i}/misc/.. ${i}/misc ${i}/.." &&
                 rmdir "${i}/misc" "${i}"  # We used to leave empty folders.
-            depmod -a -b "${i}"
+            version=`expr "${i}" : "/lib/modules/\(.*\)"`
+            depmod -a "${version}"
         fi
     done
@@ -483,5 +484,5 @@
     ;;
 setup)
-    stop && setup
+    stop && setup && start
     ;;
 cleanup)
