Suse Linux 9.1/9.2 and vmware

I downloaded again a VMware release to test (4.5.2). But it didn't even wanted to be configured. Apparently Suse has screwed up the installation source directory tree structure. I found this fix: cd /usr/src/linux su make cloneconfig make prepare After this the vmware-config.pl should run ok. Before running the vmware-config.pl I also applied the vmware-any-any-update78 patch. BTW: You have to repeat this procedure everytime you update your kernel! After updating to 9.2 I had more problems. After every restart I had to execute vmware-config.pl again. This was fixed by adding for a in `seq 0 9`; do mknod /dev/vmnet$a c 119 $a; done to the beginning of the /etc/init.d/vmware file. After kernel updates the procedure before starting vmware-config.pl is cd /usr/src/linux make cloneconfig make modules_prepare