Microphone not working in Asus F555U

The microphone is not working in Asus F555U in Ubuntu 14.04 and kernel 4.2.0-27-generic. By running the command arecord -l I have found the following:

**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC256 Analog [ALC256 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0

I have searched and tried in vain to fix this issue.

Issue can be found here: and also here:

Please help resolve it.

1 Answer

Run

sudo nano /etc/modprobe.d/alsa-base.conf

and add this line:

options snd-hda-intel index=0 model=laptop-dmic

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like