Skip to content

Instantly share code, notes, and snippets.

@ProjectSky
Created March 23, 2017 15:07
Show Gist options
  • Save ProjectSky/4190238ff55fb351e515285832842adc to your computer and use it in GitHub Desktop.
Save ProjectSky/4190238ff55fb351e515285832842adc to your computer and use it in GitHub Desktop.
fix no sound script
# To install Alsa sound (alsa-base, alsa-utils, alsa-tools and libasound2) enter this command:
sudo apt-get install alsa alsa-tools
# Add yourself to the group audio:
sudo adduser username audio
# Reboot System to take effect
sudo init 6
# Alsamixer is sometimes muted by default, so you might need to unmute it. Run alsamixer:
alsamixer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment