最近,使用经典的有线音频组合插孔耳机时,外部麦克风停止工作。
更糟糕的是,我现在已经尝试过了全新 Ubuntu 20.10 USB 直播,也无法工作。
基本:
- 耳机的麦克风在同一台机器上的 MS Windows 和另一台机器上的旧版 Xubuntu 上都能正常工作。
- 笔记本电脑内置麦克风工作正常。
- 是的,我已在设置中将麦克风取消静音。
奇怪的观察:
pavucontrol中只有一个配置文件:而在我的旧机器上,安装了 Xubuntu还有很多我已经习惯在“模拟立体声双工“ 和 ”模拟立体声输出“以一种方便的方式真正地使所有麦克风静音。
没有外接麦克风
[on]
或[off]
有amixer
外接麦克风:
$ amixer -c 0 | grep -iA6 mic
Simple mixer control 'Dmic0',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 70
Front Left: Capture 63 [90%] [13.00dB] [off]
Front Right: Capture 63 [90%] [13.00dB] [off]
Simple mixer control 'Dmic1 2nd',0
Capabilities: cvolume
Capture channels: Front Left - Front Right
Limits: Capture 0 - 70
Front Left: Capture 65 [93%] [15.00dB]
Front Right: Capture 65 [93%] [15.00dB]
Simple mixer control 'PGA1.0 1 Master',0
-- 在内部麦克风声音设置中取消/静音时,这些 [[on|off]] 会正确更改:
无效的方法:此建议 ( killall pulseaudio && pulseaudio -k && rm -r ~/.config/pulse/* ; rm -r ~/.pulse* ; sleep 10 && reboot
)来自 help.ubuntu.com没有帮助。
硬件和操作系统信息:
$ lspci | grep -i audio
00:1f.3 Multimedia audio controller: Intel Corporation Smart Sound Technology Audio Controller (rev 30)
$ sudo lshw | grep -C6 "00:1f.3"
configuration: latency=0
*-multimedia
description: Multimedia audio controller
product: Smart Sound Technology Audio Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 30
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=sof-audio-pci latency=32
resources: irq:186 memory:9c4b4000-9c4b7fff memory:9c200000-9c2fffff
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy
$ uname -oipmvr
5.8.0-34-generic #37-Ubuntu SMP Thu Dec 10 18:01:14 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ cat /proc/asound/card*/codec* | grep Codec
Codec: Realtek ALC295
Codec: Intel Icelake HDMI
如何解决这个问题?
我相信这款耳机在 20.04 版本中运行良好。请问该怎么办?