Good morning!
On Ubuntu 17.10 my microphone is not found. My Sound card is ALC295, driver intel-hda, and everything works fine, internal speaker and microphone, except my external microphone. I've attached an headset to it, but it just uses the audio output, not the microphone.
I've already tried several fixes, everything that I could find on the internet, but I was not able to get any positive result. I tried e.g.:
- trying overrides with
hdajackretask
- adding my soundcard model to
/etc/modprobe.d/alsa-base.conf
- muting one of the stereo channels via
pavucontrol
- installing the Realtek drivers, but didn't work as they are too old and unmaintained
I tried everything I could find via Google or via the askubuntu search, but nothing did work. Does anyone have a tip or a solution for this problem?
If it helps, my Notebook is an Acer Spin 5 SP513-52N.
hdajackretask
screenshot. And yes, I've already checked the headset: Windows 10 is also running on that notebook, it recognizes the headset (including the microphone) without any problems. Also, I tried other headsets, but Ubuntu still does not recognize their microphones.. – Stefan Wobbe Mar 02 '18 at 13:10hdajackretask
, try overriding both microphones at the same time. Set one mic to "Internal mic" and the other mic to "Not Connected" then click "apply now". And of course try both possible configurations. It appearshdajackretask
is seeing the ALC295 correctly. Also thesnd_hda_intel
driver is the correct driver to use. – stumblebee Mar 02 '18 at 18:01