Hello everyone
We are working on the problem of Parallels Tools installation.
Now we can recommend you the following workaround. It should help you to work with OpenSuse VM with supporting Parallels Tools:
Open Terminal and type the following commands:
0. uname -a
>> remember the version of kernel module. For example, 3.4.6-2.10-desktop
1. sudo cp /usr/lib/parallels-tools/kmods/prl_fs_freeze/Snapshot/Guest/Linux/prl_freeze/prl_fs_freeze.ko /lib/modules/<kernel_module version>/extra/
*
sudo cp /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prl_tg.ko /lib/modules/<kernel_module version>/extra/
sudo cp /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.ko /lib/modules/<kernel_module version>/extra/
sudo cp /usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/prl_fs.ko /lib/modules/<kernel_module version>/extra/
2. sudo depmod -a
3. sudo modprobe prl_fs_freeze
sudo modprobr prl_tg
sudo modprobe prl_eth
sudo modprobe prl_fs
4. Then reboot your VM
Last edited by a moderator: Sep 7, 2012