Advertisement
Rikairchy

fixing sound

Aug 9th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. do: sudo apt-get install libasound2-plugins “pulseaudio-*” paman padevchooser paprefs pavucontrol pavumeter
  2. do: sudo nano /etc/asound.conf
  3.  
  4. replace with:
  5. pcm.pulse {
  6.     type pulse
  7. }
  8. ctl.pulse {
  9.     type pulse
  10. }
  11. pcm.!default {
  12.     type pulse
  13. }
  14. ctl.!default {
  15.     type pulse
  16. }
  17.  
  18. do: sudo /etc/init.d/alsa-utils restart && sudo /etc/init.d/pulseaudio restart
  19.  
  20. go to audio settings, set PulseAudio Sound Server to the top of the playback devices
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement