From: Heiko Z. <smi...@us...> - 2015-11-06 23:27:23
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20097 Modified Files: vmware Log Message: we need to load vmw_vsock_vmci_transport before we start the vmware daemon Index: vmware =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/vmware,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- vmware 16 Dec 2011 15:40:38 -0000 1.12 +++ vmware 6 Nov 2015 23:27:21 -0000 1.13 @@ -43,6 +43,8 @@ echo "VMWare Virtual Machine detected" echo "Unloading PCNET32" rmmod pcnet32 &> /dev/null + + modprobe vmw_vsock_vmci_transport echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER |