このあたり参考に、
http://ubuntuforums.org/showthread.php?t=182304&highlight=vmware+sound
まずは、alsa-ossをインストール:
sudo apt-get install alsa-oss
音声のありの VMPlayer bin(vmplayer-alsa) の作成:
sudo vi /usr/bin/vmplayer-alsa
#!/bin/bash LD_PRELOAD=libaoss.so exec /usr/bin/vmplayer "$@"
sudo chmod +x /usr/bin/vmplayer-alsa
これで、vmplayer-alsaから実行すれば音声がでます。
以下の環境で確認、
vmplayer-3.1.3
ホストOS:Ubuntu 10.10
ゲストOS:Windows2000