Ubuntu 16.04 LTS 没有声音。官方故障排除不起作用

Ubuntu 16.04 LTS 没有声音。官方故障排除不起作用

我在带有 ASUS H110 主板的台式机上运行 Ubuntu 16.04 LTS。当我将耳机插入前置音频插孔时没有声音。HDMI 音频和蓝牙扬声器工作正常。无论使用哪种方法,Windows 10 也可以正常工作。

我试过了官方故障排除,但没有运气。当我跑

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install pavucontrol linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop  linux-image-`uname -r` libasound2
sudo apt-get -y --reinstall install linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop  linux-image-`uname -r` libasound2
killall pulseaudio
rm -r ~/.pulse*
ubuntu-support-status
sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`

我收到错误

Setting up linux-sound-base (1.0.25+dfsg-0ubuntu5) ...
Setting up alsa-base (1.0.25+dfsg-0ubuntu5) ...
Setting up libasound2:amd64 (1.1.0-0ubuntu1) ...
Setting up alsa-utils (1.1.0-0ubuntu5) ...
Setting up linux-image-4.10.0-30-generic
(4.10.0-30.34~16.04.1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Not updating initrd symbolic links since we are being     updated/reinstalled 
(4.10.0-30.34~16.04.1 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(4.10.0-30.34~16.04.1 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.10.0-30-generic /boot/vmlinuz-4.10.0-30-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.10.0-30-generic /boot/vmlinuz-4.10.0-30-generic
Error!  The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which
does not match this kernel/arch.  This indicates that it should not be built.
Error!  The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which
does not match this kernel/arch.  This indicates that it should not be built.

bash alsa-info.sh --stdout给我留言snd_hda_codec_realtek hdaudioC0D0: ALC1150: SKU not ready 0x00000000

我也尝试.asoundrc按照建议进行编辑约翰·F。这些都不起作用。我正在等待更新来解决这个问题。同时,有人能提出一个可能的解决方案吗?

更新:我发现后置音频插孔可以使用,这是我之前没有注意到的。不过前置音频插孔无法使用,这很奇怪。

答案1

希望这有帮助!第一种方法 https://help.ubuntu.com/community/SoundTroubleshooting 尝试每一个步骤,然后告诉我哪里出了问题第二种方法尝试将它们取出并重新插入并选择 ubuntu 上显示的默认选项然后你的耳机应该可以工作第三种方法也可以提供帮助! 从 14.04 升级到 14.10:错误!此模块的 dkms.conf 包含与此内核/架构不匹配的 BUILD_EXCLUSIVE 指令。 JoKeR 的回答应该有助于第四种方法,请尝试这种方法http://forums.fedoraforum.org/showthread.php?t=300416 有些答案可能对你有帮助

相关内容