安装 Ubuntu 13.04 x64 后,我意识到我的声音不起作用(设置中只显示耳机)。
按照本指南,我手动将我的 Dell Studio 1740 音频硬件添加到:
options snd-hda-intel model=dell-m6
Run Code Online (Sandbox Code Playgroud)
内etc/modprobe.d/alsa-base.conf。
使用测试扬声器功能,我发现我的右扬声器(带有电源和音量旋钮的扬声器)没有声音。
我在 Ubuntu 14 中遇到声音问题,主要是欠载导致跳过和难看的噪音,我想删除脉冲音频以尝试调试。
但是当我这样做时,会破坏 ubuntu 中的系统设置。通过安装“ubuntu-desktop”或“unity”来解决这个问题会导致重新安装pulse。
我已将一些我不使用的驱动程序列入黑名单,但没有正面或负面的影响。我还尝试在重新安装之前删除脉冲并删除 ~/.pulse 文件夹。
任何帮助表示赞赏。
我的 ThinkPad Yoga X1 上的声音以前可以正常工作。我不确定发生了什么变化,但现在它不再起作用了。它仍然可以在 ubuntu 18.04 的并行安装上继续工作一段时间(是的,我安装了两次相同的发行版)。它仍然适用于 Windows 10 的并行安装。
当我按下键盘上的音量按钮时,它会更改“虚拟输出”设备的音量。
lspci 列出音频设备:
$ lspci | grep -A8 Audio
00:1f.3 Audio device: Intel Corporation Device 9dc8 (rev 11)
00:1f.4 SMBus: Intel Corporation Device 9da3 (rev 11)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 9da4 (rev 11)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (6) I219-LM (rev 11)
03:00.0 Non-Volatile memory controller: Micron/Crucial Technology Device 2263 (rev 03)
05:00.0 PCI bridge: Intel Corporation JHL6540 Thunderbolt 3 Bridge …Run Code Online (Sandbox Code Playgroud)