Last active
September 10, 2024 19:58
-
-
Save wuhanstudio/f75f0092cca1c2bdab00450370bdcdba to your computer and use it in GitHub Desktop.
Fix Ubuntu / Pop!OS Intel Sound Card
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 characters
sudo pacman -S sof-firmware alsa-ucm-conf |
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 characters
alsamixer | |
amixer --card=0 sset Headphone 100% unmute |
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 characters
1. Open configuration | |
sudo vim /etc/modprobe.d/alsa-base.conf | |
2. Add to the last line: | |
options snd-hda-intel model=auto | |
3. Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment