自从我买了内置声卡后,它就一直在和我玩游戏。它好像已经第 10 次决定不输出声音了。
首先,证明这不是硬件问题,我插入了 16.04 32 位 UbuntuMATE,卡工作正常。我正要安装窗户只是为了得到证明!头疼!!
请告诉我如何调试。我只想忘记那张卡。让它工作就行!这次我真的无法解决这个问题。如果你愿意的话,我可以后空翻。
以下是有关系统的一些信息
从aplay -l
:
card 2: PCH [HDA Intel PCH], device 0: CA0132 Analog [CA0132 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: PCH [HDA Intel PCH], device 1: CA0132 Digital [CA0132 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
阿尔萨斯信息
详细脉冲音频
硬信息
信息
核心:
uname -a
:
Linux 4sq 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
bugzilla.kernel.org 上的相关问题
其他问题?
母板: (BIOS 是最新的)
G1.狙击手Z87
BIOS 设置问题(启动板)
还有什么...
编辑:
dmesg -t | grep snd
snd_ca0106 0000:05:01.0: enabling device (0000 -> 0001)
snd_ca0106 0000:05:01.0: Model 1004 Rev 00000000 Serial 10041102
snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
snd_hda_intel 0000:01:00.1: Disabling MSI
snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
snd_hda_intel 0000:00:03.0: failed to add i915 component master (-19)
snd_hda_codec_ca0132 hdaudioC2D2: autoconfig for CA0132: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:line
snd_hda_codec_ca0132 hdaudioC2D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_ca0132 hdaudioC2D2: hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
snd_hda_codec_ca0132 hdaudioC2D2: mono: mono_out=0x0
snd_hda_codec_ca0132 hdaudioC2D2: dig-out=0xc/0x0
snd_hda_codec_ca0132 hdaudioC2D2: inputs:
snd_hda_codec_ca0132 hdaudioC2D2: Mic=0x12
snd_hda_codec_ca0132 hdaudioC2D2: Line=0x11
usbcore: registered new interface driver snd-usb-audio
snd_ca0106 0000:05:01.0: Writing to ADC failed!
snd_ca0106 0000:05:01.0: Writing to ADC failed!
snd_hda_codec_ca0132 hdaudioC2D2: ca0132 DSP downloaded and running
snd_hda_codec_ca0132 hdaudioC2D2: ca0132 DSP downloaded and running
snd_ca0106 0000:05:01.0: Writing to ADC failed!
snd_ca0106 0000:05:01.0: Writing to ADC failed!
snd_ca0106 0000:05:01.0: Writing to ADC failed!
snd_ca0106 0000:05:01.0: Writing to ADC failed!
编辑:这个问题似乎与 bios 参数有关。到目前为止的结果不一致。我只是尝试将参数设置为“自动”或“启用”,最终它就起作用了。https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1658528
答案1
问候!在终端运行:amixer -c2 set 'IEC958' mute
这告诉 alsamixer 调整正确的卡,即 aplay -l 显示的卡 2,或者是卡 0!并且您需要静音“IEC958”
#
https://help.ubuntu.com/community/SoundTroubleshooting
https://help.ubuntu.com/community/SoundTroubleshootingProcedure