Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] internal microphone not working bookworm

Need help with peripherals or devices?
Post Reply
Message
Author
zbinkz
Posts: 4
Joined: 2019-12-29 17:09
Has thanked: 1 time

[Solved] internal microphone not working bookworm

#1 Post by zbinkz »

Hi,

This is on a fresh install of Debian 12.0 on a Fujitsu LifeBook U series (Alder Lake), with xfce4.

The sound card is a Realtek ACL257. My internal microphone is detected, but does not seem to work. I can see it in `xfce4-pulseaudio-plugin` and in `alsamixer`, but it just does not record anything. Tried `arecord`, zoom and an online microphone test tool. None of them recorded any sound. The speakers work fine on the other hand.

As far as I can tell all the drivers are installed. Am I maybe missing a setting somewhere? Any help is appreciated.

Thanks

CynicalDebian
Posts: 263
Joined: 2023-03-02 05:26
Location: USA
Has thanked: 50 times
Been thanked: 60 times
Contact:

Re: internal microphone not working bookworm

#2 Post by CynicalDebian »

I went to "DebianOn" and searched for your laptop.

https://wiki.debian.org/InstallingDebia ... 1/bullseye

And I found this in the audio section:
The sound device is:

00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)

Which works with the latest firmware from the SOF project. There is a bug and a workaround to get the microphone working: https://github.com/thesofproject/linux/issues/4099
While they claim to have a workaround, it appears that the original issue is still not fixed for that user, but maybe it is possible with the newer firmware available in bookworm.

First, check if "firmware-sof-signed" is installed.

Code: Select all

#apt install firmware-sof-signed
$systemctl reboot
Then see if that fixes your audio issue, the newer firmware may fix the bug.

If not, try setting the kernel option for the module listed in the bug. (The ~ represent line numbers, do not include them in the file.)

Code: Select all

#editor /etc/modprobe.d/micfix.conf
~
~#This fixes the microphone issue on my Fujitsu LifeBook U series yyyy-mm-dd
~options snd-sof-pci tplg_filename=sof-hda-generic-2ch-pdm1.tplg
Let us know if that helps.
Be seeing you...

zbinkz
Posts: 4
Joined: 2019-12-29 17:09
Has thanked: 1 time

Re: internal microphone not working bookworm

#3 Post by zbinkz »

Thanks @CynicalDebian, it worked like a charm!

Already had `firware-sof-signed` installed. So, creating `/etc/modprobe.d/micfix.conf` and reloading the module fixed everything. I tested the mic with Skype Online and Online Mic Test, and it's all good.

User avatar
sunrat
Administrator
Administrator
Posts: 6593
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 502 times

Re: internal microphone not working bookworm

#4 Post by sunrat »

Great you got it sorted. :wink:
Please edit the title of your first post to add prefix [Solved} so it may help others searching for the same solution.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

mujtabaniz
Posts: 1
Joined: 2023-07-31 18:42

Re: internal microphone not working bookworm

#5 Post by mujtabaniz »

solved thanks
Last edited by mujtabaniz on 2023-07-31 19:20, edited 1 time in total.

smz
Posts: 1
Joined: 2023-12-17 12:24

Re: internal microphone not working bookworm

#6 Post by smz »

After trying several different other solutions, this one solved the issue, thank you so much!!

specificfour
Posts: 1
Joined: 2024-04-23 14:06

Re: [Solved] internal microphone not working bookworm

#7 Post by specificfour »

Thank you very much @CynicalDebian, installing firmware-sof-signed instantly fixed the issue, so confirmed to work also on ASUS Vivobook X712DK_M712DK!

Post Reply