内置麦克风仅在 Lenovo Ideapad 和 Ubuntu 20.04 上录制静态噪音。我尝试删除 PulseAudio 配置,重新启动 PulseAudio,并重新安装 Alsa。sudo pavucontrol也没有帮助。我知道麦克风很好,因为它可以在另一个操作系统上运行。
这是 Alsa 配置:
pouria@pouria-pc:~$ sudo cat /etc/modprobe.d/alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe …Run Code Online (Sandbox Code Playgroud) 我刚刚安装了 Ubuntu 20.04,麦克风无法工作。它仅记录静态噪声。