没有音频(NUC上的Ubuntu 16.04.1)

我刚刚使用Celeron N3050处理器在我的Intel NUC5CPYH上安装了Ubuntu 16.04.1。 现在没有声音输出,既不通过HDMI也不通过模拟插孔。 系统设置和pavucontrol显示“虚拟设备”,alsamixer甚至无法启动,因为没有找到设备。

cat /proc/asound/cards --- no soundcards --- 

lspci -nn | grep Audio lspci -nn | grep Audio返回空白,输出lspci -nn : http : //paste.ubuntu.com/23407703/

我能做些什么才能让它发挥作用? 我应该发布哪些额外的调试信息?

从Intel Linux支持,您必须为Ubuntu安装最新的Alsa驱动程序。 在终端窗口中,运行以下命令:

 sudo add-apt-repository ppa:ubuntu-audio-dev/alsa-daily sudo apt update sudo apt install oem-audio-hda-daily-dkms sudo reboot