Prueba con la receta de la abuela...
Sonido en X-Planesudo apt-get install libopenal1x32-->
sudo ln -s /usr/liblibopenal.so.1.8.466 /usr/lib/libopenal.so.0x64-->
sudo ln -s /usr/lib32/libopenal.so.1.8.466 /usr/lib32/libopenal.so.0------------------------------------------------------------------------------------------
Remove Pulseaudio
sudo apt-get purge pulseaudio gstreamer0.10-pulseaudiosudo apt-get autoremovesudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss linux-sound-base alsamixerguisudo apt-get install esound esound-clients esound-common libesd-alsa0 gnome-alsamixerrestart your computer!------------------------------------------------------------------------------------------
Notes:-run gstreamer-properties in terminal to set defaults to alsa (the old system/preferences/sound in jaunty)
gstreamer-properties-remove gstreamer0.10-pulseaudio to get sound in totem. The above commands should have taken care of that, but it never hurts to be sure when talking about the hydra that is PulseAudio.
sudo apt-get remove gstreamer0.10-pulseaudio-gnome-alsamixer is for changing the volume, not an applet but better that nothing
This means you are left without a panel applet to control volume across the board,
thanks to the thoughtful efforts of Canonical to shove PulseAudio down our throats. So you need to have something to control audio with:
sudo apt-get install gnome-alsamixerAnd something to keep gnome-alsamixer within easy reach, provided by AllTray:
sudo apt-get install alltrayNow, one last word of advice. Usually the best solution is to use aptitude or synaptic to do these moves, but you'll run headfirst into their dependency resolution efforts, which command them to put PulseAudio back in your system when reinstalling gnome-alsamixer. So either you use apt-get or you reconfigure aptitude/synaptic dependency resolution to work the way you want.