-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Problem with external DMIC on Lenovo ThinkBook 16 G7 IML #9699
Comments
@SebO-L can you try arecord (48k stereo) from the DMIC raw PCM device above and capture to a wav file for 5 seconds. This will be long enough for arecord to print any errors (pls share). Pls also check the WAV file, you should see a WAV header and you should also see non zero data following the header. If there are non zero samples then its likely gain is low. @singalsu fyi. |
Hi, As it seems that my laptop have 2 capture hardware devices, I tried to capture on each commands :
No errors have been printed ( shell output or dmesg) @singalsu "Pls also check the WAV file, you should see a WAV header"
Isn't my issue can be related to the proc generation like this one thesofproject/linux#5226
Thanks |
It looks like output.wav is all zeros, five seconds of zero PCM code (default capture device whatever that was). Output2.wav from HDA codec hw:0,0 is silent noise. Did you happen to have a headset with microphone connected and checked the codec analog gains? Output3.wav from DMIC hw:0,6 is all zeros. Not even start transient seen. Did you check that capture volume and capture switches were enabled?
Also check the original if you have the pdm1 version of sof-hda-generic-2ch.tplg in use. |
Yep, that is very silent if it was you talking next to notebook. What do you see if you do command?
If you have new enough FW and topology you can enable DRC and TDFB processing components to boost the level and improve SNR. Those should be available if you can upgrade to SOF v2.11. The above log shows you are using v2.10. See https://github.com/thesofproject/sof-bin/tree/main/v2.11.x
|
Concerning your Gnome mixer screenshot, looks like there's something wrong. In my previous generation sof-hda-generic-2ch.tplg laptop the mixer looks like this (running Fedora 41). If I move the microphone gain slider, also the alsamixer ascii gain control follows it. Somehow your system had muted the microphone. |
Describe the bug
Hi all,
I have a issue with my new laptop, a lenovo Thinkbook 16 G7 IML, Meteor lake proc.
The sound is working either the mic when i plug an headphone, but the external mic is not working at all.
I tried to follow a lot of threads like with one thesofproject/linux#2460 without success.
dmesg sof-part
I tried to replace the topology file from sof-hda-generic-2ch.tplg to sof-hda-generic-2ch-pdm1.tplg from this link thesofproject/linux#2460 (comment) without success.
I also join the alsa-info.txt file for further information.
I would really appreciate your help
bab
alsa-info.txt
The text was updated successfully, but these errors were encountered: