blog/content/post/fix-headset-microphone-issue-in-linux.md
2022-03-18 00:09:36 +05:30

1.5 KiB

title date lastmod draft keywords description tags categories author comment toc autoCollapseToc postMetaInFooter hiddenFromHomePage contentCopyright reward mathjax mathjaxEnableSingleDollar mathjaxEnableAutoNumber hideHeaderAndFooter flowchartDiagrams sequenceDiagrams
Fix Headset Microphone Issue in Linux 2022-03-17T23:48:49+05:30 2022-03-17T23:48:49+05:30 false
headset
unplugged
driver
linux
false false false true false false false false false false false
enable options
false
enable options
false

You may have noticed your plugged in headset shows up as "Headset (unplugged)" in Pavucontrol and it does not take audio input. Your computer is probably missing on some kernel modules for audio capture to work properly. Put the following in /etc/modprobe.d/alsa-base.conf

options snd-hda-intel model=alc255-acer,dell-headset-multi

These modules work even when your device is not from the said OEMs. Additionally, there might already exist a module specifically for your machine. In that case, put that in the file and reboot.