Sound do not work and sound test fail HP notebook
Olivia Zamora
I connected my ubuntu laptop to TV via HDMI and played movie. After that I disconnected and the sound do not work. I have seen the sound output is on internal speakers. But no use. I uninstalled pulseaudio . But still the issue is there. Then , i upgraded system. Still there is issue. Let me know what I can do
31 Answer
This issue is solved after killing the pulseaudio using following command
killall pulseaudio
rm -r ~/.config/pulse/*
rm -r ~/.pulse*I followed the SoundTroubleshootingProcedure in the ubuntu site for it. Thanks for all the directions.
1