Skip to content

Instantly share code, notes, and snippets.

@overengineer
Last active January 8, 2023 01:22
Show Gist options
  • Save overengineer/077602185e522ca0f135abbc0474a6dc to your computer and use it in GitHub Desktop.
Save overengineer/077602185e522ca0f135abbc0474a6dc to your computer and use it in GitHub Desktop.
matebook d15 audio dummy output fix
sudo mv /lib/firmware/intel/sof* sof-backup
wget https://github.com/thesofproject/sof-bin/releases/download/v2.2.4/sof-bin-v2.2.4.tar.gz
tar -xvf sof-bin-v2.2.4.tar.gz
cd sof-bin-v2.2.4
sudo ./install.sh v2.2.4
sudo reboot
# now speaker is visible but still no sound
# tried boot options here, brings back to dummy audio:
# https://forum.manjaro.org/t/no-sound-on-laptop-with-intel-tiger-lake-hd-audio-audio-hardware-not-detected/84964/13
# tried this didnt work
# sudo systemctl disable --global pipewire
# then delete .config/pulse
# tried deleting pulseaudio not work
# tried Adding 'options snd-hda-intel-tgl dmic_detect=0' to /etc/modprobe.d/alsa-base.conf which didnt work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment