Last active
January 8, 2023 01:22
-
-
Save overengineer/077602185e522ca0f135abbc0474a6dc to your computer and use it in GitHub Desktop.
Revisions
-
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,4 +16,4 @@ sudo reboot # 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 -
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,6 @@ sudo reboot # sudo systemctl disable --global pipewire # then delete .config/pulse # tried deleting pulseaudio not work # tried Adding 'options snd-hda-intel dmic_detect=0' to /etc/modprobe.d/alsa-base.conf -
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 1 addition and 8 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -14,11 +14,4 @@ sudo reboot # sudo systemctl disable --global pipewire # then delete .config/pulse # trying deleting pulseaudio not work -
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,13 @@ sudo reboot # tried this didnt work # sudo systemctl disable --global pipewire # then delete .config/pulse # trying deleting pulseaudio:) Removing gstreamer1.0-pulseaudio:amd64 (1.20.3-0ubuntu1) ... Removing indicator-sound (12.10.2+18.10.20180612-0ubuntu4) ... Removing libcanberra-pulse:amd64 (0.30-10ubuntu1) ... Removing pulseaudio-module-bluetooth (1:15.99.1+dfsg1-1ubuntu2) ... Removing pulseaudio (1:15.99.1+dfsg1-1ubuntu2) ... Removing pulseaudio-utils (1:15.99.1+dfsg1-1ubuntu2) ... Removing xfce4-pulseaudio-plugin:amd64 (0.4.3-1) ... -
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,5 +10,6 @@ sudo reboot # 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 -
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,10 @@ 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 # trying this: sudo systemctl disable --global pipewire -
overengineer revised this gist
Jan 8, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,6 @@ wget https://github.com/thesofproject/sof-bin/releases/download/v2.2.4/sof-bin-v 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 -
overengineer revised this gist
Jan 8, 2023 . No changes.There are no files selected for viewing
-
overengineer created this gist
Jan 8, 2023 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 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