步骤:
sudo aptitude remove nspluginwrapper sudo aptitude remove libflashsupport
sudo rm ~/.pulse/* ~/.asoundrc* /etc/asound.conf
sudo aptitude install padevchooser libao-pulse libasound2-plugins libsdl1.2debian-pulseaudio
执行完后,gksudo gedit /etc/apt/sources.list
把下面几行添加到最后,保存退出:
# PulseAudio Fixes
deb http://ppa.launchpad.net/psyke83/ubuntu hardy main
deb-src http://ppa.launchpad.net/psyke83/ubuntu hardy main
然后更新仓库列表,升级系统
sudo aptitude update
sudo aptitude upgrade
最后吧PulseAudio设置成默认的ALSA设备,开启正确的驱动:
asoundconf set-pulseaudio
echo “default_driver=pulse” >~/.libao
最后去System/Preferences/Sound下,保证所有的 “Sound Playback” 的设置都是默认设置“Autodetect”。然后注销,重新进入,理论上讲就能解决问题。

