Here is the Workaround:

#!/bin/sh

aptitude install vmware-server-kernel-modules build-essentials
export TMPDIR=`mktemp -d`
mkdir -p $TMPDIR
cd $TMPDIR
tar xvjf /usr/src/vmware-server.tar.bz2
cd modules/vmware-server-kernel/

export KPKG_DEST_DIR=/root/deb/ # otherwise fakeroot won't work
mkdir $KPKG_DEST_DIR

export KVERS=`uname -r`
fakeroot debian/rules binary-modules
sudo dpkg -i $KPKG_DEST_DIR/vmware-server-kernel-modules-`uname -r`*.deb
cd -
rm -r modules
sudo /etc/init.d/vmware-server restart
cd
rm -rf $TMPDIR

-- 
No vmnet module for -386er Kernel
https://bugs.launchpad.net/bugs/185415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to