当我关闭或重新启动 HP 8540w 笔记本电脑时,内置和外置扬声器也会发出噼啪声。
lspci | grep Aud
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
cat /proc/asound/card0/codec* | grep Codec
Codec: IDT 92HD75B3X5
Codec: LSI ID 1040
我能够摆脱这个问题添加:
options snd-hda-intel single_cmd=1
到/etc/modprobe.d/alsa-base.conf
,但我的电脑在插入耳机后停止识别耳机。
我尝试在重启之前将 alsa 静音,但噼啪声仍然存在。
我使用以下~/.asoundrc
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
这可能是由于错误options snd-hda-intel
model
或power_save
其他设置导致的。我已经尝试了几种配置,但始终没有成功。