Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: jburrell on November 17, 2006, 06:08:30 AM

Title: VMWare tools, VMXnet driver and SME7
Post by: jburrell on November 17, 2006, 06:08:30 AM
*EDIT - original message reinstated with modifications.

Hi.

I am currently attempting to get vmware tools installed on SME7 and running into the same problem(s) described here :

http://forums.contribs.org/index.php?topic=32138.0

So, after removing what i assume are the relevant lines in modprobe.conf that refer to pcnet32, vmware-tools-config.pl runs to completion fine.

and then I followed the instructions it gave to get the vmxnet drivers running after the vmware-tools-config.pl script has been run.

Quote

To use the vmxnet driver, restart networking using the following commands:
/etc/init.d/network stop
rmmod pcnet32
rmmod vmxnet
depmod -a
modprobe vmxnet
/etc/init.d/network start


However, when i rmmod pcnet32 i get the error :
"ERROR : Module pcnet32 does not exist in /proc/modules"
And the same when i rmmod vmxnet.
If i continue regardless and try and modprobe vmxnet i get the error :

FATAL: Module vmxnet not found.



*edit again! - ok, I just depmod -a and then modprobe vmxnet which didn't come up with any errors.

then i did
/etc/init.d/network start
which came up without any errors.

However, when i tried to start vmware-tools with :

/usr/bin/vmware-toolbox

I get the error :

Quote

/usr/lib/bmware-tools/bin32/vmware-toolbox-gtk: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory


So, i'm scratching my head here! the vmware-tools-config.pl ran without any errors!

My linux-fu is only fairly mediocre, so any assistance would be appreciated. Thanks!
Title: VMWare tools, VMXnet driver and SME7
Post by: william_syd on November 18, 2006, 02:28:29 PM
vmware-toolbox requires a windows manager (xserver) to bring up the pretty box.

SMEServer does not have this installed as it's more a server/command line setup. (lean and mean)

Ask over at vmware.com forums on how to replace vmware-toolbox functions with the command line.

Quote from: "jburrell"
However, when i tried to start vmware-tools


Did you check the how-to (http://no.longer.valid/phpwiki/index.php/How-To%20install%20VMware-Tools%20on%20a%20SME%207.0%20Virtual%20Machine) ?
Title: VMWare tools, VMXnet driver and SME7
Post by: compdoc on November 24, 2006, 07:34:45 PM
I used the Howto, and got the ERROR : Module pcnet32 does not exist in /proc/modules after running rmmod pcnet32. I didnt get a vmxnet error.

I just ignored it and it loaded fine...