VMware Server, Ubuntu, sound mixing/ALSA
Sunday, April 27th, 2008Simple and fast howto to get the sound mixer working with vmware-server 1.0.5 and Kubuntu 8.4 Hardy Heron (and of course, ALSA)
Use the following commands in your terminal:
sudo -i
aptitude install alsa-oss
chmod +s /usr/lib/libaoss.so.*
cd /usr/lib/vmware/bin
mv vmware-vmx vmware-vmx.real
echo ‘#!/bin/bash’ > vmware-vmx
echo ‘LD_PRELOAD=libaoss.so exec /usr/lib/vmware/bin/vmware-vmx.real “$@”‘ >> vmware-vmx
chmod +x vmware-vmx

