-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mic isssues E14 gen6 #27
Comments
Added current changes |
I think this is fixed in kernel 6.11: https://lore.kernel.org/all/[email protected]/ I am using it now, and it does indeed fix the issue. |
Thanks for documenting this, I have scoured what feels like half of the internet for this issue. Not really sure what the issue is. The Jack rewiring also does not achieve anything for me :( |
For me with kernel "6.12.4-arch1-1" internal mic is not listed at all. I had the "snd_pci_acp6x" option added to "/etc/modules-load.d/sound.conf" initially and it was working flawlessly. After full system upgrade it broke and every solution has failed for me so far. See my post here: https://bbs.archlinux.org/viewtopic.php?pid=2215432#p2215432 p.s.: My setup is E14 gen6 (ryzen 7735 HS) |
On Debian Sid I now run a 6.12.6 kernel. In this version, it seems, the builtin microphone is now listed and working. No special tweaking was required for me. |
1UP here, updating to 6.12.7 kernel it is working again, unbelievable. No workarounds needed at all (outside from the initial kernel module loading solution, which in a nutshell is to add "snd_pci_acp6x" in my case to /etc/modules-load.d/sound.conf), please mark this as resolved! @ramaureirac |
Thanks for contributing the updates and research @JacksonFurrier @ipatix ! When creating the issue I ran 6.8.0 Debian and updated my kernel to 6.10.7 Debian, which didnt resolve the issue. (I now rolled back to 6.8.0 Debian for other reasons. ) @daniyaalk I remember reinstalling a few components, you might try sudo apt install --reinstall pulseaudio
sudo apt install --reinstall alsa-base alsa-utils
sudo apt install pulseaudio
sudo apt install pavucontrol
pulseaudio -k && sudo alsa force-reload and reattempting the posted solution with |
Dear @mhrsh-dev pretty good, thank you for your update. This is a quite tricky bug to fix, I will might try to send some update info on the arch wiki so no one will have to go through all these trial-and-error steps :) |
Okay, while the microphone is indeed working, I noticed the audio signal from the built in microphone has quite substantial DC offset. This causes pop sounds when muting or unmuting the microphone. |
The E14 gen6 (ryzen 7735 HS) has mic issues regarding the 3.5mm.
I fixed solved the issue following using
alsa-tools-gui
activating the pins and installing the boot override following this solution here .Other issues and fixes with the gen6 ryzen are still to be tested.
Current state of fork can be found here.
The text was updated successfully, but these errors were encountered: