红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

ubuntu8.04的声音解决办法

发布时间:2008-10-02 21:10:44来源:红联作者:nsname
步骤:

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”。然后注销,重新进入,理论上讲就能解决问题。
文章评论

共有 0 条评论