Skip to content

Instantly share code, notes, and snippets.

@wuhanstudio
Last active July 22, 2023 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuhanstudio/f75f0092cca1c2bdab00450370bdcdba to your computer and use it in GitHub Desktop.
Save wuhanstudio/f75f0092cca1c2bdab00450370bdcdba to your computer and use it in GitHub Desktop.
Fix Ubuntu / Pop!OS Intel Sound Card
alsamixer
amixer --card=0 sset Headphone 100% unmute
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