安装12.04后声音无法正常工作

我最近安装了12.04,但是当我连接时,内置扬声器和耳机都没有声音。

我按照https://wiki.ubuntu.com/DebuggingSoundProblems上的说明无效,并提交了错误报告。 我也试过运行alsamixer并取消其他一些东西,但这没有用。

我试图通过运行升级alsa声音驱动程序:

sudo add-apt-repository ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install linux-alsa-driver-modules-$(uname -r) 

但是在最后一个命令:

 $ sudo apt-get install linux-alsa-driver-modules-$(uname -r) Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-alsa-driver-modules-3.2.0-24-generic-pae E: Couldn't find any package by regex 'linux-alsa-driver-modules-3.2.0-24-generic-pae' 

我该怎么做才能让声音正常运转?

值得注意的是10.04以前在这台机器上运行时没有声音问题。

在我的案例中解决这个问题的是在Ubuntu论坛上发布的 。

使用以下行附加/etc/modprobe.d/alsa-base.conf

 options snd-hda-intel model=generic 

然后重启你的Ubuntu系统。

只需删除/重命名隐藏文件和文件夹.pulse.pulse-cookie然后重新启动。

如果这不起作用,请尝试安装包pavucontrol