I got a similar problem here after updating to Linux 5.8.18-1-MANJARO x86_64 20.2 Nibia
, When I run pavucontrol I see two input devices:
- Digital Microphone - Family 17h (Models 10h-1fh) Audio Controller Digital Microphone. Shows no input but it’s 100 % without no sound.
- Headphones Stereo Microphone (unplugged) - Family 17h (Models 10h-1fh) HD Audio Controller Headphones Stereo Microphone. This does show input.
I tried to install latest pulseaudio dev version with pulseaudio-git
but can’t manage to select the second microphone that does have input volume. My problem is that it’s always « force-selecting » the first one port: Digital Microphone
which input is stuck to maximum but no sounds. My computer is a Lenovo Legion 5-15ARH05 Type 82B5
.
This seems a really silly bug right here because I receive volume input inside this second input Family 17h (Models 10h-1fh) HD Audio Controller Headphones Stereo Microphone
with port : Headphones Stereo Microphone (unplugged)
but I can’t seem to activate it, also when I change volume db from second input it changes the first one.
Sorry I can’t give any screenshot to make it more clearer.
Here are some specs just in case :
~ pacmd list-cards
1 card(s) available.
index: 0
name: <alsa_card.pci-0000_05_00.6>
driver: <module-alsa-card.c>
owner module: 7
properties:
alsa.card = "0"
alsa.card_name = "HD-Audio Generic"
alsa.long_card_name = "HD-Audio Generic at 0xd15c0000 irq 98"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:05:00.6"
sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card0"
device.bus = "pci"
device.vendor.id = "1022"
device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
device.product.id = "15e3"
device.product.name = "Family 17h (Models 10h-1fh) HD Audio Controller"
device.string = "0"
device.description = "Family 17h (Models 10h-1fh) HD Audio Controller"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
HiFi: Play HiFi quality Music (priority 8000, available: unknown)
off: Off (priority 0, available: unknown)
active profile: <HiFi>
sinks:
alsa_output.pci-0000_05_00.6.HiFi__hw_Generic__sink/#0: Family 17h (Models 10h-1fh) HD Audio Controller Speaker + Headphones
sources:
alsa_output.pci-0000_05_00.6.HiFi__hw_Generic__sink.monitor/#0: Monitor of Family 17h (Models 10h-1fh) HD Audio Controller Speaker + Headphones
alsa_input.pci-0000_05_00.6.HiFi__hw_acp__source/#1: Family 17h (Models 10h-1fh) HD Audio Controller Digital Microphone
alsa_input.pci-0000_05_00.6.HiFi__hw_Generic__source/#2: Family 17h (Models 10h-1fh) HD Audio Controller Headphones Stereo Microphone
ports:
[Out] Speaker: Speaker (priority 100, latency offset 0 usec, available: unknown)
properties:
[Out] Headphones: Headphones (priority 200, latency offset 0 usec, available: no)
properties:
[In] Mic1: Digital Microphone (priority 100, latency offset 0 usec, available: unknown)
properties:
[In] Mic2: Headphones Stereo Microphone (priority 200, latency offset 0 usec, available: no)
properties:
~ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 0: ALC257 Analog [ALC257 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: acp [acp], device 0: DMIC capture dmic-hifi-0 []
Subdevices: 0/1
Subdevice #0: subdevice #0
~ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 53084 [81%] [on]
Front Right: Playback 53084 [81%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 43800 [67%] [on]
Front Right: Capture 43800 [67%] [on]
Also someone with popos had similar bug right here on reddit :
/r/pop_os/comments/jaaqv7/microphone_not_working_since_upgrade_to_2004/
Thanks to anyone reading this or even helping, sorry if this post is messy as I’m inexperienced :s