2017년 7월 14일 금요일

reset pulse audio sound

Current solution, Kill pulseaudio

pulseaudio -k && sudo alsa force-reload 

If still can't restart audio use -D option to restart

  1. pulseaudio --check
    pulseaudio -k && sudo alsa force-reload  
    pulseaudio -D 
 
second solution   
show list of audio devices
] aplay -l

remove any sound cache in pulse audio
] rm -r ~/.config/pulse/* followed by rm -r ~/.pulse*  

pulseaudio -k && sudo alsa force-reload 

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...