in a konsole terminal try
which should list the vmware modules you have available. If nothing is listed the modules may not have been built during the installation. You may also want to try it without the pipe to grep and see if you have any modules for vmware that way also. If they are present, you will want toCode:root@bt:~# modprobe -l | grep vm
use modprobe to add them in. To check if you already have these modules loaded you can use
again you can omit the grep if you like. vmnet is really the one in question. Also if you run ifconfig -a you should see some vmnet adapters. If I recall correctly you may need to do something likeCode:root@bt:~# lsmod | grep vm
FYI I've never installed vmware in bt4. I have installed it in gentoo and ubuntu 10.04. Gentoo is where I had similar trouble to what you describeCode:root@bt:~# /etc/init.d/vmware start


))
