Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # To install Alsa sound (alsa-base, alsa-utils, alsa-tools and libasound2) enter this command:
  2. sudo apt-get install alsa alsa-tools
  3.  
  4. # Add yourself to the group audio:
  5. sudo adduser username audio
  6.  
  7. # Reboot System to take effect
  8. sudo init 6
  9.  
  10. # Alsamixer is sometimes muted by default, so you might need to unmute it. Run alsamixer:
  11. alsamixer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement