我无法获得声音输出在我的Debian 8安装,尽管迹象的英特尔音频驱动器正确加载。
监视器音量上升和音频工作良好启动从Ubuntu 16 USB,因此硬件似乎支持。在Debian 8下,我执行了基本的故障排除,确保没有启用静音,并确保选择了正确的输出。
我试过史蒂夫·利特的指南,虽然很有教育意义,但没有成功:
http://www.troubleshooters.com/linux/sound/sound_troubleshooting.htm
我的硬件:
Intel Corporation BOXNUC6I7KYK4
命令输出:
# cat /etc/issue
Debian GNU/Linux 8 \n \l
# uname -a
Linux Debbie 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
# lspci -s 00:1f.3 -v
00:1f.3 Audio device: Intel Corporation Device a170 (rev 31)
Subsystem: Intel Corporation Device 2064
Flags: bus master, fast devsel, latency 32, IRQ 141
Memory at dc240000 (64-bit, non-prefetchable) [size=16K]
Memory at dc220000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: snd_hda_intel
# lsmod | grep snd
snd_hda_codec_hdmi 45118 1
snd_hda_codec_realtek 67168 1
snd_hda_codec_generic 63181 1 snd_hda_codec_realtek
snd_hda_intel 26407 10
snd_hda_controller 26646 1 snd_hda_intel
snd_hda_codec 104500 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 13148 1 snd_hda_codec
snd_pcm 88662 6 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer 26614 1 snd_pcm
snd 65244 26 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
soundcore 13026 2 snd,snd_hda_codec
# modprobe snd_hda_intel <<no output>>运行pavucontrol显示HDMI输出设备,并显示声音正在处理(输出设备选项卡中的声级栏随着speaker-test输出测试噪声而波动)。
我不知道我还需要做些什么来获得声音输出,所以你的帮助是非常感谢的。如果我遗漏了解决这一问题所需的任何细节,请告诉我。
发布于 2016-09-15 13:47:55
我成功了好几次:
sudo alsactl init
https://unix.stackexchange.com/questions/310091
复制相似问题