ramaureirac / thinkpad-e14-linux

Current state of GNU/Linux on Lenovo Thinkpad E14
113 stars 3 forks source link

Speakers not working on Ubuntu 20.10 - Thinkpad E14 Gen2 Intel #9

Open Barabazs opened 3 years ago

Barabazs commented 3 years ago

Hi @rodmaureirac. My speakers do not work with a default install of Ubuntu 20.10 on my Thinkpad E14 Gen2 Intel. I had to modify grub parameters as described in this post: https://askubuntu.com/questions/1243369/sound-card-not-detected-ubuntu-20-04-sof-audio-pci

Please note that this fix disables the internal mic...

ramaureirac commented 3 years ago

Hi, your problem is quite similar on what happened with X1 Series. Maybe it's the same issue. Can you try this?:

Hope this helps you. It's all i know about audio on ThinkPads

Barabazs commented 3 years ago

Thank you for the feedback.

Unfortunately removing pulseaudio would also remove ubuntu-desktop. I followed the rest of your steps, but it didn't work for me.

I'll just stick to the first workaround and only have a working speaker and no microphone. (Totally fine with that. )

PaddyKe commented 3 years ago

Hi, I hope I'm not too late to the game, but I had exactly the same issue with the same notebook.

I solved it by installing the firmware-sof-signed package like mentioned in the audio section here.

Afterwards, I also removed the kernel parameter snd_hda_intel.dmic_detect=0 in /etc/default/grub and rebooted my system.

Now audio and also the microphone work perfectly.

Barabazs commented 3 years ago

On Ubuntu 20.10? What's the version number of sof?

PaddyKe commented 3 years ago

I'm using Debian testing (bullseye). The version of sof is 1.6.1-2.

Barabazs commented 3 years ago

Unfortunately this did not resolve my audio problems. I'm now back to the workaround as mentioned in post 1.