https://help.ubuntu.com/community/SoundTroubleshootingProcedure 의 "모든 문제 해결"명령 으로 Ubuntu 15.10에서 작동했습니다.
경고 :이 솔루션은 Lubuntu와 같은 다른 Ubuntu 버전 사용자에게 문제를 일으킬 수 있습니다.
sudo apt-get update;sudo apt-get dist-upgrade; sudo apt-get install pavucontrol linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop linux-image-`uname -r` libasound2; sudo apt-get -y --reinstall install linux-sound-base alsa-base alsa-utils lightdm ubuntu-desktop linux-image-`uname -r` libasound2; killall pulseaudio; rm -r ~/.pulse*; ubuntu-support-status; sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`
그런 다음 재부팅하십시오.