Installed Fedora Linux 40 in Nitro 5 AN515-58. When I plug in my headset, microphone doesn't work.
Hello,
I have an Acer Nitro 5 AN515-58 and installed Fedora Linux 40. I have issues when I plug in my headset, the microphone doesn't work.
I tried adding models to this file /etc/modprobe.d/alsa-base.conf and the latest attempt was using:
options snd-hda-intel model=alc297,dell-headset-multi
But no luck at all.
[Edited the thread to add model number to the title and add issue detail]
Answers
-
The issue with the headset microphone not working on your Acer Nitro 5 AN515-58 running Fedora Linux 40 seems to be a common problem. Here are a few potential solutions to try:
- In Pavucontrol, go to the Configuration tab and ensure the Profile is set to "Analog Stereo Duplex". This activates both the microphone and speakers.
- In the Input Devices tab of Pavucontrol, make sure the headset microphone is selected and not muted. The level bar should move when you speak into the mic.
- Try recording a test audio file using the command arecord test.wav or arecord -f cd test.wav to check if the microphone is working.
- Modify the /etc/modprobe.d/alsa-base.conf file with the following lines:
options snd-hda-intel model=alc287 options snd-hda-intel probe_mask=0x2
This may help the system detect the headset microphone.
- Update to the latest kernel version (6.9 or higher) as some users reported improvements with newer kernels.
windows 10/11 optimization guide for gaming
Windows 10/11 optimization guide for gaming — Acer Community
My AN515-43 laptop UserBenchmark-
https://www.userbenchmark.com/UserRun/515145660 -
Hello, I tried that, and nothing changed. Fedora is using the latest kernel version available.
0 -
- Make sure the headset microphone is not muted in PulseAudio Volume Control. Go to the Input Devices tab and ensure the microphone is selected and not muted
- Try different headset models to isolate if it's a hardware compatibility issue. Some users have reported success with USB audio devices
it's possible there are still compatibility problems between your hardware and the Linux kernel audio drivers. In that case, you may need to wait for future kernel updates or consider using a USB audio adapter as a workaround
windows 10/11 optimization guide for gaming
Windows 10/11 optimization guide for gaming — Acer Community
My AN515-43 laptop UserBenchmark-
https://www.userbenchmark.com/UserRun/515145660 -
Hey, it was actually a problem with the Linux kernel driver. I've made a patch: https://lore.kernel.org/all/20241205171843.7787-1-hridesh699@gmail.com/ fixing it and it should show up in a future version of the kernel.
0