in a konsole terminal try
Code:
root@bt:~# modprobe -l | grep vm
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 to
use modprobe to add them in. To check if you already have these modules loaded you can use
Code:
root@bt:~# lsmod | grep vm
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 like
Code:
root@bt:~# /etc/init.d/vmware start
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 describe