我的主板是 Gigabyte G1 Sniper M5 在该主板的下载页面上,显示他们只提供适用于 Windows 系统的驱动程序。
我猜是驱动程序的问题。我尝试了所有标准音频故障排除方法,但一无所获。
编辑:
运行 gnome-control-center 的错误信息:
(unity-control-center:3279): sound-cc-panel-WARNING **: Unable to find stream for bar '(null)'
(unity-control-center:3279): sound-cc-panel-WARNING **: active_output_update - couldn't find a stream from the supposed active output
(unity-control-center:3279): sound-cc-panel-WARNING **: active_input_update - couldn't find a stream from the supposed active input
运行 sudo gnome-control-center 的错误消息:
** (gnome-control-center.real:3301): WARNING **: Ignoring launcher gufw (missing desktop file)
** (gnome-control-center.real:3301): WARNING **: Ignoring launcher ubuntuone-installer (missing desktop file)
(gnome-control-center.real:3301): IBUS-WARNING **: The owner of /home/lewis/.config/ibus/bus is not root!
答案1
我只使用 ubuntu 14.04。但我发现没有音频输出问题与 /dev/snd 及其文件的权限有关。在我的系统上,这些文件具有 root 用户和 audio 组的权限。
请注意,没有世界权限,因此用户必须属于音频组才有权限。
ls -l /dev/snd 查看权限。 .....@xen2[2145]ls -l /dev/snd 共 0 drwxr-xr-x 2 root root 80 三月 22 17:42 路径 crw-rw----+ 1 根音频 116,2 3 月 22 日 17:42 controlC0 crw-rw----+ 1 根音频 116,7 月 22 日 17:42 controlC1 crw-rw----+ 1 根音频 116,6 月 22 日 17:42 hwC0D0 crw-rw----+ 1 root audio 116,10 月 22 日 17:42 hwC1D0 crw-rw----+ 1 根音频 116,4 月 22 日 17:44 pcmC0D0c crw-rw----+ 1 根音频 116,3 月 22 日 18:56 pcmC0D0p crw-rw----+ 1 根音频 116,5 月 22 日 17:42 pcmC0D2c crw-rw----+ 1 根音频 116,8 月 22 日 17:44 pcmC1D3p crw-rw----+ 1 根音频 116,9 月 22 日 17:44 pcmC1D7p crw-rw----+ 1 根音频 116,1 月 22 日 17:42 顺序 crw-rw----+ 1 root audio 116, 33 3月 22 17:42 计时器 如果你的 /dev/snd 文件具有相同的权限 grep audio /etc/group 看看您是否在该组中。 我将我的用户名添加到了群组音频 sudo usermod -a -G audio “我的用户名” 不要引用“您的用户名。 我使用 fvwm 作为窗口管理器,并在 xterm 中启动 gnome。或者 Gnome-Terminial。 我快速的声音测试 gnome-control-center sound 看看是否有音效输出。 否,然后使用 sudo gnome-control-center sound 执行此操作,看看声音效果是否有效。 如果它对 sudo 或 root 有效,但对你无效,那么它就是权限问题。 我刚刚使用 USB 上的 amd64 桌面 iso 在我的笔记本电脑上安装了 14.04。 但默认安装的是 Unity。声音开箱即用。 但是没有 gnome-control-center 声音实用程序。 所以我 sudo apt-get gnome 它还安装了许多 gnome 实用程序... 它要求我选择窗口管理器 ligntdm 或 gdm。我选中了 lightdm 并将其保留。我将安装 xdm,然后使用它。 我怀疑 xdm 比 gdm 或 lightdm 更通用。 然后我就跑了 sudo gnome-control-center sound 并且在声音效果下只有默认效果,当我用鼠标点击它时,它会发出音频咔嗒声。