Last active
January 8, 2023 01:22
-
-
Save overengineer/077602185e522ca0f135abbc0474a6dc to your computer and use it in GitHub Desktop.
matebook d15 audio dummy output fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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