From this source, I got the below sound troubleshooting procedure. I completed the instruction to the last command when the system required a restart. I have not installed the last command, because sound did not return, and the last command concerned me a bit. I do not understand the 'whoami' at the end and thought perhaps I was installing something I shouldn't.
The command line procedure took a long time; at the end there was no trouble shooting procedure given. I am confused; can someone explain what I should do next to restore sound, or correct any mistakes I made by attempting this procedure?
https://help.ubuntu.com/community/So...otingProcedure
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`
Thanks!
My system is dual boot, Kubuntu 14.04/Windows Vista. Sound works fine in Vista, but not even the system sounds work in Kubuntu.
The command line procedure took a long time; at the end there was no trouble shooting procedure given. I am confused; can someone explain what I should do next to restore sound, or correct any mistakes I made by attempting this procedure?
https://help.ubuntu.com/community/So...otingProcedure
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`
Thanks!
My system is dual boot, Kubuntu 14.04/Windows Vista. Sound works fine in Vista, but not even the system sounds work in Kubuntu.
Comment