sudo /usr/share/alsa-base/snddevices
Since these disappear after a reboot, I created a nice alias in my .bashrc:
alias vmsound=' sudo /usr/share/alsa-base/snddevices'
With a little side of applesauce...
sudo /usr/share/alsa-base/snddevices
alias vmsound=' sudo /usr/share/alsa-base/snddevices'
©2006 Shannon Eric Peevey
1 comments:
Thank you very much!!!.
I was almost desperate not being able to find a cure for this.
Just an appointment. Make sure sound in your virtual machine is not configured as "Auto detect" but "/dev/dsp". If not, you should edit your-virtual-machine.vmx file and change:
sound.file="/dev/dsp"
sound.autodetect="FALSE"
Post a Comment